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 -