{{- define "tool.helm-chart.tpl" -}} apiVersion: helm.cattle.io/v1 kind: HelmChart metadata: name: {{ .Release.Name }} namespace: tools spec: repo: {{ .Values.repo }} chart: {{ .Values.chart }} {{ with .Values.version -}} version: {{ . }} {{ end -}} targetNamespace: tools {{- end -}}