File tree 3 files changed +378
-6
lines changed
3 files changed +378
-6
lines changed Original file line number Diff line number Diff line change 30
30
containers :
31
31
- name : installation-status
32
32
# 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
34
34
envFrom :
35
35
- configMapRef :
36
36
name : gitpod-kots-config
Original file line number Diff line number Diff line change @@ -29,17 +29,17 @@ spec:
29
29
requiredDuringSchedulingIgnoredDuringExecution :
30
30
nodeSelectorTerms :
31
31
- matchExpressions :
32
- - key : gitpod.io/workload_workspace_regular
33
- operator : Exists
32
+ - key : gitpod.io/workload_workspace_regular
33
+ operator : Exists
34
34
- matchExpressions :
35
- - key : gitpod.io/workload_workspace_headless
36
- operator : Exists
35
+ - key : gitpod.io/workload_workspace_headless
36
+ operator : Exists
37
37
serviceAccountName : kotsadm
38
38
restartPolicy : OnFailure
39
39
containers :
40
40
- name : installer
41
41
# 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
43
43
volumeMounts :
44
44
- mountPath : /mnt/node0
45
45
name : node-fs0
You can’t perform that action at this time.
0 commit comments