We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d47aa commit a0b2d18Copy full SHA for a0b2d18
hack/observability/cluster-api-visualizer/chart/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v2
2
-appVersion: v1.4.0
+appVersion: v1.5.0
3
description: A Helm Chart for installing the Cluster API Visualizer
4
maintainers:
5
- email: [email protected]
@@ -8,4 +8,4 @@ name: cluster-api-visualizer
8
sources:
9
- https://github.com/Jont828/cluster-api-visualizer
10
type: application
11
-version: 1.4.0
+version: 1.5.0
hack/observability/cluster-api-visualizer/fetch-visualizer-resources.sh
@@ -18,7 +18,7 @@ set -o errexit
18
set -o nounset
19
set -o pipefail
20
21
-CHART_RELEASE=${CHART_RELEASE:-1.4.0}
+CHART_RELEASE=${CHART_RELEASE:-1.5.0}
22
VISUALIZER_ROOT=$(dirname "${BASH_SOURCE[0]}")
23
CHART_ROOT=$VISUALIZER_ROOT/chart
24
0 commit comments