From 8133c545f772ee11d8526281e8605a281f891e6f Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Thu, 13 Oct 2022 12:58:10 +0100
Subject: [PATCH] do-test: migrate vikunja to truecharts

---
 basic/apps/do-test/vikunja-release.yaml          |  4 ++--
 basic/apps/do-test/vikunja-values-configmap.yaml | 13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/basic/apps/do-test/vikunja-release.yaml b/basic/apps/do-test/vikunja-release.yaml
index 9d7a62c..493638f 100644
--- a/basic/apps/do-test/vikunja-release.yaml
+++ b/basic/apps/do-test/vikunja-release.yaml
@@ -8,10 +8,10 @@ spec:
   chart:
     spec:
       chart: vikunja
-      version: 5.5.3
+      version: 3.0.49
       sourceRef:
         kind: HelmRepository
-        name: k8s-at-home
+        name: truecharts
         namespace: flux-system
   interval: 5m
   valuesFrom:
diff --git a/basic/apps/do-test/vikunja-values-configmap.yaml b/basic/apps/do-test/vikunja-values-configmap.yaml
index 835bd86..18c04db 100644
--- a/basic/apps/do-test/vikunja-values-configmap.yaml
+++ b/basic/apps/do-test/vikunja-values-configmap.yaml
@@ -62,5 +62,14 @@ data:
       postgresqlUsername: vikunja
       postgresqlPassword: "${postgresql_password}"
       persistence:
-        enabled: true
-        existingClaim: vikunja-test-postgres
+        db:
+          enabled: true
+          # -- Sets the persistence type
+          # Valid options are: simplePVC, simpleHP, pvc, emptyDir, secret, configMap, hostPath or custom
+          type: pvc
+          mountPath: "/bitnami/postgresql"
+          # -- If you want to reuse an existing claim, the name of the existing PVC can be passed here.
+          existingClaim: vikunja-test-postgres
+      volumeClaimTemplates:
+        db:
+          enabled: false
-- 
GitLab