Compare commits

...

3 Commits
main ... main

Author SHA1 Message Date
kolaente b59cd715e3
merge with main 2023-09-15 11:41:06 +02:00
Vince Grassia 43379c3c3a Increment Chart patch version 2023-05-10 11:20:51 -04:00
Vince Grassia 966fd845f2 Fix 'raw' template 2023-05-07 19:44:31 -04:00
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 }}
---