Skip to content

Commit

Permalink
[cert-manager] Downloading the right set of CRDs
Browse files Browse the repository at this point in the history
* Using curl instead of wget
  • Loading branch information
didierofrivia committed Jul 3, 2024
1 parent 88a6b54 commit ee3f5f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1,112 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $(HELM):
set -e ;\
mkdir -p $(dir $(HELM)) ;\
OS=$(shell go env GOOS) && ARCH=$(shell go env GOARCH) && \
wget -O helm.tar.gz https://get.helm.sh/helm-$(HELM_VERSION)-$${OS}-$${ARCH}.tar.gz ;\
curl -sL -o helm.tar.gz https://get.helm.sh/helm-$(HELM_VERSION)-$${OS}-$${ARCH}.tar.gz ;\
tar -zxvf helm.tar.gz ;\
mv $${OS}-$${ARCH}/helm $(HELM) ;\
chmod +x $(HELM) ;\
Expand Down
Loading

0 comments on commit ee3f5f0

Please sign in to comment.