build(kustomize): pull always images

This commit is contained in:
Dario Tranchitella
2022-07-11 07:21:24 +00:00
parent a377bfc1ec
commit d547fea661
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1300,7 +1300,7 @@ spec:
command:
- /manager
image: clastix/kamaji:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
+1 -1
View File
@@ -30,7 +30,7 @@ spec:
args:
- --leader-elect
image: controller:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: manager
securityContext:
allowPrivilegeEscalation: false