mirror of
https://github.com/clastix/kamaji.git
synced 2026-08-26 00:47:20 +00:00
build(kustomize): pull always images
This commit is contained in:
+1
-1
@@ -1300,7 +1300,7 @@ spec:
|
||||
command:
|
||||
- /manager
|
||||
image: clastix/kamaji:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
args:
|
||||
- --leader-elect
|
||||
image: controller:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
imagePullPolicy: Always
|
||||
name: manager
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
|
||||
Reference in New Issue
Block a user