Remove python3-pip and deps
Use hack/installers since AWS doesn't provide pip packages for v2
Side effect: image downsize 842 MB -> 483MB
Signed-off-by: Shyukri Shyukriev <shyukri.shyukriev@mariadb.com>
* feat: add --headless flag to Argo CD CLI command
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* docs: add headless installation manifests and documentation
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* Apply reviewer notes
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* Remove port forwarding logs
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix: upgrade to kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: try to trigger the build again.
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: unit test
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: trigger build
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: install-codegen-tools.sh
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: trigger build
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: revert back to 3.9.4
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: try 4.1.2 again
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: adding sha256 file for kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: adding sha256 file for kustomize 4.1.2
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: disable a test
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: remove kustomize 3
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fixed e2e test and added upgrade doc
Signed-off-by: May Zhang <may_zhang@intuit.com>
* fix: fixed e2e test and added upgrade doc
Signed-off-by: May Zhang <may_zhang@intuit.com>
Since Go 1.11, "go get" uses the modules system. This changes
the location the package is downloaded.
Additionally, "go get -u" does more work than required; changing
this to "go get -d" speeds up the process.
Finally, since Go 1.13 "go get" can also check out tags directly,
avoiding an additional checkout.
Signed-off-by: Patric Stout <github@truebrain.nl>
* feat: upgrade kustomize to v3.9.4 and support v3.8.5 breaking change
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* fix flaky test
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
* chore: Update manifests to point to quay.io
Signed-off-by: jannfis <jann@mistrust.net>
* Set image also in kustomize bases
Signed-off-by: jannfis <jann@mistrust.net>
* make manifests
Signed-off-by: jannfis <jann@mistrust.net>
* Also update for Dex init container
Signed-off-by: jannfis <jann@mistrust.net>
* Adapt upgrade docs to reflect new registry
Signed-off-by: jannfis <jann@mistrust.net>
* Use kustomize v3 to build ArgoCD manifests
* Update to test-tools-image v0.3.0
* Reorder patches so Kustomize v3 will properly find targets
* adding back these changes
* Use the generated files.
* changed the namespace
* changed kustomize version to 3.8.1 to be in sync with the one in tool-version.sh
* revert changes in makefile
* Re-run codegen
Co-authored-by: Zhang <may_zhang@intuit.com>
Co-authored-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>