Skip to content

Commit 4873cbf

Browse files
Helm chart patch release (#415)
Co-authored-by: Kubewarden bot <[email protected]>
1 parent 6882627 commit 4873cbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/kubewarden-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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.9
26+
version: 2.0.10
2727
# This is the version of Kubewarden stack
2828
appVersion: v1.11.0
2929
annotations:
@@ -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.9
45+
catalog.cattle.io/upstream-version: 2.0.10
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ image:
9898
# controller image to be used
9999
repository: "kubewarden/kubewarden-controller"
100100
# image tag
101-
tag: v1.11.0
101+
tag: v1.11.1
102102
pullPolicy: IfNotPresent
103103
preDeleteJob:
104104
image:
@@ -154,7 +154,7 @@ auditScanner:
154154
# The registry is defined in the common.cattle.systemDefaultRegistry value
155155
# kubectl image to be used in the pre-delete helm hook
156156
repository: "kubewarden/audit-scanner"
157-
tag: v1.11.0
157+
tag: v1.11.1
158158
pullPolicy: IfNotPresent
159159
cronJob:
160160
schedule: "*/60 * * * *" # every 60 minutes

0 commit comments

Comments
 (0)