Skip to content

Commit 130f19b

Browse files
committed
[RHOAIENG-30871] bump the oauth proxy image to RHEL9 and latest
1 parent b84fd03 commit 130f19b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/odh-notebook-controller/config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
imagePullPolicy: Always
2626
command:
2727
- /manager
28-
args: ["--oauth-proxy-image", "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f8d66597feeb32bb18699326029f9a71a5aca4a57679d636b876377c2e95695"]
28+
args: ["--oauth-proxy-image", "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca21e218e26c46e3c63d926241846f8f307fd4a586cc4b04147da49af6018ef5"]
2929
securityContext:
3030
allowPrivilegeEscalation: false
3131
ports:

components/odh-notebook-controller/controllers/notebook_oauth.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ const (
4242
OAuthServicePort = 443
4343
OAuthServicePortName = "oauth-proxy"
4444
// OAuthProxyImage uses sha256 manifest list digest value of v4.14 image for AMD64 as default to be compatible with imagePullPolicy: IfNotPresent, overridable
45-
// taken from https://catalog.redhat.com/software/containers/openshift4/ose-oauth-proxy/5cdb2133bed8bd5717d5ae64?image=66cefc14401df6ff4664ec43&architecture=amd64&container-tabs=overview
45+
// taken from https://catalog.redhat.com/software/containers/openshift4/ose-oauth-proxy-rhel9/652809b7ad45c632d2163eed?container-tabs=overview&image=6889112836269c65855c1573
4646
// and kept in sync with the manifests here and in ClusterServiceVersion metadata of opendatahub operator
47-
OAuthProxyImage = "registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4f8d66597feeb32bb18699326029f9a71a5aca4a57679d636b876377c2e95695"
47+
OAuthProxyImage = "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ca21e218e26c46e3c63d926241846f8f307fd4a586cc4b04147da49af6018ef5"
4848

4949
// Strings used in secret generation
5050
letterRunes = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"

0 commit comments

Comments
 (0)