diff --git a/charts/kyverno-policies/Chart.yaml b/charts/kyverno-policies/Chart.yaml index 375cfec80907..71ba7383fdad 100644 --- a/charts/kyverno-policies/Chart.yaml +++ b/charts/kyverno-policies/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: kyverno-policies -version: 3.2.0-rc.4 -appVersion: v1.12.0-rc.4 +version: 3.2.0-rc.5 +appVersion: v1.12.0-rc.5 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Pod Security Standards implemented as Kyverno policies keywords: diff --git a/charts/kyverno-policies/README.md b/charts/kyverno-policies/README.md index 8cfa59aab44a..ad9f4646c88c 100644 --- a/charts/kyverno-policies/README.md +++ b/charts/kyverno-policies/README.md @@ -2,7 +2,7 @@ Kubernetes Pod Security Standards implemented as Kyverno policies -![Version: 3.2.0-rc.4](https://img.shields.io/badge/Version-3.2.0--rc.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0-rc.4](https://img.shields.io/badge/AppVersion-v1.12.0--rc.4-informational?style=flat-square) +![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0-rc.5](https://img.shields.io/badge/AppVersion-v1.12.0--rc.5-informational?style=flat-square) ## About diff --git a/charts/kyverno/Chart.yaml b/charts/kyverno/Chart.yaml index eb8692aa4f6e..7a7533c1dd2e 100644 --- a/charts/kyverno/Chart.yaml +++ b/charts/kyverno/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: kyverno -version: 3.2.0-rc.4 -appVersion: v1.12.0-rc.4 +version: 3.2.0-rc.5 +appVersion: v1.12.0-rc.5 icon: https://github.com/kyverno/kyverno/raw/main/img/logo.png description: Kubernetes Native Policy Management keywords: @@ -43,8 +43,8 @@ annotations: description: Add podLabels to the pre-delete hook dependencies: - name: grafana - version: 3.2.0-rc.4 + version: 3.2.0-rc.5 condition: grafana.enabled - name: crds - version: 3.2.0-rc.4 + version: 3.2.0-rc.5 condition: crds.install diff --git a/charts/kyverno/README.md b/charts/kyverno/README.md index f0554e04cb30..2ea8642fb067 100644 --- a/charts/kyverno/README.md +++ b/charts/kyverno/README.md @@ -2,7 +2,7 @@ Kubernetes Native Policy Management -![Version: 3.2.0-rc.4](https://img.shields.io/badge/Version-3.2.0--rc.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0-rc.4](https://img.shields.io/badge/AppVersion-v1.12.0--rc.4-informational?style=flat-square) +![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.12.0-rc.5](https://img.shields.io/badge/AppVersion-v1.12.0--rc.5-informational?style=flat-square) ## About @@ -856,8 +856,8 @@ Kubernetes: `>=1.25.0-0` | Repository | Name | Version | |------------|------|---------| -| | crds | 3.2.0-rc.4 | -| | grafana | 3.2.0-rc.4 | +| | crds | 3.2.0-rc.5 | +| | grafana | 3.2.0-rc.5 | ## Maintainers diff --git a/charts/kyverno/charts/crds/Chart.yaml b/charts/kyverno/charts/crds/Chart.yaml index 936eb2cd251b..edffedd1318a 100644 --- a/charts/kyverno/charts/crds/Chart.yaml +++ b/charts/kyverno/charts/crds/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: crds -version: 3.2.0-rc.4 +version: 3.2.0-rc.5 diff --git a/charts/kyverno/charts/crds/README.md b/charts/kyverno/charts/crds/README.md index 8fe2a7f21e57..64814fd3a754 100644 --- a/charts/kyverno/charts/crds/README.md +++ b/charts/kyverno/charts/crds/README.md @@ -1,6 +1,6 @@ # crds -![Version: 3.2.0-rc.4](https://img.shields.io/badge/Version-3.2.0--rc.4-informational?style=flat-square) +![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) ## Values diff --git a/charts/kyverno/charts/grafana/Chart.yaml b/charts/kyverno/charts/grafana/Chart.yaml index 156cee713db5..e198f47144af 100644 --- a/charts/kyverno/charts/grafana/Chart.yaml +++ b/charts/kyverno/charts/grafana/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: grafana -version: 3.2.0-rc.4 +version: 3.2.0-rc.5 diff --git a/charts/kyverno/charts/grafana/README.md b/charts/kyverno/charts/grafana/README.md index 18524905b86c..533b09892ee1 100644 --- a/charts/kyverno/charts/grafana/README.md +++ b/charts/kyverno/charts/grafana/README.md @@ -1,6 +1,6 @@ # grafana -![Version: 3.2.0-rc.4](https://img.shields.io/badge/Version-3.2.0--rc.4-informational?style=flat-square) +![Version: 3.2.0-rc.5](https://img.shields.io/badge/Version-3.2.0--rc.5-informational?style=flat-square) ## Values diff --git a/config/install-latest-testing.yaml b/config/install-latest-testing.yaml index 8a379fd7f0d7..5175c86a2a0f 100644 --- a/config/install-latest-testing.yaml +++ b/config/install-latest-testing.yaml @@ -213,8 +213,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: admissionreports.kyverno.io @@ -860,8 +860,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: backgroundscanreports.kyverno.io @@ -1441,8 +1441,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: cleanuppolicies.kyverno.io @@ -5254,8 +5254,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusteradmissionreports.kyverno.io @@ -5903,8 +5903,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterbackgroundscanreports.kyverno.io @@ -6484,8 +6484,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clustercleanuppolicies.kyverno.io @@ -10297,8 +10297,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterpolicies.kyverno.io @@ -28600,8 +28600,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: globalcontextentries.kyverno.io @@ -28838,8 +28838,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: policies.kyverno.io @@ -47144,8 +47144,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: policyexceptions.kyverno.io @@ -49100,8 +49100,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: updaterequests.kyverno.io @@ -49898,8 +49898,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterephemeralreports.reports.kyverno.io @@ -50245,8 +50245,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: ephemeralreports.reports.kyverno.io @@ -50592,8 +50592,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: clusterpolicyreports.wgpolicyk8s.io @@ -50959,8 +50959,8 @@ metadata: app.kubernetes.io/instance: kyverno app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: kyverno-crds - app.kubernetes.io/version: 3.2.0-rc.4 - helm.sh/chart: crds-3.2.0-rc.4 + app.kubernetes.io/version: 3.2.0-rc.5 + helm.sh/chart: crds-3.2.0-rc.5 annotations: controller-gen.kubebuilder.io/version: v0.12.0 name: policyreports.wgpolicyk8s.io