From 760f1f541a03e4b8ebfa46cdd588bb8329aeb4a0 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 | 4 ++-- helm/argocd/install.sh | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) 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 -