Skip to content

Commit a0b2d18

Browse files
committed
Bump Cluster API Visualizer to v1.5.0
1 parent 37d47aa commit a0b2d18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: v1.4.0
2+
appVersion: v1.5.0
33
description: A Helm Chart for installing the Cluster API Visualizer
44
maintainers:
55
@@ -8,4 +8,4 @@ name: cluster-api-visualizer
88
sources:
99
- https://github.com/Jont828/cluster-api-visualizer
1010
type: application
11-
version: 1.4.0
11+
version: 1.5.0

hack/observability/cluster-api-visualizer/fetch-visualizer-resources.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -o errexit
1818
set -o nounset
1919
set -o pipefail
2020

21-
CHART_RELEASE=${CHART_RELEASE:-1.4.0}
21+
CHART_RELEASE=${CHART_RELEASE:-1.5.0}
2222
VISUALIZER_ROOT=$(dirname "${BASH_SOURCE[0]}")
2323
CHART_ROOT=$VISUALIZER_ROOT/chart
2424

0 commit comments

Comments
 (0)