Skip to content

Commit cd3dc6e

Browse files
committed
switching from the internal OCP image registry (image-registry.openshift-image-registry.svc:5000/openshift/cli) to the public Red Hat registry (registry.redhat.io/openshift4/ose-cli)
1 parent 479f2f7 commit cd3dc6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/acs-central/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ integration:
171171
# Container image for the auth provider configuration job
172172
# Uses OpenShift CLI tools (curl, oc, jq, etc.)
173173
jobImage:
174-
registry: image-registry.openshift-image-registry.svc:5000
175-
repository: openshift/cli
174+
registry: registry.redhat.io
175+
repository: openshift4/ose-cli
176176
tag: latest
177177
pullPolicy: IfNotPresent
178178
# Service account used by jobs (init bundle, auth provider, htpasswd)

0 commit comments

Comments
 (0)