Skip to content

Commit

Permalink
Update the version to 2024.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yugabyte-ci committed Jul 31, 2024
1 parent 52fb3b6 commit 3af4a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This repo contains an Azure Resource Manager template to deploy YugaByte DB clus
```
- Use Azure CLI command to create deployments <br/>
```
$ az group deployment create --resource-group <Your-Azure-Resource-Group> --template-file yugabyte_deployment.json --parameters ClusterName='<Your-Cluster-Name>' SshUser='<Your-SSH-USER>' YBVersion='2024.1.0.0' SshKeypair='<Your-SSH-USER-PublicKey>'
$ az group deployment create --resource-group <Your-Azure-Resource-Group> --template-file yugabyte_deployment.json --parameters ClusterName='<Your-Cluster-Name>' SshUser='<Your-SSH-USER>' YBVersion='2024.1.1.0' SshKeypair='<Your-SSH-USER-PublicKey>'
```
- Once the deployment creation is complete, you can describe it as shown below.
```
Expand Down
2 changes: 1 addition & 1 deletion yugabyte_deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"YBVersion": {
"type": "string",
"defaultValue": "2024.1.0.0-b1"
"defaultValue": "2024.1.1.0-b1"
}
},
"variables": {
Expand Down

0 comments on commit 3af4a0f

Please sign in to comment.