From 966fd845f23f8867cd3cde72184ad57591d65202 Mon Sep 17 00:00:00 2001 From: Vince Grassia Date: Tue, 2 May 2023 10:15:49 -0400 Subject: [PATCH 1/2] Fix 'raw' template --- templates/raw.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/raw.yaml b/templates/raw.yaml index 45f9039..7a022d6 100644 --- a/templates/raw.yaml +++ b/templates/raw.yaml @@ -1,4 +1,4 @@ -{{- range .Values.vikunja }} +{{- range .Values.raw }} {{- $manifest := include "vikunja.labels" $ | fromYaml | dict "labels" | dict "metadata" | mergeOverwrite . }} {{- toYaml $manifest }} --- -- 2.40.1 From 43379c3c3a1bf11747ea6950b63f87601c0711a3 Mon Sep 17 00:00:00 2001 From: Vince Grassia Date: Wed, 10 May 2023 11:20:51 -0400 Subject: [PATCH 2/2] Increment Chart patch version --- Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chart.yaml b/Chart.yaml index d14227e..828c535 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -10,7 +10,7 @@ description: |- the high alpine areas of the Andes and a relative of the llama. annotations: category: TaskTracker -version: 0.1.3 +version: 0.1.5 appVersion: 0.20.4 kubeVersion: ">= 1.19" dependencies: -- 2.40.1