Skip to content

Commit

Permalink
Merge pull request #5322 from Jont828/visualizer-v1.4.0
Browse files Browse the repository at this point in the history
Bump CAPI Visualizer to v1.4.0
  • Loading branch information
k8s-ci-robot authored Dec 6, 2024
2 parents 1275143 + 94f4d57 commit 879bd36
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hack/observability/cluster-api-visualizer/chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v1.3.1
appVersion: v1.4.0
description: A Helm Chart for installing the Cluster API Visualizer
maintainers:
- email: [email protected]
Expand All @@ -8,4 +8,4 @@ name: cluster-api-visualizer
sources:
- https://github.com/Jont828/cluster-api-visualizer
type: application
version: 1.3.1
version: 1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ spec:
protocol: TCP
selector:
{{ .Values.label.key }}: {{ .Values.label.value }}
type: {{ .Values.service.type }}
3 changes: 3 additions & 0 deletions hack/observability/cluster-api-visualizer/chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ image:
label:
key: app
value: capi-visualizer

service:
type: ClusterIP
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -o errexit
set -o nounset
set -o pipefail

CHART_RELEASE=${CHART_RELEASE:-1.3.1}
CHART_RELEASE=${CHART_RELEASE:-1.4.0}
VISUALIZER_ROOT=$(dirname "${BASH_SOURCE[0]}")
CHART_ROOT=$VISUALIZER_ROOT/chart

Expand Down

0 comments on commit 879bd36

Please sign in to comment.