Skip to content

Commit a5e6499

Browse files
authored
Update ImagePullPolicy to IfNotPresent (#248)
Signed-off-by: YuChen <[email protected]>
1 parent a898e21 commit a5e6499

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
@@ -100,7 +100,7 @@ spec:
100100
apiVersion: v1
101101
fieldPath: metadata.namespace
102102
image: icr.io/cpopen/ibm-namespace-scope-operator:latest
103-
imagePullPolicy: Always
103+
imagePullPolicy: IfNotPresent
104104
name: ibm-namespace-scope-operator
105105
resources:
106106
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)