mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +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
|
version: 3.29.4
|
||||||
repository: https://argoproj.github.io/argo-helm
|
repository: https://argoproj.github.io/argo-helm
|
||||||
- name: argocd-applicationset
|
- name: argocd-applicationset
|
||||||
version: 1.7.0
|
version: 1.8.0
|
||||||
repository: https://argoproj.github.io/argo-helm
|
repository: https://argoproj.github.io/argo-helm
|
||||||
|
@ -10,8 +10,7 @@ helm template \
|
|||||||
argocd . \
|
argocd . \
|
||||||
| kubectl apply -n argocd -f -
|
| kubectl apply -n argocd -f -
|
||||||
|
|
||||||
# TODO https://github.com/argoproj/argo-helm/pull/1070
|
kubectl --namespace argocd wait --timeout=300s --for condition=ResourcesUpToDate \
|
||||||
# kubectl --namespace argocd wait --timeout=300s --for condition=ResourcesUpToDate \
|
applicationset/system \
|
||||||
# applicationset/system \
|
applicationset/platform \
|
||||||
# applicationset/platform \
|
applicationset/apps
|
||||||
# applicationset/apps
|
|
||||||
|
Loading…
Reference in New Issue
Block a user