From 4f79f44f9fdf082e7e67edaa619c0afe0e843bd5 Mon Sep 17 00:00:00 2001 From: Shuting Zhao Date: Mon, 17 May 2021 11:39:39 -0700 Subject: [PATCH] tag v1.3.6 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 ff69f62c78..52b40269d8 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kyverno -version: v1.3.6-rc5 -appVersion: v1.3.6-rc5 +version: v1.3.6 +appVersion: v1.3.6 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Native Policy Management keywords: diff --git a/definitions/install.yaml b/definitions/install.yaml index fb7d23d952..c1fbe64d02 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -2441,7 +2441,7 @@ spec: fieldPath: metadata.namespace - name: KYVERNO_SVC value: kyverno-svc - image: ghcr.io/kyverno/kyverno:v1.3.6-rc5 + image: ghcr.io/kyverno/kyverno:v1.3.6 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 2 @@ -2483,7 +2483,7 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc5 + - image: ghcr.io/kyverno/kyvernopre:v1.3.6 imagePullPolicy: IfNotPresent name: kyverno-pre resources: diff --git a/definitions/kustomization.yaml b/definitions/kustomization.yaml index fb010e05a4..700766361b 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.6-rc5 + newTag: v1.3.6 - name: ghcr.io/kyverno/kyvernopre newName: ghcr.io/kyverno/kyvernopre - newTag: v1.3.6-rc5 + newTag: v1.3.6 diff --git a/definitions/release/install.yaml b/definitions/release/install.yaml index fb7d23d952..c1fbe64d02 100755 --- a/definitions/release/install.yaml +++ b/definitions/release/install.yaml @@ -2441,7 +2441,7 @@ spec: fieldPath: metadata.namespace - name: KYVERNO_SVC value: kyverno-svc - image: ghcr.io/kyverno/kyverno:v1.3.6-rc5 + image: ghcr.io/kyverno/kyverno:v1.3.6 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 2 @@ -2483,7 +2483,7 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc5 + - image: ghcr.io/kyverno/kyvernopre:v1.3.6 imagePullPolicy: IfNotPresent name: kyverno-pre resources: