From ece493748131533a9975eb305f5fa0cec1da7e73 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/pihole/values.yaml | 2 +- helm/argocd/install.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/argo/pihole/values.yaml b/argo/pihole/values.yaml index f67b7ea..abc7224 100644 --- a/argo/pihole/values.yaml +++ b/argo/pihole/values.yaml @@ -22,7 +22,7 @@ serviceDns: metallb.universe.tf/allow-shared-ip: pihole serviceWeb: - loadBalancerIP: 192.168.0.220 + loadBalancerIP: 192.168.0.221 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 -