mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +07:00
chore(argocd): upgrade ApplicationSet chart to 1.8.0
This commit is contained in:
parent
e059ffb4fb
commit
b4365e33b7
@ -6,5 +6,5 @@ dependencies:
|
||||
version: 3.29.4
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
- name: argocd-applicationset
|
||||
version: 1.7.0
|
||||
version: 1.8.0
|
||||
repository: https://argoproj.github.io/argo-helm
|
||||
|
@ -10,8 +10,7 @@ helm template \
|
||||
argocd . \
|
||||
| kubectl apply -n argocd -f -
|
||||
|
||||
# TODO https://github.com/argoproj/argo-helm/pull/1070
|
||||
# kubectl --namespace argocd wait --timeout=300s --for condition=ResourcesUpToDate \
|
||||
# applicationset/system \
|
||||
# applicationset/platform \
|
||||
# applicationset/apps
|
||||
kubectl --namespace argocd wait --timeout=300s --for condition=ResourcesUpToDate \
|
||||
applicationset/system \
|
||||
applicationset/platform \
|
||||
applicationset/apps
|
||||
|
Loading…
Reference in New Issue
Block a user