Upgrade ArgoCD v2.13.3 → v3.3.4
Some checks failed
CI / lint-and-test (push) Successful in 28s
Deploy Production / deploy (push) Successful in 24s
CI / build (push) Has been cancelled

Stepped through v2.14.12 → v3.0.7 → v3.1.6 → v3.2.5 → v3.3.4.
Use server-side apply with force-conflicts for CRD size limits in v3.3+.
This commit is contained in:
Julia McGhee
2026-03-21 19:32:03 +00:00
parent 28ec38bc59
commit cfa9699926
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ tasks:
platform:install:
desc: Bootstrap ArgoCD and platform components
cmds:
- kubectl apply -k {{.K8S_DIR}}/argocd/
- kubectl apply --server-side --force-conflicts -k {{.K8S_DIR}}/argocd/
- echo "ArgoCD installed. It will sync remaining platform components."
platform:status: