sigs.k8s.io/cluster-api@v1.7.1/hack/observability/grafana/chart/kustomization.yaml (about)

     1  helmCharts:
     2    - name: grafana
     3      repo: https://grafana.github.io/helm-charts
     4      releaseName: grafana
     5      namespace: observability
     6      valuesFile: values.yaml
     7      version: 6.56.5
     8  
     9  helmGlobals:
    10      # Store chart in ".charts" folder instead of "charts".
    11      # Otherwise "go mod tidy" picks up dependencies of go files contained in the Helm Chart.
    12      # "go mod tidy" ignores folders that begin with ".": https://pkg.go.dev/cmd/go#hdr-Package_lists_and_patterns.
    13      chartHome: .charts