From b3ede2398429411ba5c20f95432f957abe498dec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Mon, 13 Apr 2026 02:23:52 +0200 Subject: [PATCH] feat: update oxicloud to 0.5.5 --- 1 | 54 +++++++++++++++++++++++++++++++++++++ k8s/argo-apps/oxicloud.yaml | 2 +- 2 files changed, 55 insertions(+), 1 deletion(-) create mode 100644 1 diff --git a/1 b/1 new file mode 100644 index 0000000..8e23128 --- /dev/null +++ b/1 @@ -0,0 +1,54 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: oxicloud + namespace: argocd +spec: + destination: + name: '' + namespace: apps-roboces + server: https://kubernetes.default.svc + sources: + - path: k8s/charts/oxicloud + repoURL: https://git.roboces.dev/catalin/fukuops.git + targetRevision: main + helm: + valuesObject: + image: + repository: diocrafts/oxicloud + pullPolicy: Always + tag: "0.5.5" + persistence: + enabled: true + storageClass: "truenas-nfs-csi" + accessMode: ReadWriteMany + size: 50Gi + service: + type: LoadBalancer + config: + server: + port: 8086 + host: "0.0.0.0" + baseUrl: "https://cloud.roboces.dev" + features: + enableAuth: "true" + enableSharing: "true" + mimalloc: + purgeDelay: "0" + allowLargeOsPages: "0" + secrets: + existingSecret: oxicloud + wopi: + enabled: false + ingress: + className: "traefik" + hosts: + - host: cloud.roboces.dev + paths: + - path: / + pathType: ImplementationSpecific + tls: [] + project: roboces + syncPolicy: + automated: {} diff --git a/k8s/argo-apps/oxicloud.yaml b/k8s/argo-apps/oxicloud.yaml index b1c1eb5..8e23128 100644 --- a/k8s/argo-apps/oxicloud.yaml +++ b/k8s/argo-apps/oxicloud.yaml @@ -18,7 +18,7 @@ spec: image: repository: diocrafts/oxicloud pullPolicy: Always - tag: "0.5.4" + tag: "0.5.5" persistence: enabled: true storageClass: "truenas-nfs-csi"