Skip to content

Commit

Permalink
Merge pull request #322 from kubewarden/updatecli_625dfe2888771091da6…
Browse files Browse the repository at this point in the history
…1253ea66f6dde5acc3c14f693c4195db42374fd56a14a

Helm chart patch release
  • Loading branch information
viccuad authored Oct 4, 2023
2 parents 1e2042d + 340dd5c commit 2614ed6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kubewarden-defaults/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion charts/kubewarden-defaults/chart-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -51,7 +51,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
Expand Down

0 comments on commit 2614ed6

Please sign in to comment.