From b41cbd204c799f9424ca380fae19058a80c0fb2e Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 4 Oct 2023 09:04:10 +0000 Subject: [PATCH 1/5] fix: Update kubewarden-defaults Helm chart --- charts/kubewarden-defaults/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 7274eba8..9551813b 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -34,7 +34,7 @@ annotations: # optional ones: catalog.cattle.io/hidden: true # Hide specific charts. Only use on CRD charts. catalog.cattle.io/auto-install: kubewarden-crds=1.4.1 - catalog.cattle.io/upstream-version: 1.7.1 + catalog.cattle.io/upstream-version: 1.7.3 # 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 From 37f0c8aa8227da02a664e0e9d939ba2b342fbbd6 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 4 Oct 2023 09:04:11 +0000 Subject: [PATCH 2/5] fix: Update kubewarden-defaults Helm chart --- charts/kubewarden-defaults/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubewarden-defaults/Chart.yaml b/charts/kubewarden-defaults/Chart.yaml index 9551813b..d19d7f63 100644 --- a/charts/kubewarden-defaults/Chart.yaml +++ b/charts/kubewarden-defaults/Chart.yaml @@ -20,7 +20,7 @@ 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.2 +version: 1.7.3 # This is the version of Kubewarden stack appVersion: v1.7.0 annotations: From 4b0802aa54e506d5c732fc9c717d76677f8badea Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 4 Oct 2023 09:04:14 +0000 Subject: [PATCH 3/5] fix: Update kubewarden-defaults Helm chart --- charts/kubewarden-defaults/values.yaml | 47 ++++++++++++-------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index f666fdc9..715e7c70 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -1,5 +1,4 @@ # This file was autogenerated. - # Common settings across multiple charts. These settings will be used # by more than one chart and they ideally need to match during the # installation of the charts consuming this values. @@ -51,7 +50,7 @@ policyServer: image: # The registry is defined in the global.cattle.systemDefaultRegistry value repository: "kubewarden/policy-server" - tag: v1.7.0 + tag: v1.7.1 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key @@ -76,29 +75,27 @@ policyServer: # # Example of usage: # imagePullSecret: "mysecret" - imagePullSecret: - # insecureSources stores a list of allowed insecure registries. - # - # Example of usage: - #insecureSources: - # - "source1" - # - "source2" - insecureSources: - # sourceAuthorities is a list of the URIs and their PEM encoded certificates - # used to authenticate them - # - # Example of usage: - # sourceAuthorities: - # - uri: "uri1" - # certs: - # - "cert1" - # - "cert2" - # - uri: "uri2" - # certs: - # - "cert3" - # - uri: "uri3" - # certs: - # - "cert4" + imagePullSecret: null # insecureSources stores a list of allowed insecure registries. +# +# Example of usage: +#insecureSources: +# - "source1" +# - "source2" + insecureSources: null # sourceAuthorities is a list of the URIs and their PEM encoded certificates +# used to authenticate them +# +# Example of usage: +# sourceAuthorities: +# - uri: "uri1" +# certs: +# - "cert1" +# - "cert2" +# - uri: "uri2" +# certs: +# - "cert3" +# - uri: "uri3" +# certs: +# - "cert4" sourceAuthorities: {} crdVersion: "policies.kubewarden.io/v1" recommendedPolicies: From bd39c21ef9882593093a1b6ecc773f7820d836b8 Mon Sep 17 00:00:00 2001 From: Kubewarden bot Date: Wed, 4 Oct 2023 09:04:16 +0000 Subject: [PATCH 4/5] fix: Update kubewarden-defaults Helm chart --- charts/kubewarden-defaults/chart-values.yaml | 46 ++++++++++---------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/charts/kubewarden-defaults/chart-values.yaml b/charts/kubewarden-defaults/chart-values.yaml index 1c8f9bd0..5f873705 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 + tag: v1.7.1 serviceAccountName: policy-server # verificationConfig: your_configmap # Configmap containing a Sigstore verification configuration under a key @@ -35,29 +35,27 @@ policyServer: # # Example of usage: # imagePullSecret: "mysecret" - imagePullSecret: - # insecureSources stores a list of allowed insecure registries. - # - # Example of usage: - #insecureSources: - # - "source1" - # - "source2" - insecureSources: - # sourceAuthorities is a list of the URIs and their PEM encoded certificates - # used to authenticate them - # - # Example of usage: - # sourceAuthorities: - # - uri: "uri1" - # certs: - # - "cert1" - # - "cert2" - # - uri: "uri2" - # certs: - # - "cert3" - # - uri: "uri3" - # certs: - # - "cert4" + imagePullSecret: null # insecureSources stores a list of allowed insecure registries. +# +# Example of usage: +#insecureSources: +# - "source1" +# - "source2" + insecureSources: null # sourceAuthorities is a list of the URIs and their PEM encoded certificates +# used to authenticate them +# +# Example of usage: +# sourceAuthorities: +# - uri: "uri1" +# certs: +# - "cert1" +# - "cert2" +# - uri: "uri2" +# certs: +# - "cert3" +# - uri: "uri3" +# certs: +# - "cert4" sourceAuthorities: {} crdVersion: "policies.kubewarden.io/v1" recommendedPolicies: From 340dd5c25b77a89423521b7a69182de9f5e7a02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Cuadrado=20Juan?= Date: Wed, 4 Oct 2023 11:56:56 +0200 Subject: [PATCH 5/5] Unmangle chart-values.yaml comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: VĂ­ctor Cuadrado Juan --- charts/kubewarden-defaults/chart-values.yaml | 44 ++++++++++--------- charts/kubewarden-defaults/values.yaml | 45 +++++++++++--------- 2 files changed, 47 insertions(+), 42 deletions(-) diff --git a/charts/kubewarden-defaults/chart-values.yaml b/charts/kubewarden-defaults/chart-values.yaml index 5f873705..0ae1533a 100644 --- a/charts/kubewarden-defaults/chart-values.yaml +++ b/charts/kubewarden-defaults/chart-values.yaml @@ -35,27 +35,29 @@ policyServer: # # Example of usage: # imagePullSecret: "mysecret" - imagePullSecret: null # insecureSources stores a list of allowed insecure registries. -# -# Example of usage: -#insecureSources: -# - "source1" -# - "source2" - insecureSources: null # sourceAuthorities is a list of the URIs and their PEM encoded certificates -# used to authenticate them -# -# Example of usage: -# sourceAuthorities: -# - uri: "uri1" -# certs: -# - "cert1" -# - "cert2" -# - uri: "uri2" -# certs: -# - "cert3" -# - uri: "uri3" -# certs: -# - "cert4" + imagePullSecret: + # insecureSources stores a list of allowed insecure registries. + # + # Example of usage: + #insecureSources: + # - "source1" + # - "source2" + insecureSources: + # sourceAuthorities is a list of the URIs and their PEM encoded certificates + # used to authenticate them + # + # Example of usage: + # sourceAuthorities: + # - uri: "uri1" + # certs: + # - "cert1" + # - "cert2" + # - uri: "uri2" + # certs: + # - "cert3" + # - uri: "uri3" + # certs: + # - "cert4" sourceAuthorities: {} crdVersion: "policies.kubewarden.io/v1" recommendedPolicies: diff --git a/charts/kubewarden-defaults/values.yaml b/charts/kubewarden-defaults/values.yaml index 715e7c70..b4d5a3f7 100644 --- a/charts/kubewarden-defaults/values.yaml +++ b/charts/kubewarden-defaults/values.yaml @@ -1,4 +1,5 @@ # This file was autogenerated. + # Common settings across multiple charts. These settings will be used # by more than one chart and they ideally need to match during the # installation of the charts consuming this values. @@ -75,27 +76,29 @@ policyServer: # # Example of usage: # imagePullSecret: "mysecret" - imagePullSecret: null # insecureSources stores a list of allowed insecure registries. -# -# Example of usage: -#insecureSources: -# - "source1" -# - "source2" - insecureSources: null # sourceAuthorities is a list of the URIs and their PEM encoded certificates -# used to authenticate them -# -# Example of usage: -# sourceAuthorities: -# - uri: "uri1" -# certs: -# - "cert1" -# - "cert2" -# - uri: "uri2" -# certs: -# - "cert3" -# - uri: "uri3" -# certs: -# - "cert4" + imagePullSecret: + # insecureSources stores a list of allowed insecure registries. + # + # Example of usage: + #insecureSources: + # - "source1" + # - "source2" + insecureSources: + # sourceAuthorities is a list of the URIs and their PEM encoded certificates + # used to authenticate them + # + # Example of usage: + # sourceAuthorities: + # - uri: "uri1" + # certs: + # - "cert1" + # - "cert2" + # - uri: "uri2" + # certs: + # - "cert3" + # - uri: "uri3" + # certs: + # - "cert4" sourceAuthorities: {} crdVersion: "policies.kubewarden.io/v1" recommendedPolicies: