Skip to content

Commit 04a6d6d

Browse files
committed
Switch to registry.redhat.io for the initContainer image
This makes the registry url more consistent with what we already use (e.g. in the imperative templates)
1 parent 370b78e commit 04a6d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

acm/templates/policies/ocp-gitops-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ spec:
140140
- -c
141141
- cat /var/run/kube-root-ca/ca.crt /var/run/trusted-ca/ca-bundle.crt > /tmp/ca-bundles/ca-bundle.crt
142142
|| true
143-
image: registry.access.redhat.com/ubi9/ubi-minimal:latest
143+
image: registry.redhat.io/ubi9/ubi-minimal:latest
144144
name: fetch-ca
145145
resources: {}
146146
volumeMounts:

0 commit comments

Comments
 (0)