From af07e66edea834bf8bbc12580b57345ff9cb543a Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Thu, 22 Oct 2020 13:07:48 -0700 Subject: [PATCH] - tag v1.2.1; - update liveness, readiness port in Helm chart --- charts/kyverno/Chart.yaml | 4 ++-- charts/kyverno/values.yaml | 4 ++-- definitions/install.yaml | 8 ++++---- definitions/kustomization.yaml | 4 ++-- definitions/release/install.yaml | 8 ++++---- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index fb6de95640..f6c04525cb 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kyverno -version: 1.2.0 -appVersion: v1.2.0 +version: 1.2.1 +appVersion: v1.2.1 icon: https://github.com/kyverno/kyverno/blob/master/documentation/images/Kyverno_Horizontal.png description: Kubernetes Native Policy Management keywords: diff --git a/charts/kyverno/values.yaml b/charts/kyverno/values.yaml index f514fc2e5b..222139dd15 100644 --- a/charts/kyverno/values.yaml +++ b/charts/kyverno/values.yaml @@ -55,7 +55,7 @@ resources: livenessProbe: httpGet: path: /health/liveness - port: 443 + port: 9443 scheme: HTTPS initialDelaySeconds: 10 periodSeconds: 10 @@ -69,7 +69,7 @@ livenessProbe: readinessProbe: httpGet: path: /health/readiness - port: 443 + port: 9443 scheme: HTTPS initialDelaySeconds: 5 periodSeconds: 10 diff --git a/definitions/install.yaml b/definitions/install.yaml index 43da9368ca..602893f8d7 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -1077,13 +1077,13 @@ spec: fieldPath: metadata.namespace - name: KYVERNO_SVC value: kyverno-svc - image: nirmata/kyverno:v1.2.0 + image: nirmata/kyverno:v1.2.1 imagePullPolicy: Always livenessProbe: failureThreshold: 4 httpGet: path: /health/liveness - port: 443 + port: 9443 scheme: HTTPS initialDelaySeconds: 5 periodSeconds: 10 @@ -1098,7 +1098,7 @@ spec: failureThreshold: 4 httpGet: path: /health/readiness - port: 443 + port: 9443 scheme: HTTPS initialDelaySeconds: 5 periodSeconds: 10 @@ -1120,7 +1120,7 @@ spec: runAsNonRoot: true runAsUser: 1000 initContainers: - - image: nirmata/kyvernopre:v1.2.0 + - image: nirmata/kyvernopre:v1.2.1 imagePullPolicy: Always name: kyverno-pre securityContext: diff --git a/definitions/kustomization.yaml b/definitions/kustomization.yaml index d2a6ac47c5..8bf51cf2d2 100644 --- a/definitions/kustomization.yaml +++ b/definitions/kustomization.yaml @@ -8,7 +8,7 @@ resources: images: - name: nirmata/kyverno newName: nirmata/kyverno - newTag: v1.2.0 + newTag: v1.2.1 - name: nirmata/kyvernopre newName: nirmata/kyvernopre - newTag: v1.2.0 + newTag: v1.2.1 diff --git a/definitions/release/install.yaml b/definitions/release/install.yaml index 43da9368ca..602893f8d7 100644 --- a/definitions/release/install.yaml +++ b/definitions/release/install.yaml @@ -1077,13 +1077,13 @@ spec: fieldPath: metadata.namespace - name: KYVERNO_SVC value: kyverno-svc - image: nirmata/kyverno:v1.2.0 + image: nirmata/kyverno:v1.2.1 imagePullPolicy: Always livenessProbe: failureThreshold: 4 httpGet: path: /health/liveness - port: 443 + port: 9443 scheme: HTTPS initialDelaySeconds: 5 periodSeconds: 10 @@ -1098,7 +1098,7 @@ spec: failureThreshold: 4 httpGet: path: /health/readiness - port: 443 + port: 9443 scheme: HTTPS initialDelaySeconds: 5 periodSeconds: 10 @@ -1120,7 +1120,7 @@ spec: runAsNonRoot: true runAsUser: 1000 initContainers: - - image: nirmata/kyvernopre:v1.2.0 + - image: nirmata/kyvernopre:v1.2.1 imagePullPolicy: Always name: kyverno-pre securityContext: