Add argocd-apps as a subchart to argocd
As of version 5.0.0 of ArgoCD (1.46.1 BB) the server.additionalApplications
and server.additionalProjects
configs have been moved outside of the main ArgoCD chart. This MR will bring the new chart in as a sub-chart so that the configuration can continue to be managed without any additional configuration to BB.
The subchart is a copy of argocd-apps with no changes.
More details can be found here: big-bang/bigbang#1436 (closed)
Merge request reports
Activity
added 1 commit
- cf38e780 - Updates README for argocd-apps subchart addition
added statusreview label
added argocd kindenhancement labels
- Resolved by Micah Nagel
added 1 commit
- b2efb1ca - Adds explicit reference to argocd-apps git repository instead of local copy in the `charts` folders
added 1 commit
- 25175ba2 - Deletes charts/argocd-apps subchart folder in favor of reference to remote repo, updates cache
requested review from @echuang, @chris.oconnell, and @rob.ferguson
- Resolved by Christopher O'Connell
@gato_harvey When deploying a test application it fails with:
bigbang argocd False False Helm install failed: unable to build kubernetes objects from release manifest: resource mapping not found for name: "guestbook" namespace: "argocd" from "": no matches for kind "Application" in version "argoproj.io/v1alpha1" ensure CRDs are installed first
added 1 commit
- 23f65c73 - Reverts changes to crds and adds hook to argocd-apps