Skip to content

Commit

Permalink
Merge pull request #107 from rh-aiservices-bu/image-puller-update
Browse files Browse the repository at this point in the history
update oauth-proxy (2 versions)
  • Loading branch information
guimou authored May 4, 2024
2 parents 8b06147 + afd9e36 commit f38426f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion bootstrap/ic-rhoai-configuration/images-puller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit f38426f

Please sign in to comment.