Prefix umbrella charts with kubezero
This commit is contained in:
parent
0c87dd6043
commit
3259b1362d
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezeroApp
|
||||
description: KubeZero ArgoCD Application - Root chart of the KubeZero
|
||||
type: application
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
home: https://kubezero.com
|
||||
keywords:
|
||||
- kubezero
|
||||
|
@ -17,7 +17,7 @@ spec:
|
||||
targetRevision: {{ default .root.Values.defaultSource.targetRevision }}
|
||||
{{- if eq .type "helm" }}
|
||||
{{ $values := index .root.Values .name "values" }}
|
||||
path: {{ default .root.Values.defaultSource.pathPrefix }}charts/{{ .name }}
|
||||
path: {{ default .root.Values.defaultSource.pathPrefix }}charts/kubezero{{ .name }}
|
||||
{{- if $values }}
|
||||
helm:
|
||||
values: |
|
||||
|
Loading…
Reference in New Issue
Block a user