Skip to content

Commit 209f9e5

Browse files
committed
🔧 update kubernetes image policy
1 parent a155598 commit 209f9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎kubernetes/ctf-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ spec:
102102
value: redis://redis:6379/0
103103
ports:
104104
- containerPort: 7283
105-
imagePullPolicy: IfNotPresent
105+
imagePullPolicy: Always
106106
securityContext:
107107
allowPrivilegeEscalation: false
108108
resources:
@@ -151,7 +151,7 @@ spec:
151151
value: redis://redis:6379/0
152152
ports:
153153
- containerPort: 8545
154-
imagePullPolicy: IfNotPresent
154+
imagePullPolicy: Always
155155
securityContext:
156156
allowPrivilegeEscalation: false
157157
resources:

0 commit comments

Comments
 (0)