Skip to content

Commit 9ae8bfd

Browse files
Update KOTS app to release-2022.11.3
1 parent 6771283 commit 9ae8bfd

File tree

3 files changed

+378
-6
lines changed

3 files changed

+378
-6
lines changed

install/kots/manifests/gitpod-installation-status.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
containers:
3131
- name: installation-status
3232
# This will normally be the release tag
33-
image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.2.16"
33+
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.3
3434
envFrom:
3535
- configMapRef:
3636
name: gitpod-kots-config

install/kots/manifests/gitpod-installer-job.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ spec:
2929
requiredDuringSchedulingIgnoredDuringExecution:
3030
nodeSelectorTerms:
3131
- matchExpressions:
32-
- key: gitpod.io/workload_workspace_regular
33-
operator: Exists
32+
- key: gitpod.io/workload_workspace_regular
33+
operator: Exists
3434
- matchExpressions:
35-
- key: gitpod.io/workload_workspace_headless
36-
operator: Exists
35+
- key: gitpod.io/workload_workspace_headless
36+
operator: Exists
3737
serviceAccountName: kotsadm
3838
restartPolicy: OnFailure
3939
containers:
4040
- name: installer
4141
# This will normally be the release tag
42-
image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.2.16"
42+
image: eu.gcr.io/gitpod-core-dev/build/installer:release-2022.11.3
4343
volumeMounts:
4444
- mountPath: /mnt/node0
4545
name: node-fs0

0 commit comments

Comments
 (0)