Skip to content

Commit

Permalink
Update KOTS app to release-2022.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusludmann committed Jun 5, 2023
1 parent 6771283 commit 9ae8bfd
Show file tree
Hide file tree
Showing 3 changed files with 378 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install/kots/manifests/gitpod-installation-status.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- name: installation-status
# This will normally be the release tag
image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.2.16"
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.3
envFrom:
- configMapRef:
name: gitpod-kots-config
Expand Down
10 changes: 5 additions & 5 deletions install/kots/manifests/gitpod-installer-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ spec:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: gitpod.io/workload_workspace_regular
operator: Exists
- key: gitpod.io/workload_workspace_regular
operator: Exists
- matchExpressions:
- key: gitpod.io/workload_workspace_headless
operator: Exists
- key: gitpod.io/workload_workspace_headless
operator: Exists
serviceAccountName: kotsadm
restartPolicy: OnFailure
containers:
- name: installer
# This will normally be the release tag
image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.2.16"
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.3
volumeMounts:
- mountPath: /mnt/node0
name: node-fs0
Expand Down

0 comments on commit 9ae8bfd

Please sign in to comment.