Skip to content

Commit

Permalink
Upgraded data services to July, 2024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chintalavr committed Jul 11, 2024
1 parent 484ccce commit 8a2a5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ $clusters | Foreach-Object -ThrottleLimit 5 -Parallel {
--auto-upgrade false `
--scope cluster `
--release-namespace arc `
--version 1.30.0 `
--version 1.31.0 `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper

Write-Host "`n"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.30.0 `
--version 1.31.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper

Expand Down

0 comments on commit 8a2a5a5

Please sign in to comment.