Skip to content

Commit 7c8f476

Browse files
Pothulapatiroboquat
authored andcommitted
[kots] update image to be the latest config change build
This PR updates the image tags in the kots builds to use the latest config changes. Not updating this broke dev builds as it tries to set a config change that isn't present in the image itself. Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent cf6a34a commit 7c8f476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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:sje-kots-customization.1"
33+
image: "eu.gcr.io/gitpod-core-dev/build/installer:tar-preview-telemetry.25"
3434
command:
3535
- /bin/sh
3636
- -c

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
containers:
2929
- name: installer
3030
# This will normally be the release tag
31-
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-kots-customization.1"
31+
image: "eu.gcr.io/gitpod-core-dev/build/installer:tar-preview-telemetry.25"
3232
volumeMounts:
3333
- mountPath: /config-patch
3434
name: config-patch

0 commit comments

Comments
 (0)