From 33fd337690235ae46e000342a49f87f15d995444 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:08:50 +0200 Subject: [PATCH] Helm chart prerelease release (#279) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: Update Kubewarden Helm charts Signed-off-by: Víctor Cuadrado Juan Co-authored-by: Kubewarden bot Co-authored-by: Víctor Cuadrado Juan --- charts/kubewarden-controller/Chart.yaml | 8 ++++---- charts/kubewarden-controller/chart-values.yaml | 6 ++---- charts/kubewarden-controller/values.yaml | 6 ++---- charts/kubewarden-crds/Chart.yaml | 6 +++--- charts/kubewarden-defaults/Chart.yaml | 8 ++++---- charts/kubewarden-defaults/chart-values.yaml | 2 +- charts/kubewarden-defaults/values.yaml | 2 +- 7 files changed, 17 insertions(+), 21 deletions(-) diff --git a/charts/kubewarden-controller/Chart.yaml b/charts/kubewarden-controller/Chart.yaml index 5409b970..d2df448b 100644 --- a/charts/kubewarden-controller/Chart.yaml +++ b/charts/kubewarden-controller/Chart.yaml @@ -21,9 +21,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: 1.6.0-rc1 +version: 1.6.0-rc2 # This is the version of Kubewarden stack -appVersion: v1.7.0-rc1 +appVersion: v1.7.0-rc2 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -33,14 +33,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.4.0-rc1 + catalog.cattle.io/auto-install: kubewarden-crds=1.4.0-rc2 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.7.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: 1.6.0-rc1 + catalog.cattle.io/upstream-version: 1.6.0-rc2 # 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/chart-values.yaml b/charts/kubewarden-controller/chart-values.yaml index be306bba..b2242883 100644 --- a/charts/kubewarden-controller/chart-values.yaml +++ b/charts/kubewarden-controller/chart-values.yaml @@ -46,7 +46,7 @@ image: # controller image to be used repository: "kubewarden/kubewarden-controller" # image tag - tag: v1.7.0-rc1 + tag: v1.7.0-rc2 pullPolicy: IfNotPresent preDeleteJob: image: @@ -87,10 +87,8 @@ resources: requests: cpu: 250m memory: 50Mi - # Controller replicas replicas: 1 - auditScanner: enable: true # The default audit-scanner ServiceAccount is bound to the ClusterRoles: @@ -103,7 +101,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.7.0-rc1" + tag: v1.7.0-rc2 pullPolicy: IfNotPresent cronJob: schedule: "*/60 * * * *" # every 60 minutes diff --git a/charts/kubewarden-controller/values.yaml b/charts/kubewarden-controller/values.yaml index 843a64fe..c551ba07 100644 --- a/charts/kubewarden-controller/values.yaml +++ b/charts/kubewarden-controller/values.yaml @@ -82,7 +82,7 @@ image: # controller image to be used repository: "kubewarden/kubewarden-controller" # image tag - tag: v1.7.0-rc1 + tag: v1.7.0-rc2 pullPolicy: IfNotPresent preDeleteJob: image: @@ -123,10 +123,8 @@ resources: requests: cpu: 250m memory: 50Mi - # Controller replicas replicas: 1 - auditScanner: enable: true # The default audit-scanner ServiceAccount is bound to the ClusterRoles: @@ -139,7 +137,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.7.0-rc1" + tag: v1.7.0-rc2 pullPolicy: IfNotPresent cronJob: schedule: "*/60 * * * *" # every 60 minutes diff --git a/charts/kubewarden-crds/Chart.yaml b/charts/kubewarden-crds/Chart.yaml index c0a15d87..8ee32fba 100644 --- a/charts/kubewarden-crds/Chart.yaml +++ b/charts/kubewarden-crds/Chart.yaml @@ -20,9 +20,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.4.0-rc1 +version: 1.4.0-rc2 # This is the version of Kubewarden stack -appVersion: v1.7.0-rc1 +appVersion: v1.7.0-rc2 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -31,7 +31,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.4.0-rc1 + catalog.cattle.io/upstream-version: 1.4.0-rc2 # 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 fdf8993f..c36247f6 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -20,9 +20,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.7.0-rc1 +version: 1.7.0-rc2 # This is the version of Kubewarden stack -appVersion: v1.7.0-rc1 +appVersion: v1.7.0-rc2 annotations: # required ones: catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart @@ -33,8 +33,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/auto-install: kubewarden-crds=1.4.0-rc1 - catalog.cattle.io/upstream-version: 1.7.0-rc1 + catalog.cattle.io/auto-install: kubewarden-crds=1.4.0-rc2 + catalog.cattle.io/upstream-version: 1.7.0-rc2 # 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-values.yaml b/charts/kubewarden-defaults/chart-values.yaml index fe1b1d78..950f7c7e 100644 --- a/charts/kubewarden-defaults/chart-values.yaml +++ b/charts/kubewarden-defaults/chart-values.yaml @@ -10,7 +10,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.7.0-rc1 + tag: v1.7.0-rc2 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index 898c85d7..0fb35fdf 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -46,7 +46,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.7.0-rc1 + tag: v1.7.0-rc2 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key