Skip to content

Commit

Permalink
Helm chart minor release (#475)
Browse files Browse the repository at this point in the history
Signed-off-by: José Guilherme Vanz <[email protected]>
  • Loading branch information
github-actions[bot] authored Jun 25, 2024
1 parent e94ca9f commit 76dd5cc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions charts/kubewarden-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ 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.2.0-rc2
version: 2.2.0
# This is the version of Kubewarden stack
appVersion: v1.14.0-rc2
appVersion: v1.14.0
annotations:
# required ones:
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
Expand All @@ -35,14 +35,14 @@ annotations:
catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI
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/auto-install: kubewarden-crds=1.6.0-rc2
catalog.cattle.io/auto-install: kubewarden-crds=1.6.0
catalog.cattle.io/provides-gvr: "policyservers.policies.kubewarden.io/v1" # Declare that this chart provides a type, which other charts may use in `requires-gvr`. Only add to parent, not CRD chart.
# The following two will create a UI warning if the request is not available in cluster
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.
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.2.0-rc2
catalog.cattle.io/upstream-version: 2.2.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`.
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 @@ -100,7 +100,7 @@ image:
# controller image to be used
repository: "kubewarden/kubewarden-controller"
# image tag
tag: v1.14.0-rc2
tag: v1.14.0
pullPolicy: IfNotPresent
preDeleteJob:
image:
Expand Down Expand Up @@ -156,7 +156,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.14.0-rc2
tag: v1.14.0
pullPolicy: IfNotPresent
cronJob:
schedule: "*/60 * * * *" # every 60 minutes
Expand Down
6 changes: 3 additions & 3 deletions charts/kubewarden-crds/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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.6.0-rc2
version: 1.6.0
# This is the version of Kubewarden stack
appVersion: v1.14.0-rc2
appVersion: v1.14.0
annotations:
# required ones:
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
Expand All @@ -33,7 +33,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: 1.6.0-rc2
catalog.cattle.io/upstream-version: 1.6.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`.
catalog.cattle.io/type: cluster-tool
8 changes: 4 additions & 4 deletions charts/kubewarden-defaults/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ 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.1.0-rc2
version: 2.1.0
# This is the version of Kubewarden stack
appVersion: v1.14.0-rc2
appVersion: v1.14.0
annotations:
# required ones:
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
Expand All @@ -35,8 +35,8 @@ 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.1.0-rc2
catalog.cattle.io/auto-install: kubewarden-crds=1.6.0-rc2
catalog.cattle.io/upstream-version: 2.1.0
catalog.cattle.io/auto-install: kubewarden-crds=1.6.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`.
catalog.cattle.io/type: cluster-tool
2 changes: 1 addition & 1 deletion charts/kubewarden-defaults/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ policyServer:
image:
# The registry is defined in the global.cattle.systemDefaultRegistry value
repository: "kubewarden/policy-server"
tag: v1.14.0-rc2
tag: v1.14.0
serviceAccountName: policy-server
# verificationConfig: your_configmap
# Configmap containing a Sigstore verification configuration under a key
Expand Down

0 comments on commit 76dd5cc

Please sign in to comment.