Skip to content

Commit

Permalink
Update Cluster API Visualizer chart to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 committed Aug 5, 2022
1 parent 0b368a4 commit 4a74787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/observability/visualizer/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources:

helmCharts:
- name: cluster-api-visualizer
repo: https://raw.githubusercontent.com/Jont828/cluster-api-visualizer/main/helm/repo
repo: https://jont828.github.io/cluster-api-visualizer/charts
releaseName: visualizer
namespace: observability
valuesFile: values.yaml
3 changes: 1 addition & 2 deletions hack/observability/visualizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ replicas: 1
image:
repository: ghcr.io/jont828
name: cluster-api-visualizer
tag: latest # TODO: do we want to pin this to latest?
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.0-alpha.2"

label:
key: app
Expand Down

0 comments on commit 4a74787

Please sign in to comment.