From b9a64ea41d6a87a64baa696a120ef7ad8aaea12a Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Tue, 9 Feb 2021 10:59:44 -0800 Subject: [PATCH] release v1.3.2 Signed-off-by: Shuting Zhao --- charts/kyverno/Chart.yaml | 4 ++-- definitions/install.yaml | 4 ++-- definitions/kustomization.yaml | 4 ++-- definitions/release/install.yaml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index d0be57c60f..19f5e7945e 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kyverno -version: v1.3.2-rc3 -appVersion: v1.3.2-rc3 +version: v1.3.2 +appVersion: v1.3.2 icon: https://github.com/kyverno/kyverno/blob/master/documentation/images/Kyverno_Horizontal.png description: Kubernetes Native Policy Management keywords: diff --git a/definitions/install.yaml b/definitions/install.yaml index 12531399e1..ad74d72edb 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -2509,7 +2509,7 @@ spec: fieldPath: metadata.namespace - name: KYVERNO_SVC value: kyverno-svc - image: ghcr.io/kyverno/kyverno:v1.3.2-rc3 + image: ghcr.io/kyverno/kyverno:v1.3.2 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 4 @@ -2552,7 +2552,7 @@ spec: runAsNonRoot: true runAsUser: 1000 initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.2-rc3 + - image: ghcr.io/kyverno/kyvernopre:v1.3.2 imagePullPolicy: IfNotPresent name: kyverno-pre securityContext: diff --git a/definitions/kustomization.yaml b/definitions/kustomization.yaml index 503fbb831f..bd0c5f326f 100755 --- a/definitions/kustomization.yaml +++ b/definitions/kustomization.yaml @@ -8,7 +8,7 @@ resources: images: - name: ghcr.io/kyverno/kyverno newName: ghcr.io/kyverno/kyverno - newTag: v1.3.2-rc3 + newTag: v1.3.2 - name: ghcr.io/kyverno/kyvernopre newName: ghcr.io/kyverno/kyvernopre - newTag: v1.3.2-rc3 + newTag: v1.3.2 diff --git a/definitions/release/install.yaml b/definitions/release/install.yaml index 12531399e1..ad74d72edb 100755 --- a/definitions/release/install.yaml +++ b/definitions/release/install.yaml @@ -2509,7 +2509,7 @@ spec: fieldPath: metadata.namespace - name: KYVERNO_SVC value: kyverno-svc - image: ghcr.io/kyverno/kyverno:v1.3.2-rc3 + image: ghcr.io/kyverno/kyverno:v1.3.2 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 4 @@ -2552,7 +2552,7 @@ spec: runAsNonRoot: true runAsUser: 1000 initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.2-rc3 + - image: ghcr.io/kyverno/kyvernopre:v1.3.2 imagePullPolicy: IfNotPresent name: kyverno-pre securityContext: