We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e468cab commit 18235b5Copy full SHA for 18235b5
hack/observability/visualizer/kustomization.yaml
@@ -3,7 +3,7 @@ resources:
3
4
helmCharts:
5
- name: cluster-api-visualizer
6
- repo: https://raw.githubusercontent.com/Jont828/cluster-api-visualizer/main/helm/repo
+ repo: https://jont828.github.io/cluster-api-visualizer/charts
7
releaseName: visualizer
8
namespace: observability
9
valuesFile: values.yaml
hack/observability/visualizer/values.yaml
@@ -4,8 +4,6 @@ image:
repository: ghcr.io/jont828
name: cluster-api-visualizer
pullPolicy: Always
- # Overrides the image tag whose default is the chart appVersion.
- tag: "v0.1.0-alpha.2"
10
label:
11
key: app
0 commit comments