You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: charts/kubewarden-controller/Chart.yaml
+3-3
Original file line number
Diff line number
Diff line change
@@ -23,9 +23,9 @@ maintainers:
23
23
# This is the chart version. This version number should be incremented each time you make changes
24
24
# to the chart and its templates, including the app version.
25
25
# Versions are expected to follow Semantic Versioning (https://semver.org/)
26
-
version: 2.0.6-rc2
26
+
version: 2.0.6
27
27
# This is the version of Kubewarden stack
28
-
appVersion: v1.10.0-rc2
28
+
appVersion: v1.10.0
29
29
annotations:
30
30
# required ones:
31
31
catalog.cattle.io/certified: rancher # Any application we are adding as a helm chart
@@ -42,7 +42,7 @@ annotations:
42
42
catalog.cattle.io/requests-cpu: "250m"
43
43
catalog.cattle.io/requests-memory: "50Mi"
44
44
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.6-rc2
45
+
catalog.cattle.io/upstream-version: 2.0.6
46
46
# Valid values for the following annotation include: `cluster-tool`, `app` or `cluster-template`
47
47
# See the Cluster Tools section to learn more about when to set this value to `cluster-tool`.
0 commit comments