Skip to content

Commit

Permalink
Helm chart patch release (#515)
Browse files Browse the repository at this point in the history
Co-authored-by: Kubewarden bot <[email protected]>
  • Loading branch information
github-actions[bot] and chimera-kube-bot authored Sep 4, 2024
1 parent 9aeecb2 commit ec3c44b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/kubewarden-defaults/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.3.0
version: 2.3.1
# This is the version of Kubewarden stack
appVersion: v1.16.0
annotations:
Expand All @@ -35,7 +35,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: 2.3.0
catalog.cattle.io/upstream-version: 2.3.1
catalog.cattle.io/auto-install: kubewarden-crds=1.8.0
# 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`.
Expand Down
2 changes: 1 addition & 1 deletion charts/kubewarden-defaults/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ policyServer:
image:
# The registry is defined in the global.cattle.systemDefaultRegistry value
repository: "kubewarden/policy-server"
tag: v1.16.0
tag: v1.16.1
serviceAccountName: policy-server
# verificationConfig: your_configmap
# Configmap containing a Sigstore verification configuration under a key
Expand Down

0 comments on commit ec3c44b

Please sign in to comment.