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