From d61a50f81171ae131c0d67e3e3ae0a1f439fc5db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Mon, 10 Oct 2022 23:08:42 +0200 Subject: [PATCH] wip --- infrastructure/templates/sso.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/infrastructure/templates/sso.yaml b/infrastructure/templates/sso.yaml index 8806024..876d988 100644 --- a/infrastructure/templates/sso.yaml +++ b/infrastructure/templates/sso.yaml @@ -44,10 +44,6 @@ metadata: rhsso: 7.6.0.GA spec: tags: - - name: latest - from: - kind: ImageStreamTag - name: '7.6' - name: '7.6' annotations: description: Red Hat Single Sign-On 7.6 on OpenJDK image @@ -61,6 +57,15 @@ spec: from: kind: DockerImage name: registry.redhat.io/rh-sso-7/sso76-openshift-rhel8:7.6 + importPolicy: {} + - annotations: null + importPolicy: {} + name: latest + from: + kind: ImageStreamTag + name: '7.6' + referencePolicy: + type: Source --- apiVersion: v1 kind: Service