Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 912611a

Browse files
committed
deploy: don't use IfNotPresent imagePullPolicy for latest images
1 parent 2a599bb commit 912611a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

Diff for: deploy/base/kustomization.yaml

-14
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,11 @@ patches:
2828
value:
2929
controller-gen.kubebuilder.io/version: (devel)
3030
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/container-object-storage-interface-api/pull/2
31-
# Controller
32-
- target:
33-
kind: Deployment
34-
name: objectstorage-controller
35-
patch: |-
36-
- op: replace
37-
path: /spec/template/spec/containers/0/imagePullPolicy
38-
value: IfNotPresent
3931
# Sidecar
4032
- target:
4133
kind: Deployment
4234
name: object-storage-provisioner
4335
patch: |-
44-
- op: replace
45-
path: /spec/template/spec/containers/0/imagePullPolicy
46-
value: IfNotPresent
47-
- op: replace
48-
path: /spec/template/spec/containers/1/imagePullPolicy
49-
value: IfNotPresent
5036
- op: replace
5137
path: /metadata
5238
value:

0 commit comments

Comments
 (0)