mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* chore: remove helm2 Reorder test/container/Dockerfile to mitigate issue of being unable to create .gitconfig since the homedir is not present chore: cleanup helm2 and tests related to it Remove helm2 init. Fix unused import Use helm 3 structure for CRDs Remove helm2-dependency testdata Address PR comments Add back values-production and value.yaml on helm tests Remove helm2 from openapi. Signed-off-by: Shyukri Shyukriev <shyukri.shyukriev@mariadb.com> modified: util/helm/cmd_test.go * fix: generated openapi Signed-off-by: Michael Crenshaw <michael@crenshaw.dev> Co-authored-by: Michael Crenshaw <michael@crenshaw.dev>
4 lines
105 B
Bash
Executable file
4 lines
105 B
Bash
Executable file
#!/bin/bash
|
|
set -eux -o pipefail
|
|
|
|
KUSTOMIZE_VERSION=4.2.0 "$(dirname $0)/../install.sh" kustomize protoc
|