From 456f73d3cd28d8874d7db19d033615bf7abfd219 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 24 Mar 2026 13:58:33 -0500 Subject: [PATCH] feat: upgrade to v2 --- clusters/cl01tl/helm/komodo/Chart.yaml | 6 +++++- clusters/cl01tl/helm/komodo/values.yaml | 24 +++++++++++++++++++++++- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/komodo/Chart.yaml b/clusters/cl01tl/helm/komodo/Chart.yaml index f197b1685..b00a9a28b 100644 --- a/clusters/cl01tl/helm/komodo/Chart.yaml +++ b/clusters/cl01tl/helm/komodo/Chart.yaml @@ -25,6 +25,10 @@ dependencies: alias: postgresql-17-fdb-cluster version: 7.10.0 repository: oci://harbor.alexlebens.net/helm-charts + - name: volsync-target + alias: volsync-target-keys + version: 0.8.0 + repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/komodo.png # renovate: datasource=github-releases depName=moghtech/komodo -appVersion: v1.19.5 +appVersion: v2.0.0 diff --git a/clusters/cl01tl/helm/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml index 9394099c6..af3eec905 100644 --- a/clusters/cl01tl/helm/komodo/values.yaml +++ b/clusters/cl01tl/helm/komodo/values.yaml @@ -9,7 +9,7 @@ komodo: main: image: repository: ghcr.io/moghtech/komodo-core - tag: 1.19.5 + tag: 2.0.0@sha256:3cc134272b39313ae1fb34ea8a3c8a0c2f629a3c2eeaf71258702159f154f9e9 pullPolicy: IfNotPresent env: - name: COMPOSE_LOGGING_DRIVER @@ -145,6 +145,17 @@ komodo: type: PathPrefix value: / persistence: + keys: + forceRename: komodo-keys + storageClass: ceph-block + accessMode: ReadWriteOnce + size: 1Gi + retain: true + advancedMounts: + main: + main: + - path: /config/keys + readOnly: false cache: storageClass: ceph-block accessMode: ReadWriteOnce @@ -242,3 +253,14 @@ postgresql-17-fdb-cluster: # immediate: true # schedule: "0 0 0 * * *" # backupName: external +volsync-target-keys: + pvcTarget: komodo-keys + local: + enabled: true + schedule: 54 11 * * * + remote: + enabled: true + schedule: 54 12 * * * + external: + enabled: true + schedule: 54 13 * * *