Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
fix: update manifest kustomize to v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paddatrapper committed May 18, 2023
1 parent 7d8281a commit 0561025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ ARCH = $(shell uname -m | sed 's/x86_64/amd64/')

bin/kustomize:
@mkdir -p bin
@curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v4.0.3/kustomize_v4.0.3_$(OS)_$(ARCH).tar.gz | tar xzf - -C bin/ && chmod +x bin/kustomize
@curl -sSLo - https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v5.0.3/kustomize_v5.0.3_$(OS)_$(ARCH).tar.gz | tar xzf - -C bin/ && chmod +x bin/kustomize

bin/yq:
@mkdir -p bin
Expand Down

0 comments on commit 0561025

Please sign in to comment.