[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
This commit is contained in:
Simon Emms 2022-05-03 10:48:02 +00:00 committed by Robo Quat
parent 2e7526ff72
commit ad287d6f18
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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