Skip to content

Commit 357681b

Browse files
committed
Don't bump minor version
Signed-off-by: Víctor Cuadrado Juan <[email protected]>
1 parent d4dce41 commit 357681b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

charts/kubewarden-controller/Chart.yaml

+3-3
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: 4.1.0
26+
version: 4.0.0
2727
# This is the version of Kubewarden stack
2828
appVersion: v1.20.0
2929
annotations:
@@ -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.13.0
38+
catalog.cattle.io/auto-install: kubewarden-crds=1.12.0
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.10.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: 4.1.0
45+
catalog.cattle.io/upstream-version: 4.0.0
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-crds/Chart.yaml

+2-2
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.13.0
25+
version: 1.12.0
2626
# This is the version of Kubewarden stack
2727
appVersion: v1.20.0
2828
annotations:
@@ -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.13.0
36+
catalog.cattle.io/upstream-version: 1.12.0
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

+3-3
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: 2.8.0
25+
version: 2.7.0
2626
# This is the version of Kubewarden stack
2727
appVersion: v1.20.0
2828
annotations:
@@ -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: 2.8.0
39-
catalog.cattle.io/auto-install: kubewarden-crds=1.13.0
38+
catalog.cattle.io/upstream-version: 2.7.0
39+
catalog.cattle.io/auto-install: kubewarden-crds=1.12.0
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

0 commit comments

Comments
 (0)