Skip to content

Commit 815899a

Browse files
Helm chart patch release (#631)
Signed-off-by: Kubewarden bot <[email protected]> Co-authored-by: Kubewarden bot <[email protected]>
1 parent 76b57f9 commit 815899a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/kubewarden-defaults/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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: 2.8.0
25+
version: 2.8.1
2626
# This is the version of Kubewarden stack
2727
appVersion: v1.21.0
2828
annotations:
@@ -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: 2.8.0
38+
catalog.cattle.io/upstream-version: 2.8.1
3939
catalog.cattle.io/auto-install: kubewarden-crds=1.13.0
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ policyServer:
115115
image:
116116
# The registry is defined in the global.cattle.systemDefaultRegistry value
117117
repository: "kubewarden/policy-server"
118-
tag: v1.21.0
118+
tag: v1.21.1
119119
serviceAccountName: policy-server
120120
# verificationConfig: your_configmap
121121
# Configmap containing a Sigstore verification configuration under a key

0 commit comments

Comments
 (0)