Skip to content

Commit

Permalink
bump kustomize to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Colvin-Y authored and 严柯文 committed Jul 15, 2024
1 parent d756a0c commit 2e0a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi

KUSTOMIZE = $(shell pwd)/bin/kustomize
kustomize: ## Download kustomize locally if necessary.
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected])

GOLANGCI_LINT = $(shell pwd)/bin/golangci-lint
golangci-lint: ## Download golangci-lint locally if necessary.
Expand Down

0 comments on commit 2e0a5f3

Please sign in to comment.