Skip to content

Commit 502da98

Browse files
authored
Merge pull request #508 from mbaldessari/consistent-registry
Switch to registry.redhat.io for the initContainer image
2 parents 370b78e + 04a6d6d commit 502da98

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)