Skip to content

Commit

Permalink
Update Operator ImagPullPolicy to 'Always' (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaishnaviHire committed Mar 29, 2023
1 parent 7ef7952 commit 54127cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ spec:
command:
- /manager
image: quay.io/opendatahub/opendatahub-operator:dev-1.0.1
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ spec:
args:
- --leader-elect
image: controller:latest
imagePullPolicy: Always
name: manager
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 54127cb

Please sign in to comment.