Skip to content

Commit

Permalink
Update the version to 2.21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yugabyte-ci committed Mar 26, 2024
1 parent 04420dd commit ef09911
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This repo contains an AWS CloudFormation template to deploy YugabyteDB cluster o
aws cloudformation create-stack \
--stack-name <your-stack-name> \
--template-body file://yugabyte_cloudformation.yaml \
--parameters ParameterKey=DBVersion,ParameterValue=2.20.2.1-b175 \
--parameters ParameterKey=DBVersion,ParameterValue=2.21.0.0-b175 \
ParameterKey=KeyName,ParameterValue=<you-ssh-key-name>
```
- Wait until the creation of all resources is complete.
Expand Down
4 changes: 2 additions & 2 deletions yugabyte_cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Description: |
Parameters:
DBVersion:
Description: Default YugabyteDB version is 2.20.2.1-b190
Description: Default YugabyteDB version is 2.21.0.0-b190
Type: String
Default: "2.20.2.1-b190"
Default: "2.21.0.0-b190"
RFFactor:
Description: Replication factor to create YugabyteDB cluster by default it is set to 3.
Type: String
Expand Down

0 comments on commit ef09911

Please sign in to comment.