Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updates for july arc data release #1985

Merged
merged 3 commits into from
Aug 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arc_data_services/charts/arcdataservices/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Azure:
InstallerServiceAccount: ""
RuntimeServiceAccount: ""
systemDefaultValues:
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
imagePullPolicy: Always
imagePullSecret: arc-private-registry
installerServiceAccount: ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ def execute_cmd(cmd):
if os.getenv("SOURCE_DOCKER_TAG") is None:
SOURCE_DOCKER_TAG = (
input(
"Provide container image tag for the images at the source - press ENTER for using 'v1.20.0_2023-06-13': "
"Provide container image tag for the images at the source - press ENTER for using 'v1.21.0_2023-07-11': "
)
or "v1.20.0_2023-06-13"
or "v1.21.0_2023-07-11"
)
else:
SOURCE_DOCKER_TAG = os.environ["SOURCE_DOCKER_TAG"]
Expand Down
4 changes: 2 additions & 2 deletions arc_data_services/deploy/yaml/bootstrapper-unified.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ spec:
kubernetes.io/os: linux
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
imagePullPolicy: Always
args:
- -image
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
- -policy
- Always
- -chart
Expand Down
4 changes: 2 additions & 2 deletions arc_data_services/deploy/yaml/bootstrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ spec:
kubernetes.io/os: linux
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
imagePullPolicy: Always
args:
- -image
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
- -policy
- Always
- -chart
Expand Down
2 changes: 1 addition & 1 deletion arc_data_services/deploy/yaml/data-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccount: sa-arc-controller
docker:
imagePullPolicy: Always
imageTag: v1.20.0_2023-06-13
imageTag: v1.21.0_2023-07-11
registry: mcr.microsoft.com
repository: arcdata
infrastructure: other # Must be a value in the array [alibaba, aws, azure, gcp, onpremises, other]
Expand Down
2 changes: 1 addition & 1 deletion arc_data_services/deploy/yaml/uninstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
kubernetes.io/os: linux
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
imagePullPolicy: IfNotPresent
args: ["-uninstall"]
command: ["/opt/bootstrapper/bin/bootstrapper"]
Expand Down
2 changes: 1 addition & 1 deletion arc_data_services/test/launcher/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ secretGenerator:
images:
- name: arc-ci-launcher
newName: mcr.microsoft.com/arcdata/arc-ci-launcher
newTag: v1.20.0_2023-06-13
newTag: v1.21.0_2023-07-11
4 changes: 2 additions & 2 deletions arc_data_services/upgrade/yaml/bootstrapper-upgrade-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ spec:
- name: your-private-registry
containers:
- name: bootstrapper
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11
imagePullPolicy: Always
command: ["/opt/bootstrapper/bin/bootstrapper"]
args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.20.0_2023-06-13", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"]
args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.21.0_2023-07-11", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"]
resources:
limits:
cpu: 200m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: arc
spec:
docker:
imageTag: v1.20.0_2023-06-13
imageTag: v1.21.0_2023-07-11
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"docker": {
"imagePullPolicy": "Always",
"imageTag": "v1.20.0_2023-06-13",
"imageTag": "v1.21.0_2023-07-11",
"registry": "<registry>",
"repository": "<repository>"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"docker": {
"imagePullPolicy": "Always",
"imageTag": "v1.20.0_2023-06-13",
"imageTag": "v1.21.0_2023-07-11",
"registry": "<registry>",
"repository": "<repository>"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.18.0 `
--version 1.21.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper

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

Expand Down Expand Up @@ -229,7 +229,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $Env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.18.0 `
--version 1.21.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ az k8s-extension create --name arc-data-services `
--resource-group $env:resourceGroup `
--auto-upgrade false `
--scope cluster `
--version 1.18.0 `
--version 1.21.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-arc-bootstrapper `

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

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

Expand Down
2 changes: 1 addition & 1 deletion azure_jumpstart_arcbox/artifacts/DataOpsLogonScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ foreach ($cluster in $clusters) {
--auto-upgrade false `
--scope cluster `
--release-namespace arc `
--version 1.18.0 `
--version 1.21.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.18.0 `
--version 1.21.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper

Expand Down
2 changes: 1 addition & 1 deletion azure_jumpstart_hcibox/artifacts/Deploy-SQLMI.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Invoke-Command -VMName $SDNConfig.HostList[0] -Credential $adcred -ScriptBlock {
--resource-group $using:rg `
--auto-upgrade false `
--scope cluster `
--version 1.18.0 `
--version 1.21.0 `
--release-namespace arc `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper `
--only-show-errors
Expand Down