diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index a77896af..6cd01fb6 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: 2.0.9-rc2 +version: 2.0.9-rc3 # This is the version of Kubewarden stack -appVersion: v1.11.0-rc2 +appVersion: v1.11.0-rc3 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -42,7 +42,7 @@ annotations: catalog.cattle.io/requests-cpu: "250m" catalog.cattle.io/requests-memory: "50Mi" catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.8.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: 2.0.9-rc2 + catalog.cattle.io/upstream-version: 2.0.9-rc3 # 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 f9533912..6469e297 100644 --- a/charts/kubewarden-controller/values.yaml +++ b/charts/kubewarden-controller/values.yaml @@ -98,7 +98,7 @@ image: # controller image to be used repository: "kubewarden/kubewarden-controller" # image tag - tag: v1.11.0-rc2 + tag: v1.11.0-rc3 pullPolicy: IfNotPresent preDeleteJob: image: @@ -154,7 +154,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.11.0-rc2 + tag: v1.11.0-rc3 pullPolicy: IfNotPresent cronJob: schedule: "*/60 * * * *" # every 60 minutes diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 86df5480..33b741f1 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: 1.9.4-rc2 +version: 1.9.4-rc3 # This is the version of Kubewarden stack -appVersion: v1.11.0-rc2 +appVersion: v1.11.0-rc3 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -35,7 +35,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.9.4-rc2 + catalog.cattle.io/upstream-version: 1.9.4-rc3 catalog.cattle.io/auto-install: kubewarden-crds=1.4.5 # 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`. diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index 22cb743c..64674e36 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -60,7 +60,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.11.0-rc2 + tag: v1.11.0-rc3 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key