chore(argocd): upgrade ApplicationSet chart to 1.8.0

This commit is contained in:
Khue Doan 2022-01-09 23:19:35 +07:00
parent e059ffb4fb
commit b4365e33b7
2 changed files with 5 additions and 6 deletions

View File

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

View File

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