Prefix umbrella charts with kubezero

This commit is contained in:
Stefan Reimer 2020-05-06 16:32:55 +01:00
parent 36297c8684
commit 9b18d53ef9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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: |