update argo, fix pihole ip

This commit is contained in:
Amarpreet Minhas 2024-12-09 23:02:59 -05:00
parent f8ff3bc6ec
commit 760f1f541a
2 changed files with 3 additions and 4 deletions

View file

@ -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

View file

@ -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