Skip to content

Commit a413d77

Browse files
authored
Merge pull request #402 from kubewarden/updatecli_d3b0c8fba35daecfc0bc391032d3dbe8668c68d7cc6988b2c2924c447c94abde
Helm chart minor release
2 parents 5f0e480 + 037f0da commit a413d77

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

charts/kubewarden-controller/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ maintainers:
2323
# This is the chart version. This version number should be incremented each time you make changes
2424
# to the chart and its templates, including the app version.
2525
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26-
version: 2.0.9-rc3
26+
version: 2.0.9-rc4
2727
# This is the version of Kubewarden stack
28-
appVersion: v1.11.0-rc3
28+
appVersion: v1.11.0-rc4
2929
annotations:
3030
# required ones:
3131
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,14 +35,14 @@ annotations:
3535
catalog.cattle.io/display-name: Kubewarden # Only for Charts with custom UI
3636
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3737
# optional ones:
38-
catalog.cattle.io/auto-install: kubewarden-crds=1.4.6-rc1
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.4.6-rc2
3939
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.
4040
# The following two will create a UI warning if the request is not available in cluster
4141
# Assume the most standard setup for your chart. These can be strings with amounts, ie 64Mi or 2Gi are both valid.
4242
catalog.cattle.io/requests-cpu: "250m"
4343
catalog.cattle.io/requests-memory: "50Mi"
4444
catalog.cattle.io/rancher-version: ">= 2.6.0-0 <= 2.8.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.
45-
catalog.cattle.io/upstream-version: 2.0.9-rc3
45+
catalog.cattle.io/upstream-version: 2.0.9-rc4
4646
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4747
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
4848
catalog.cattle.io/type: cluster-tool

charts/kubewarden-controller/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ image:
9898
# controller image to be used
9999
repository: "kubewarden/kubewarden-controller"
100100
# image tag
101-
tag: v1.11.0-rc3
101+
tag: v1.11.0-rc4
102102
pullPolicy: IfNotPresent
103103
preDeleteJob:
104104
image:
@@ -154,7 +154,7 @@ auditScanner:
154154
# The registry is defined in the common.cattle.systemDefaultRegistry value
155155
# kubectl image to be used in the pre-delete helm hook
156156
repository: "kubewarden/audit-scanner"
157-
tag: v1.11.0-rc3
157+
tag: v1.11.0-rc4
158158
pullPolicy: IfNotPresent
159159
cronJob:
160160
schedule: "*/60 * * * *" # every 60 minutes

charts/kubewarden-crds/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ 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: 1.4.6-rc1
25+
version: 1.4.6-rc2
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.11.0-rc3
27+
appVersion: v1.11.0-rc4
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -33,7 +33,7 @@ annotations:
3333
catalog.cattle.io/os: linux # this means linux only, other choice here is "windows". For charts that support both, don't add this annotation
3434
# optional ones:
3535
catalog.cattle.io/hidden: "true" # Hide specific charts. Only use on CRD charts.
36-
catalog.cattle.io/upstream-version: 1.4.6-rc1
36+
catalog.cattle.io/upstream-version: 1.4.6-rc2
3737
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
3838
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
3939
catalog.cattle.io/type: cluster-tool

charts/kubewarden-defaults/Chart.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ 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: 1.9.4-rc3
25+
version: 1.9.4-rc4
2626
# This is the version of Kubewarden stack
27-
appVersion: v1.11.0-rc3
27+
appVersion: v1.11.0-rc4
2828
annotations:
2929
# required ones:
3030
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -35,8 +35,8 @@ 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: 1.9.4-rc3
39-
catalog.cattle.io/auto-install: kubewarden-crds=1.4.6-rc1
38+
catalog.cattle.io/upstream-version: 1.9.4-rc4
39+
catalog.cattle.io/auto-install: kubewarden-crds=1.4.6-rc2
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`.
4242
catalog.cattle.io/type: cluster-tool

charts/kubewarden-defaults/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ policyServer:
6060
image:
6161
# The registry is defined in the global.cattle.systemDefaultRegistry value
6262
repository: "kubewarden/policy-server"
63-
tag: v1.11.0-rc3
63+
tag: v1.11.0-rc4
6464
serviceAccountName: policy-server
6565
# verificationConfig: your_configmap
6666
# Configmap containing a Sigstore verification configuration under a key

0 commit comments

Comments
 (0)