update argo, fix pihole ip
This commit is contained in:
parent
f8ff3bc6ec
commit
e78761a63e
3 changed files with 5 additions and 4 deletions
|
@ -34,6 +34,8 @@ spec:
|
||||||
- $values/argo/{{ .app }}/values.yaml
|
- $values/argo/{{ .app }}/values.yaml
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
prune: false
|
||||||
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=true
|
||||||
|
|
|
@ -17,12 +17,12 @@ externalSecrets:
|
||||||
serviceDns:
|
serviceDns:
|
||||||
mixedService: true
|
mixedService: true
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
loadBalancerIP: 192.168.0.220
|
loadBalancerIP: 192.168.0.222
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/allow-shared-ip: pihole
|
metallb.universe.tf/allow-shared-ip: pihole
|
||||||
|
|
||||||
serviceWeb:
|
serviceWeb:
|
||||||
loadBalancerIP: 192.168.0.220
|
loadBalancerIP: 192.168.0.222
|
||||||
annotations:
|
annotations:
|
||||||
metallb.universe.tf/allow-shared-ip: pihole
|
metallb.universe.tf/allow-shared-ip: pihole
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
VERSION=7.3.11
|
VERSION=7.7.8
|
||||||
RELEASE=argocd
|
RELEASE=argocd
|
||||||
NAMESPACE=argocd
|
NAMESPACE=argocd
|
||||||
|
|
||||||
|
@ -13,4 +13,3 @@ helm upgrade --cleanup-on-fail \
|
||||||
--values values.yaml \
|
--values values.yaml \
|
||||||
--version ${VERSION} \
|
--version ${VERSION} \
|
||||||
--wait
|
--wait
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue