Skip to content

Commit 0e0abb8

Browse files
author
Simon Emms
committed
[kots]: add s3 endpoint/region to container registry config
1 parent d9bd0ca commit 0e0abb8

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-airgap-openssh.0"
33+
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-registry-s3-fork.3"
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-airgap-openssh.0"
31+
image: "eu.gcr.io/gitpod-core-dev/build/installer:sje-registry-s3-fork.3"
3232
volumeMounts:
3333
- mountPath: /config-patch
3434
name: config-patch

0 commit comments

Comments
 (0)