diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index dd900c08dc..63d7ca7cbe 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kyverno -version: v1.3.6-rc2 -appVersion: v1.3.6-rc2 +version: v1.3.6-rc3 +appVersion: v1.3.6-rc3 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 9ea5c7c1ff..648b1256df 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-rc2 + image: ghcr.io/kyverno/kyverno:v1.3.6-rc3 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 2 @@ -2483,7 +2483,7 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc2 + - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc3 imagePullPolicy: IfNotPresent name: kyverno-pre resources: diff --git a/definitions/kustomization.yaml b/definitions/kustomization.yaml index ee7d318592..153186d943 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-rc2 + newTag: v1.3.6-rc3 - name: ghcr.io/kyverno/kyvernopre newName: ghcr.io/kyverno/kyvernopre - newTag: v1.3.6-rc2 + newTag: v1.3.6-rc3 diff --git a/definitions/release/install.yaml b/definitions/release/install.yaml index 9ea5c7c1ff..648b1256df 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-rc2 + image: ghcr.io/kyverno/kyverno:v1.3.6-rc3 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 2 @@ -2483,7 +2483,7 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc2 + - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc3 imagePullPolicy: IfNotPresent name: kyverno-pre resources: