From f6192d08b02f23522a90dd29d97d6b6bc346e4c3 Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Tue, 16 Feb 2021 13:49:50 -0800 Subject: [PATCH] release v1.3.3 --- 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 a1e140aa2f..c385e97d5e 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kyverno -version: v1.3.2 -appVersion: v1.3.2 +version: v1.3.3 +appVersion: v1.3.3 icon: https://github.com/kyverno/kyverno/blob/main/img/logo.png description: Kubernetes Native Policy Management keywords: diff --git a/definitions/install.yaml b/definitions/install.yaml index ad74d72edb..48500f39ff 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 + image: ghcr.io/kyverno/kyverno:v1.3.3 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 4 @@ -2552,7 +2552,7 @@ spec: runAsNonRoot: true runAsUser: 1000 initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.2 + - image: ghcr.io/kyverno/kyvernopre:v1.3.3 imagePullPolicy: IfNotPresent name: kyverno-pre securityContext: diff --git a/definitions/kustomization.yaml b/definitions/kustomization.yaml index bd0c5f326f..422a9ce42a 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 + newTag: v1.3.3 - name: ghcr.io/kyverno/kyvernopre newName: ghcr.io/kyverno/kyvernopre - newTag: v1.3.2 + newTag: v1.3.3 diff --git a/definitions/release/install.yaml b/definitions/release/install.yaml index ad74d72edb..48500f39ff 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 + image: ghcr.io/kyverno/kyverno:v1.3.3 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 4 @@ -2552,7 +2552,7 @@ spec: runAsNonRoot: true runAsUser: 1000 initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.2 + - image: ghcr.io/kyverno/kyvernopre:v1.3.3 imagePullPolicy: IfNotPresent name: kyverno-pre securityContext: