Skip to content

Commit 87663ef

Browse files
chimera-kube-botflavio
authored andcommitted
Kubewarden 1.11-rc1
Update charts, images and policies.
1 parent 050dd71 commit 87663ef

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

charts/kubewarden-controller/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ maintainers:
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.0.8
26+
version: 2.0.9-rc1
2727
# This is the version of Kubewarden stack
28-
appVersion: v1.10.0
28+
appVersion: v1.11.0-rc1
2929
annotations:
3030
# required ones:
3131
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -42,7 +42,7 @@ annotations:
4242
catalog.cattle.io/requests-cpu: "250m"
4343
catalog.cattle.io/requests-memory: "50Mi"
4444
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.
45-
catalog.cattle.io/upstream-version: 2.0.8
45+
catalog.cattle.io/upstream-version: 2.0.9-rc1
4646
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4747
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
4848
catalog.cattle.io/type: cluster-tool

charts/kubewarden-controller/values.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# This file was autogenerated.
2-
32
# Common settings across multiple charts. These settings will be used
43
# by more than one chart and they ideally need to match during the
54
# installation of the charts consuming this values.
@@ -155,7 +154,7 @@ auditScanner:
155154
# The registry is defined in the common.cattle.systemDefaultRegistry value
156155
# kubectl image to be used in the pre-delete helm hook
157156
repository: "kubewarden/audit-scanner"
158-
tag: v1.10.0
157+
tag: v1.11.0-rc1
159158
pullPolicy: IfNotPresent
160159
cronJob:
161160
schedule: "*/60 * * * *" # every 60 minutes

charts/kubewarden-defaults/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ keywords:
2222
# This is the chart version. This version number should be incremented each time you make changes
2323
# to the chart and its templates, including the app version.
2424
# Versions are expected to follow Semantic Versioning (https://semver.org/)
25-
version: 1.9.3
25+
version: 1.9.4-rc1
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.10.0
27+
appVersion: v1.11.0-rc1
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,7 +35,7 @@ annotations:
3535
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3636
# optional ones:
3737
catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts.
38-
catalog.cattle.io/upstream-version: 1.9.3
38+
catalog.cattle.io/upstream-version: 1.9.4-rc1
3939
catalog.cattle.io/auto-install: kubewarden-crds=1.4.5
4040
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4141
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.

charts/kubewarden-defaults/values.yaml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# This file was autogenerated.
2-
32
# Common settings across multiple charts. These settings will be used
43
# by more than one chart and they ideally need to match during the
54
# installation of the charts consuming this values.
@@ -61,7 +60,7 @@ policyServer:
6160
image:
6261
# The registry is defined in the global.cattle.systemDefaultRegistry value
6362
repository: "kubewarden/policy-server"
64-
tag: v1.10.0
63+
tag: v1.11.0-rc1
6564
serviceAccountName: policy-server
6665
# verificationConfig: your_configmap
6766
# Configmap containing a Sigstore verification configuration under a key
@@ -88,15 +87,13 @@ policyServer:
8887
#
8988
# Example of usage:
9089
# imagePullSecret: "mysecret"
91-
imagePullSecret:
92-
# insecureSources stores a list of allowed insecure registries.
90+
imagePullSecret: null # insecureSources stores a list of allowed insecure registries.
9391
#
9492
# Example of usage:
9593
#insecureSources:
9694
# - "source1"
9795
# - "source2"
98-
insecureSources:
99-
# sourceAuthorities is a list of the URIs and their PEM encoded certificates
96+
insecureSources: null # sourceAuthorities is a list of the URIs and their PEM encoded certificates
10097
# used to authenticate them
10198
#
10299
# Example of usage:
@@ -130,10 +127,10 @@ recommendedPolicies:
130127
module: "kubewarden/policies/host-namespaces-psp:v0.1.6"
131128
name: "no-host-namespace-sharing"
132129
podPrivilegedPolicy:
133-
module: "kubewarden/policies/pod-privileged:v0.3.1"
130+
module: "kubewarden/policies/pod-privileged:v0.3.2"
134131
name: "no-privileged-pod"
135132
userGroupPolicy:
136-
module: "kubewarden/policies/user-group-psp:v0.4.9"
133+
module: "kubewarden/policies/user-group-psp:v0.5.0"
137134
name: "do-not-run-as-root"
138135
hostPathsPolicy:
139136
module: "kubewarden/policies/hostpaths-psp:v0.1.10"

0 commit comments

Comments
 (0)