mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* 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>
4 lines
No EOL
151 B
Bash
Executable file
4 lines
No EOL
151 B
Bash
Executable file
#!/bin/bash
|
|
set -eux -o pipefail
|
|
|
|
KUSTOMIZE_VERSION=3.8.1 "$(dirname $0)/../install.sh" helm2-linux jq-linux kustomize-linux protoc-linux swagger-linux |