From e317e8d63c9ad34bad86110f5c065cd6f6fe86d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 26 Jun 2026 12:02:07 +0000 Subject: [PATCH 1/5] Update Helm release argo-cd to v9.7.1 --- system/ArgoCD/application-argo-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ArgoCD/application-argo-cd.yaml b/system/ArgoCD/application-argo-cd.yaml index 84c57ca..b8e3776 100644 --- a/system/ArgoCD/application-argo-cd.yaml +++ b/system/ArgoCD/application-argo-cd.yaml @@ -14,7 +14,7 @@ spec: targetRevision: HEAD - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 9.3.7 + targetRevision: 9.7.1 helm: valueFiles: - $values/system/ArgoCD/values.yaml From f90710071fca8d219351012f4041ad1580a3425e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 28 Aug 2026 06:13:22 +0000 Subject: [PATCH 2/5] Update Helm release gitea to v12.7.0 --- services/Gitea/application-gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/Gitea/application-gitea.yaml b/services/Gitea/application-gitea.yaml index 20955ec..c6fba4a 100644 --- a/services/Gitea/application-gitea.yaml +++ b/services/Gitea/application-gitea.yaml @@ -22,7 +22,7 @@ spec: - repoURL: https://dl.gitea.com/charts/ chart: gitea # targetRevision: 11.0.0 - targetRevision: 12.5.0 + targetRevision: 12.7.0 helm: valueFiles: - $values/services/Gitea/values.yaml From c5f5b4faa32ced4671b127cf2a0caf1bd81f5170 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 14 Sep 2026 12:12:45 +1000 Subject: [PATCH 3/5] Cells++ --- services/Cells/application-cells.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 services/Cells/application-cells.yaml diff --git a/services/Cells/application-cells.yaml b/services/Cells/application-cells.yaml new file mode 100644 index 0000000..73bacc3 --- /dev/null +++ b/services/Cells/application-cells.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cells + namespace: argo-cd +spec: + destination: + server: https://kubernetes.default.svc + namespace: cells + project: default + sources: + - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog + path: services/Cells + targetRevision: HEAD + - repoURL: https://download.pydio.com/pub/charts/helm + chart: cells + targetRevision: 1.0.1 + helm: + valueFiles: + - $values/services/Cells/values.yaml + - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog + targetRevision: HEAD + ref: values + syncPolicy: + automated: {} From 601180e53a2c352ef3f943b19002cb9dc85d8d77 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 14 Sep 2026 12:23:36 +1000 Subject: [PATCH 4/5] Configure Cell helm chart --- services/Cells/values.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 services/Cells/values.yaml diff --git a/services/Cells/values.yaml b/services/Cells/values.yaml new file mode 100644 index 0000000..deb57b4 --- /dev/null +++ b/services/Cells/values.yaml @@ -0,0 +1,20 @@ +#auth: +# enabled: true +# create: false +# existingSecret: "cells-credentials" +# existingSecretUsernameKey: "username" +# existingSecretPasswordKey: "password" + +service: + type: NodePort + port: 8080 + discoveryPort: 8002 + + # Set values here if you want to bind the port elsewhere + reverseproxyurl: https://cells.spamasaurus.com + +useCaddyProxy: false + +ingress: + enabled: true + hostname: cells.spamasaurus.com From a02116be711e20ee251d5cc808e986fa18066fc8 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 14 Sep 2026 13:49:01 +1000 Subject: [PATCH 5/5] Cells-- --- services/Cells/application-cells.yaml | 25 ------------------------- services/Cells/values.yaml | 20 -------------------- 2 files changed, 45 deletions(-) delete mode 100644 services/Cells/application-cells.yaml delete mode 100644 services/Cells/values.yaml diff --git a/services/Cells/application-cells.yaml b/services/Cells/application-cells.yaml deleted file mode 100644 index 73bacc3..0000000 --- a/services/Cells/application-cells.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: cells - namespace: argo-cd -spec: - destination: - server: https://kubernetes.default.svc - namespace: cells - project: default - sources: - - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog - path: services/Cells - targetRevision: HEAD - - repoURL: https://download.pydio.com/pub/charts/helm - chart: cells - targetRevision: 1.0.1 - helm: - valueFiles: - - $values/services/Cells/values.yaml - - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog - targetRevision: HEAD - ref: values - syncPolicy: - automated: {} diff --git a/services/Cells/values.yaml b/services/Cells/values.yaml deleted file mode 100644 index deb57b4..0000000 --- a/services/Cells/values.yaml +++ /dev/null @@ -1,20 +0,0 @@ -#auth: -# enabled: true -# create: false -# existingSecret: "cells-credentials" -# existingSecretUsernameKey: "username" -# existingSecretPasswordKey: "password" - -service: - type: NodePort - port: 8080 - discoveryPort: 8002 - - # Set values here if you want to bind the port elsewhere - reverseproxyurl: https://cells.spamasaurus.com - -useCaddyProxy: false - -ingress: - enabled: true - hostname: cells.spamasaurus.com