Skip to content

Commit 287fa1f

Browse files
authored
Merge pull request #4932 from Jont828/visualizer-v1.3.1
Bump Cluster API Visualizer to v1.3.1
2 parents a52056d + 577c7ac commit 287fa1f

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-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.3.0
2+
appVersion: v1.3.1
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.3.0
11+
version: 1.3.1

hack/observability/cluster-api-visualizer/chart/templates/clusterrole.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ rules:
3131
- '*'
3232
verbs:
3333
- '*'
34+
# Note: this is a fallback to allow the visualizer to work with user-specific CRDs.
35+
- apiGroups:
36+
- '*'
37+
resources:
38+
- '*'
39+
verbs:
40+
- 'list'
41+
- 'get'
42+
- 'watch'
3443
- nonResourceURLs:
3544
- '*'
3645
verbs:

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.3.0}
21+
CHART_RELEASE=${CHART_RELEASE:-1.3.1}
2222
VISUALIZER_ROOT=$(dirname "${BASH_SOURCE[0]}")
2323
CHART_ROOT=$VISUALIZER_ROOT/chart
2424

0 commit comments

Comments
 (0)