From ad287d6f18b90b9219e67d23ddadf58ffca5e888 Mon Sep 17 00:00:00 2001 From: Simon Emms Date: Tue, 3 May 2022 10:48:02 +0000 Subject: [PATCH] [kots]: update image with April release This is just for ease of development as `main.2968` missing jq in the installer image. This will still be changed by the werft job when publishing a new release --- install/kots/manifests/gitpod-installation-status.yaml | 2 +- install/kots/manifests/gitpod-installer-job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install/kots/manifests/gitpod-installation-status.yaml b/install/kots/manifests/gitpod-installation-status.yaml index 6f80047dfe..55db8d5d7f 100644 --- a/install/kots/manifests/gitpod-installation-status.yaml +++ b/install/kots/manifests/gitpod-installation-status.yaml @@ -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:main.2968" + image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.04.1.2" command: - /bin/sh - -c diff --git a/install/kots/manifests/gitpod-installer-job.yaml b/install/kots/manifests/gitpod-installer-job.yaml index 5e5882c1eb..c10f6634a6 100644 --- a/install/kots/manifests/gitpod-installer-job.yaml +++ b/install/kots/manifests/gitpod-installer-job.yaml @@ -27,7 +27,7 @@ spec: containers: - name: installer # This will normally be the release tag - image: "eu.gcr.io/gitpod-core-dev/build/installer:main.2968" + image: "eu.gcr.io/gitpod-core-dev/build/installer:release-2022.04.1.2" volumeMounts: - mountPath: /config-patch name: config-patch