Skip to content

Commit 1003f2f

Browse files
committed
Correctly bump version, auto-install, hauler
Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent 69e8e7c commit 1003f2f

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/hauler_manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ spec:
5858
charts:
5959
- name: kubewarden-crds
6060
repoURL: https://charts.kubewarden.io
61-
version: 1.25.0
61+
version: 1.24.1
6262
- name: kubewarden-controller
6363
repoURL: https://charts.kubewarden.io
64-
version: 5.11.0
64+
version: 5.10.1
6565
- name: kubewarden-defaults
6666
repoURL: https://charts.kubewarden.io
67-
version: 3.11.0
67+
version: 3.10.1
6868
- name: policy-reporter
6969
version: 3.7.0
7070
repoURL: https://kyverno.github.io/policy-reporter

charts/kubewarden-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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: 5.11.0
26+
version: 5.10.1
2727
# This is the version of Kubewarden stack
2828
appVersion: v1.32.1
2929
annotations:
@@ -35,7 +35,7 @@ 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.24.0
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.24.1
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.

charts/kubewarden-crds/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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.25.0
25+
version: 1.24.1
2626
# This is the version of Kubewarden stack
2727
appVersion: v1.32.1
2828
annotations:

charts/kubewarden-defaults/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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: 3.11.0
25+
version: 3.10.1
2626
# This is the version of Kubewarden stack
2727
appVersion: v1.32.1
2828
annotations:
@@ -35,7 +35,7 @@ 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/auto-install: kubewarden-crds=1.24.0
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.24.1
3939
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
4040
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
4141
catalog.cattle.io/type: cluster-tool

0 commit comments

Comments
 (0)