Skip to content

Commit 2b6b7ce

Browse files
authored
Update ImagePullPolicy to IfNotPresent (#249)
Signed-off-by: YuChen <[email protected]>
1 parent 978a262 commit 2b6b7ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/ibm-namespace-scope-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
apiVersion: v1
113113
fieldPath: metadata.namespace
114114
image: icr.io/cpopen/ibm-namespace-scope-operator:latest
115-
imagePullPolicy: Always
115+
imagePullPolicy: IfNotPresent
116116
name: ibm-namespace-scope-operator
117117
resources:
118118
limits:

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
- command:
4646
- /namespace-scope-operator-manager
4747
image: icr.io/cpopen/ibm-namespace-scope-operator:latest
48-
imagePullPolicy: Always
48+
imagePullPolicy: IfNotPresent
4949
name: ibm-namespace-scope-operator
5050
env:
5151
- name: OPERATOR_NAME

0 commit comments

Comments
 (0)