1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00

- tag v1.2.1; - update liveness, readiness port in Helm chart

This commit is contained in:
Shuting Zhao 2020-10-22 13:07:48 -07:00
parent 51bfc494e0
commit af07e66ede
5 changed files with 14 additions and 14 deletions

View file

@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
name: kyverno name: kyverno
version: 1.2.0 version: 1.2.1
appVersion: v1.2.0 appVersion: v1.2.1
icon: https://github.com/kyverno/kyverno/blob/master/documentation/images/Kyverno_Horizontal.png icon: https://github.com/kyverno/kyverno/blob/master/documentation/images/Kyverno_Horizontal.png
description: Kubernetes Native Policy Management description: Kubernetes Native Policy Management
keywords: keywords:

View file

@ -55,7 +55,7 @@ resources:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /health/liveness path: /health/liveness
port: 443 port: 9443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 10 initialDelaySeconds: 10
periodSeconds: 10 periodSeconds: 10
@ -69,7 +69,7 @@ livenessProbe:
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /health/readiness path: /health/readiness
port: 443 port: 9443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10

View file

@ -1077,13 +1077,13 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: KYVERNO_SVC - name: KYVERNO_SVC
value: kyverno-svc value: kyverno-svc
image: nirmata/kyverno:v1.2.0 image: nirmata/kyverno:v1.2.1
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
failureThreshold: 4 failureThreshold: 4
httpGet: httpGet:
path: /health/liveness path: /health/liveness
port: 443 port: 9443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
@ -1098,7 +1098,7 @@ spec:
failureThreshold: 4 failureThreshold: 4
httpGet: httpGet:
path: /health/readiness path: /health/readiness
port: 443 port: 9443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
@ -1120,7 +1120,7 @@ spec:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
initContainers: initContainers:
- image: nirmata/kyvernopre:v1.2.0 - image: nirmata/kyvernopre:v1.2.1
imagePullPolicy: Always imagePullPolicy: Always
name: kyverno-pre name: kyverno-pre
securityContext: securityContext:

View file

@ -8,7 +8,7 @@ resources:
images: images:
- name: nirmata/kyverno - name: nirmata/kyverno
newName: nirmata/kyverno newName: nirmata/kyverno
newTag: v1.2.0 newTag: v1.2.1
- name: nirmata/kyvernopre - name: nirmata/kyvernopre
newName: nirmata/kyvernopre newName: nirmata/kyvernopre
newTag: v1.2.0 newTag: v1.2.1

View file

@ -1077,13 +1077,13 @@ spec:
fieldPath: metadata.namespace fieldPath: metadata.namespace
- name: KYVERNO_SVC - name: KYVERNO_SVC
value: kyverno-svc value: kyverno-svc
image: nirmata/kyverno:v1.2.0 image: nirmata/kyverno:v1.2.1
imagePullPolicy: Always imagePullPolicy: Always
livenessProbe: livenessProbe:
failureThreshold: 4 failureThreshold: 4
httpGet: httpGet:
path: /health/liveness path: /health/liveness
port: 443 port: 9443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
@ -1098,7 +1098,7 @@ spec:
failureThreshold: 4 failureThreshold: 4
httpGet: httpGet:
path: /health/readiness path: /health/readiness
port: 443 port: 9443
scheme: HTTPS scheme: HTTPS
initialDelaySeconds: 5 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 10
@ -1120,7 +1120,7 @@ spec:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
initContainers: initContainers:
- image: nirmata/kyvernopre:v1.2.0 - image: nirmata/kyvernopre:v1.2.1
imagePullPolicy: Always imagePullPolicy: Always
name: kyverno-pre name: kyverno-pre
securityContext: securityContext: