osbs: change image version

This commit is contained in:
Mark O'Brien 2020-11-18 09:51:08 +00:00
parent 0ff2b94859
commit dd281e7835

View file

@ -237,7 +237,7 @@ openshift_master_identity_providers=[{"name": "fedoraidp", "login": "true", "cha
# If oreg_url points to a registry requiring authentication, provide the following:
{% if openshift_arch == "aarch64" %}
oreg_url=quay.io/multi-arch/aarch64-openshift3-ose-${component}:${version}
oreg_url=quay.io/multi-arch/aarch64-openshift3-ose-${component}:v3.11
oreg_auth_user="{{ os_multiarch_registry_user }}"
oreg_auth_password="{{ os_multiarch_registry_password }}"
oreg_test_login=false