fix: 'raw' template (#7)
continuous-integration/drone/push Build is passing Details

Co-authored-by: Vince Grassia <vincenzo.grassia@zionark.com>
Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #7
Reviewed-by: Yurii Vlasov <yuriy@vlasov.pro>
Co-authored-by: Vince Grassia <scouts4914@zionark.com>
Co-committed-by: Vince Grassia <scouts4914@zionark.com>
This commit is contained in:
Vince Grassia 2023-09-15 09:41:44 +00:00 committed by konrad
parent b361d79bb2
commit 419c58c6f1
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ description: |-
the high alpine areas of the Andes and a relative of the llama.
annotations:
category: TaskTracker
version: 0.2.0
version: 0.2.1
appVersion: 0.21.0
kubeVersion: ">= 1.19"
dependencies:

View File

@ -1,4 +1,4 @@
{{- range .Values.vikunja }}
{{- range .Values.raw }}
{{- $manifest := include "vikunja.labels" $ | fromYaml | dict "labels" | dict "metadata" | mergeOverwrite . }}
{{- toYaml $manifest }}
---