1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

update image pull policy for YAML install which uses :latest (#3565)

Signed-off-by: Jim Bugwadia <jim@nirmata.com>
This commit is contained in:
Jim Bugwadia 2022-04-07 14:31:14 -07:00 committed by GitHub
parent dc7eccfe65
commit 9834feea74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10986,7 +10986,7 @@ spec:
- name: TUF_ROOT
value: /.sigstore
image: ghcr.io/kyverno/kyverno:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
livenessProbe:
failureThreshold: 2
httpGet:
@ -11041,7 +11041,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/kyverno/kyvernopre:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
name: kyverno-pre
resources:
limits:

View file

@ -42,7 +42,7 @@ spec:
initContainers:
- name: kyverno-pre
image: ghcr.io/kyverno/kyvernopre:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
resources:
limits:
cpu: 100m
@ -68,7 +68,7 @@ spec:
containers:
- name: kyverno
image: ghcr.io/kyverno/kyverno:latest
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
args:
- "--filterK8sResources=[Event,*,*][*,kube-system,*][*,kube-public,*][*,kube-node-lease,*][Node,*,*][APIService,*,*][TokenReview,*,*][SubjectAccessReview,*,*][*,kyverno,kyverno*][Binding,*,*][ReplicaSet,*,*][ReportChangeRequest,*,*][ClusterReportChangeRequest,*,*][PolicyReport,*,*][ClusterPolicyReport,*,*]"
# customize webhook timeout