Skip to content

Commit

Permalink
Helm chart patch release (#499)
Browse files Browse the repository at this point in the history
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
Co-authored-by: kubewarden <[email protected]>
Co-authored-by: Víctor Cuadrado Juan <[email protected]>
Co-authored-by: Víctor Cuadrado Juan <[email protected]>
Co-authored-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
5 people authored Aug 2, 2024
1 parent 5564eb7 commit e948d13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maintainers:
# 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.15.0
annotations:
Expand All @@ -42,7 +42,7 @@ annotations:
catalog.cattle.io/requests-cpu: "250m"
catalog.cattle.io/requests-memory: "50Mi"
catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.9.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.
catalog.cattle.io/upstream-version: 2.3.0
catalog.cattle.io/upstream-version: 2.3.1
# 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
Expand Down
4 changes: 2 additions & 2 deletions charts/kubewarden-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ image:
# controller image to be used
repository: "kubewarden/kubewarden-controller"
# image tag
tag: v1.15.0
tag: v1.15.1
pullPolicy: IfNotPresent
preDeleteJob:
image:
Expand Down Expand Up @@ -205,7 +205,7 @@ auditScanner:
# The registry is defined in the common.cattle.systemDefaultRegistry value
# kubectl image to be used in the pre-delete helm hook
repository: "kubewarden/audit-scanner"
tag: v1.15.0
tag: v1.15.1
pullPolicy: IfNotPresent
cronJob:
schedule: "*/60 * * * *" # every 60 minutes
Expand Down
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.2.0
version: 2.2.1
# This is the version of Kubewarden stack
appVersion: v1.15.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.2.0
catalog.cattle.io/upstream-version: 2.2.1
catalog.cattle.io/auto-install: kubewarden-crds=1.7.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 @@ -207,7 +207,7 @@ recommendedPolicies:
userGroupPolicy:
module:
repository: "kubewarden/policies/user-group-psp"
tag: v0.6.0
tag: v0.6.2
name: "do-not-run-as-root"
settings:
run_as_user:
Expand Down

0 comments on commit e948d13

Please sign in to comment.