Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

change imagePullPolicy for static tags of kubeflow and odh notebook controller #868

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
configMapKeyRef:
name: notebook-controller-culler-config
key: IDLENESS_CHECK_PERIOD
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
containers:
- name: manager
image: quay.io/opendatahub/odh-notebook-controller:latest
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
command:
- /manager
args: ["--oauth-proxy-image", "registry.redhat.io/openshift4/ose-oauth-proxy:v4.10"]
Expand Down