Skip to content

Commit

Permalink
Update the version to 2024.1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yugabyte-ci committed Nov 20, 2024
1 parent 2e79c20 commit dcf3c90
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.3.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.3.1' 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.3.0-b1"
"defaultValue": "2024.1.3.1-b1"
}
},
"variables": {
Expand Down

0 comments on commit dcf3c90

Please sign in to comment.