From 7cba730c161adb513a556bdb1ddf627047757c18 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Fri, 13 Dec 2024 16:09:06 +0000 Subject: [PATCH] fix: Update Kubewarden Helm charts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Víctor Cuadrado Juan <2196685+viccuad@users.noreply.github.com> Signed-off-by: Kubewarden bot Signed-off-by: José Guilherme Vanz --- charts/kubewarden-controller/Chart.yaml | 8 ++++---- charts/kubewarden-controller/values.yaml | 6 +++--- charts/kubewarden-crds/Chart.yaml | 6 +++--- charts/kubewarden-defaults/Chart.yaml | 8 ++++---- charts/kubewarden-defaults/values.yaml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index cd437f78..ce7bb154 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -23,9 +23,9 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 3.2.0 +version: 4.0.0-rc1 # This is the version of Kubewarden stack -appVersion: v1.19.0 +appVersion: v1.20.0-rc1 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -35,14 +35,14 @@ annotations: catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: - catalog.cattle.io/auto-install: kubewarden-crds=1.11.0 + catalog.cattle.io/auto-install: kubewarden-crds=1.12.0-rc1 catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart. # The following two will create a UI warning if the request is not available in cluster # Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid. catalog.cattle.io/requests-cpu: "250m" catalog.cattle.io/requests-memory: "50Mi" catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.10.100-0" # Chart will only be available for users in the specified Rancher version(s), here its 2.5.0-2.5.99. This _must_ use build metadata or it won't work correctly for future RC's. - catalog.cattle.io/upstream-version: 3.2.0 + catalog.cattle.io/upstream-version: 4.0.0-rc1 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool diff --git a/charts/kubewarden-controller/values.yaml b/charts/kubewarden-controller/values.yaml index fb44d538..d9720aa9 100644 --- a/charts/kubewarden-controller/values.yaml +++ b/charts/kubewarden-controller/values.yaml @@ -141,7 +141,7 @@ telemetry: # controller and policy server to send metrics and traces to it. # - custom: It will configure the controller and policy server to send metrics # and traces to a custom collector that is not running as a sidecar. - + # The default configuration is to use the sidecar option. Therefore, if # telemetry.metrics or telemetry.tracing are set to true, the sidecar will be # deployed. If you want to use a custom collector, set mode to "custom" @@ -199,7 +199,7 @@ image: # controller image to be used repository: "kubewarden/kubewarden-controller" # image tag - tag: v1.19.0 + tag: v1.20.0-rc1 pullPolicy: IfNotPresent preDeleteJob: image: @@ -242,7 +242,7 @@ auditScanner: # The registry is defined in the common.cattle.systemDefaultRegistry value # kubectl image to be used in the pre-delete helm hook repository: "kubewarden/audit-scanner" - tag: v1.19.0 + tag: v1.20.0-rc1 pullPolicy: IfNotPresent cronJob: schedule: "*/60 * * * *" # every 60 minutes diff --git a/charts/kubewarden-crds/Chart.yaml b/charts/kubewarden-crds/Chart.yaml index 2dc0e556..de72d12d 100644 --- a/charts/kubewarden-crds/Chart.yaml +++ b/charts/kubewarden-crds/Chart.yaml @@ -22,9 +22,9 @@ keywords: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.11.0 +version: 1.12.0-rc1 # This is the version of Kubewarden stack -appVersion: v1.19.0 +appVersion: v1.20.0-rc1 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -33,7 +33,7 @@ annotations: catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts. - catalog.cattle.io/upstream-version: 1.11.0 + catalog.cattle.io/upstream-version: 1.12.0-rc1 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 43e22bfe..1854dadc 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -22,9 +22,9 @@ keywords: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.6.0 +version: 2.7.0-rc1 # This is the version of Kubewarden stack -appVersion: v1.19.0 +appVersion: v1.20.0-rc1 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -35,8 +35,8 @@ annotations: catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation # optional ones: catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts. - catalog.cattle.io/upstream-version: 2.6.0 - catalog.cattle.io/auto-install: kubewarden-crds=1.11.0 + catalog.cattle.io/upstream-version: 2.7.0-rc1 + catalog.cattle.io/auto-install: kubewarden-crds=1.12.0-rc1 # Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template` # See the Cluster Tools section to learn more about when to set this value to `cluster-tool`. catalog.cattle.io/type: cluster-tool diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index 3c9fc4e1..2e37e816 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -115,7 +115,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.19.0 + tag: v1.20.0-rc1 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key