Skip to content

Commit 43f3cff

Browse files
authored
fix(ci): use pinned Helm version for init-release (#22164) (#22472)
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
1 parent 58ded15 commit 43f3cff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
set -eux -o pipefail
33

4-
KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" kustomize protoc
4+
KUSTOMIZE_VERSION=4.5.7 "$(dirname $0)/../install.sh" helm kustomize protoc

manifests/ha/base/redis-ha/generate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ helm dependency update ./chart
55
AUTOGENMSG="# This is an auto-generated file. DO NOT EDIT"
66
echo "${AUTOGENMSG}" > ./chart/upstream.yaml
77

8+
helm version
89
helm template argocd ./chart \
910
--namespace argocd \
1011
--values ./chart/values.yaml \

0 commit comments

Comments
 (0)