Skip to content

Commit

Permalink
fix(RHIDP-4374): Pin the version of oauth2-proxy image to v7.6.0 (#98)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Macík <[email protected]>
  • Loading branch information
pmacik authored Oct 7, 2024
1 parent e33a9c9 commit 2da2f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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=*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2da2f9d

Please sign in to comment.