We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ded15 commit 43f3cffCopy full SHA for 43f3cff
hack/installers/install-codegen-tools.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
set -eux -o pipefail
3
4
-KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" kustomize protoc
+KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" helm kustomize protoc
manifests/ha/base/redis-ha/generate.sh
@@ -5,6 +5,7 @@ helm dependency update ./chart
5
AUTOGENMSG="# This is an auto-generated file. DO NOT EDIT"
6
echo "${AUTOGENMSG}" > ./chart/upstream.yaml
7
8
+helm version
9
helm template argocd ./chart \
10
--namespace argocd \
11
--values ./chart/values.yaml \
0 commit comments