From 9e974b2508ec2ee16151a08cd636975141b221d9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 4 Jul 2025 07:28:30 +0000 Subject: [PATCH 1/3] Update system/ArgoCD/values.yaml --- system/ArgoCD/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/ArgoCD/values.yaml b/system/ArgoCD/values.yaml index 1a88d9b..e8fbce3 100644 --- a/system/ArgoCD/values.yaml +++ b/system/ArgoCD/values.yaml @@ -2,10 +2,9 @@ configs: params: server.insecure: true global: - domain: gitops.spamasaurus.com + domain: gitops.lab.spamasaurus.com server: ingress: enabled: true annotations: -# traefik.ingress.kubernetes.io/router.middlewares: security-headers@file,compression@file traefik.ingress.kubernetes.io/router.middlewares: security-headers@file From 07df06fb8f40428af5485c80e2448340eabd55f3 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 5 Jul 2025 01:27:17 +0000 Subject: [PATCH 2/3] Update system/ArgoCD/application-argo-cd.yaml --- system/ArgoCD/application-argo-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/ArgoCD/application-argo-cd.yaml b/system/ArgoCD/application-argo-cd.yaml index 919173a..f2d516b 100644 --- a/system/ArgoCD/application-argo-cd.yaml +++ b/system/ArgoCD/application-argo-cd.yaml @@ -11,12 +11,12 @@ spec: sources: - repoURL: https://argoproj.github.io/argo-helm chart: argo-cd - targetRevision: 7.8.13 + targetRevision: 8.1.2 helm: valueFiles: - $values/system/ArgoCD/values.yaml - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog - targetRevision: master + targetRevision: lab-k8s ref: values # - repoURL: https://github.com/djpbessems/Kubernetes.K3s.installLog # targetRevision: master From 367c30da54fa504987898f590fba414f7e792d67 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 5 Jul 2025 01:30:12 +0000 Subject: [PATCH 3/3] Update system/ArgoCD/application-argo-cd.yaml --- system/ArgoCD/application-argo-cd.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/system/ArgoCD/application-argo-cd.yaml b/system/ArgoCD/application-argo-cd.yaml index f2d516b..2cdbbe9 100644 --- a/system/ArgoCD/application-argo-cd.yaml +++ b/system/ArgoCD/application-argo-cd.yaml @@ -18,6 +18,8 @@ spec: - repoURL: https://code.spamasaurus.com/djpbessems/Kubernetes.K3s.installLog targetRevision: lab-k8s ref: values -# - repoURL: https://github.com/djpbessems/Kubernetes.K3s.installLog -# targetRevision: master -# ref: values + # - repoURL: https://github.com/djpbessems/Kubernetes.K3s.installLog + # targetRevision: master + # ref: values + syncPolicy: + automated: {}