Skip to content

Commit

Permalink
openshift disconnected: adjust install-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jan 29, 2025
1 parent 9584a9b commit 46d2b56
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion install-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,11 @@ imageContentSources:
source: quay.io/openshift-release-dev/ocp-v4.0-art-dev
- mirrors:
- REGISTRY:PORT/openshift-release-dev
source: {{ 'registry.ci.openshift.org/ocp/release' if version == 'ci' else 'quay.io/openshift-release-dev' }}
source: quay.io/openshift-release-dev
- mirrors:
- REGISTRY:PORT/openshift-release-dev
source: registry.ci.openshift.org/ocp/release
- mirrors:
- REGISTRY:PORT/openshift/release-images
source: quay.io/openshift-release-dev/ocp-release
{% endif %}

0 comments on commit 46d2b56

Please sign in to comment.