From e78761a63ef2ea3a1776e62d98198ca14a4521e0 Mon Sep 17 00:00:00 2001 From: Asara Date: Mon, 9 Dec 2024 23:02:59 -0500 Subject: [PATCH] update argo, fix pihole ip --- argo/apps/templates/helm-apps.yaml | 2 ++ argo/pihole/values.yaml | 4 ++-- helm/argocd/install.sh | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/argo/apps/templates/helm-apps.yaml b/argo/apps/templates/helm-apps.yaml index 2b65fd5..ffc8f45 100644 --- a/argo/apps/templates/helm-apps.yaml +++ b/argo/apps/templates/helm-apps.yaml @@ -34,6 +34,8 @@ spec: - $values/argo/{{ .app }}/values.yaml syncPolicy: automated: + prune: false + selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true diff --git a/argo/pihole/values.yaml b/argo/pihole/values.yaml index f67b7ea..97e24d7 100644 --- a/argo/pihole/values.yaml +++ b/argo/pihole/values.yaml @@ -17,12 +17,12 @@ externalSecrets: serviceDns: mixedService: true type: LoadBalancer - loadBalancerIP: 192.168.0.220 + loadBalancerIP: 192.168.0.222 annotations: metallb.universe.tf/allow-shared-ip: pihole serviceWeb: - loadBalancerIP: 192.168.0.220 + loadBalancerIP: 192.168.0.222 annotations: metallb.universe.tf/allow-shared-ip: pihole type: LoadBalancer diff --git a/helm/argocd/install.sh b/helm/argocd/install.sh index cf71ceb..b8c024c 100755 --- a/helm/argocd/install.sh +++ b/helm/argocd/install.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION=7.3.11 +VERSION=7.7.8 RELEASE=argocd NAMESPACE=argocd @@ -13,4 +13,3 @@ helm upgrade --cleanup-on-fail \ --values values.yaml \ --version ${VERSION} \ --wait -