mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-04-04 15:58:49 +02:00
* feat(helm): support `--kube-version`, `--api-versions`, and `--namespace` (#19325) Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * codegen Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * handle kube and api versions per-source Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * lint Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix nil ref error Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * fix nil ref error due to not handling multi-source in verify path Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * change casing to be more consistent with helm Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * Kustomize too Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * simplify verify path Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * add e2e tests for kustomize Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * reorder for consistency, and add more tests Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> * Update docs/operator-manual/application.yaml Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> --------- Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com> Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>