From 75e2172e9d730e869a5c2fd0a4a64f2004021264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 8 Apr 2026 09:23:17 +0200 Subject: [PATCH] feat: use the official diocrafts/oxicloud image --- k8s/argo-apps/oxicloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/argo-apps/oxicloud.yaml b/k8s/argo-apps/oxicloud.yaml index 7f44ff5..b1c1eb5 100644 --- a/k8s/argo-apps/oxicloud.yaml +++ b/k8s/argo-apps/oxicloud.yaml @@ -16,9 +16,9 @@ spec: helm: valuesObject: image: - repository: git.roboces.dev/catalin/fukuops + repository: diocrafts/oxicloud pullPolicy: Always - tag: "oxicloud-0.5.3" + tag: "0.5.4" persistence: enabled: true storageClass: "truenas-nfs-csi"