Skip to content

Commit 94f4d57

Browse files
committed
Bump CAPI Visualizer to v1.4.0
1 parent 1275143 commit 94f4d57

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-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.1
2+
appVersion: v1.4.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.3.1
11+
version: 1.4.0

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ spec:
1212
protocol: TCP
1313
selector:
1414
{{ .Values.label.key }}: {{ .Values.label.value }}
15+
type: {{ .Values.service.type }}

hack/observability/cluster-api-visualizer/chart/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ image:
88
label:
99
key: app
1010
value: capi-visualizer
11+
12+
service:
13+
type: ClusterIP

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

0 commit comments

Comments
 (0)