Skip to content

Commit ac9049a

Browse files
author
Simon Emms
committed
[kots]: add docker.io to registry allowlist
1 parent fd9fd4d commit ac9049a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ spec:
157157
158158
# Add the registries to the server allowlist
159159
yq e -i ".containerRegistry.privateBaseImageAllowList += $(cat /tmp/kotsregistry.json | jq '.auths' | jq -rc 'keys')" "${CONFIG_FILE}"
160+
yq e -i ".containerRegistry.privateBaseImageAllowList += \"docker.io\"" "${CONFIG_FILE}"
160161
161162
if [ '{{repl ConfigOptionEquals "reg_incluster" "0" }}' = "true" ];
162163
then

0 commit comments

Comments
 (0)