diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index 12c9fd9b8b..ff69f62c78 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: kyverno -version: v1.3.6-rc4 -appVersion: v1.3.6-rc4 +version: v1.3.6-rc5 +appVersion: v1.3.6-rc5 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 dd91e0fa00..fb7d23d952 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-rc4 + image: ghcr.io/kyverno/kyverno:v1.3.6-rc5 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 2 @@ -2483,7 +2483,7 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc4 + - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc5 imagePullPolicy: IfNotPresent name: kyverno-pre resources: diff --git a/definitions/kustomization.yaml b/definitions/kustomization.yaml index 2957fc1743..fb010e05a4 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-rc4 + newTag: v1.3.6-rc5 - name: ghcr.io/kyverno/kyvernopre newName: ghcr.io/kyverno/kyvernopre - newTag: v1.3.6-rc4 + newTag: v1.3.6-rc5 diff --git a/definitions/release/install.yaml b/definitions/release/install.yaml index dd91e0fa00..fb7d23d952 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-rc4 + image: ghcr.io/kyverno/kyverno:v1.3.6-rc5 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 2 @@ -2483,7 +2483,7 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true initContainers: - - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc4 + - image: ghcr.io/kyverno/kyvernopre:v1.3.6-rc5 imagePullPolicy: IfNotPresent name: kyverno-pre resources: