From 7f59ed15402ba13ee28290d27e6fb7dc4dc5f729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Mac=C3=ADk?= Date: Mon, 7 Oct 2024 15:04:49 +0200 Subject: [PATCH] fix(RHIDP-4374): Pin the version of oauth2-proxy image to v7.6.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel MacĂ­k --- .../template/backstage/helm/oauth2-container-patch.yaml | 2 +- .../template/backstage/olm/rhdh-oauth2.deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci-scripts/rhdh-setup/template/backstage/helm/oauth2-container-patch.yaml b/ci-scripts/rhdh-setup/template/backstage/helm/oauth2-container-patch.yaml index 78fd409..dcfb811 100644 --- a/ci-scripts/rhdh-setup/template/backstage/helm/oauth2-container-patch.yaml +++ b/ci-scripts/rhdh-setup/template/backstage/helm/oauth2-container-patch.yaml @@ -26,7 +26,7 @@ extraContainers: containerPort: 4180 protocol: TCP imagePullPolicy: IfNotPresent - image: quay.io/oauth2-proxy/oauth2-proxy:latest + image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0 args: - "--provider=oidc" - "--email-domain=*" diff --git a/ci-scripts/rhdh-setup/template/backstage/olm/rhdh-oauth2.deployment.yaml b/ci-scripts/rhdh-setup/template/backstage/olm/rhdh-oauth2.deployment.yaml index d9e8005..a01a7a6 100644 --- a/ci-scripts/rhdh-setup/template/backstage/olm/rhdh-oauth2.deployment.yaml +++ b/ci-scripts/rhdh-setup/template/backstage/olm/rhdh-oauth2.deployment.yaml @@ -43,7 +43,7 @@ spec: value: https://keycloak-${RHDH_NAMESPACE}.${OPENSHIFT_APP_DOMAIN}/auth/realms/backstage - name: OAUTH2_PROXY_SSL_INSECURE_SKIP_VERIFY value: "true" - image: quay.io/oauth2-proxy/oauth2-proxy:latest + image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0 imagePullPolicy: IfNotPresent name: oauth2-proxy ports: