Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump CAPI Visualizer to v1.4.0 #5322

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading