diff --git a/bootstrap/ic-rhoai-configuration/images-puller.yaml b/bootstrap/ic-rhoai-configuration/images-puller.yaml index 16e18a21..336515c1 100644 --- a/bootstrap/ic-rhoai-configuration/images-puller.yaml +++ b/bootstrap/ic-rhoai-configuration/images-puller.yaml @@ -57,7 +57,7 @@ spec: spec: containers: - name: oauth-proxy - image: registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ab112105ac37352a2a4916a39d6736f5db6ab4c29bad4467de8d613e80e9bb33 + image: registry.redhat.io/openshift4/ose-oauth-proxy@sha256:4bef31eb993feb6f1096b51b4876c65a6fb1f4401fee97fa4f4542b6b7c9bc46 command: ["tail"] args: ["-f", "/dev/null"] resources: @@ -144,6 +144,16 @@ spec: requests: cpu: 10m memory: 10Mi + - name: oauth-proxy + image: registry.redhat.io/openshift4/ose-oauth-proxy@sha256:ab112105ac37352a2a4916a39d6736f5db6ab4c29bad4467de8d613e80e9bb33 + command: ["tail"] + args: ["-f", "/dev/null"] + resources: + limits: + memory: 20Mi + requests: + cpu: 10m + memory: 10Mi - name: ds-pipeline-persistenceagent-pipelines-definition image: registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-rhel8@sha256:6fdf2b754aea6732ae0757e099ec69fac1cb32e633342a160546ee5b99604af7 command: ["tail"]