Skip to content

Commit

Permalink
update to june versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinschnitz-msft committed Jun 17, 2024
1 parent 19792e7 commit f820617
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 29 deletions.
2 changes: 1 addition & 1 deletion arc_data_services/arcdata-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,4 @@ subjects:
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: arcdata-installer-role
name: arcdata-installer-role
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.29.0_2024-04-09
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-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.29.0_2024-04-09': "
"Provide container image tag for the images at the source - press ENTER for using 'v1.30.0_2024-06-11': "
)
or "v1.29.0_2024-04-09"
or "v1.30.0_2024-06-11"
)
else:
SOURCE_DOCKER_TAG = os.environ["SOURCE_DOCKER_TAG"]
Expand Down Expand Up @@ -102,14 +102,12 @@ def execute_cmd(cmd):
"arc-dns",
"arc-ha-orchestrator",
"arc-ha-supervisor",
"arc-kafka",
"arc-monitor-collectd",
"arc-monitor-opensearch",
"arc-monitor-opensearch-dashboards",
"arc-monitor-fluentbit",
"arc-monitor-grafana",
"arc-monitor-influxdb",
"arc-monitor-opentelemetry-collector",
"arc-monitor-telegraf",
"arc-postgres-14",
"arc-postgresql-agent",
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.29.0_2024-04-09
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-11
imagePullPolicy: Always
args:
- -image
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-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.29.0_2024-04-09
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-11
imagePullPolicy: Always
args:
- -image
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09
- mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-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.29.0_2024-04-09
imageTag: v1.30.0_2024-06-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.29.0_2024-04-09
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-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.29.0_2024-04-09
newTag: v1.30.0_2024-04-09
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.29.0_2024-04-09
image: mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-11
imagePullPolicy: Always
command: ["/opt/bootstrapper/bin/bootstrapper"]
args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.29.0_2024-04-09", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"]
args: ["-image", "mcr.microsoft.com/arcdata/arc-bootstrapper:v1.30.0_2024-06-11", "-policy", "Always", "-chart", "/opt/helm/arcdataservices", "-bootstrap"]
resources:
limits:
cpu: 200m
Expand Down
3 changes: 2 additions & 1 deletion arc_data_services/upgrade/yaml/data-controller-upgrade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ metadata:
name: arc
spec:
docker:
imageTag: v1.29.0_2024-04-09
imageTag: v1.30.0_2024-06-11

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"docker": {
"imagePullPolicy": "Always",
"imageTag": "v1.29.0_2024-04-09",
"imageTag": "v1.30.0_2024-06-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.29.0_2024-04-09",
"imageTag": "v1.30.0_2024-06-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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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.29.0 `
--version 1.30.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 @@ -218,7 +218,7 @@ foreach ($cluster in $clusters) {
--auto-upgrade false `
--scope cluster `
--release-namespace arc `
--version 1.29.0 `
--version 1.30.0 `
--config Microsoft.CustomLocation.ServiceAccount=sa-bootstrapper

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

Expand Down

0 comments on commit f820617

Please sign in to comment.