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 -