forked from RamenDR/ramen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
label Deployment, ReplicaSet, Pod, and Service with operator name Ram…
…enDR#277 - increase kustomize version from 3.8.7 to 3.8.8 for inline transformer support - https://github.com/kubernetes-sigs/kustomize/releases/tag/kustomize%2Fv3.8.8 - https://github.com/kubernetes-sigs/kustomize/releases/tag/api%2Fv0.6.6 - kubernetes-sigs/kustomize#3225 - user must remove existing bin/kustomize if its version is less than 3.8.8 Signed-off-by: hatfieldbrian <[email protected]>
- Loading branch information
1 parent
cea2012
commit 8224f2d
Showing
3 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,7 +176,7 @@ controller-gen: ## Download controller-gen locally if necessary. | |
|
||
KUSTOMIZE = $(shell pwd)/bin/kustomize | ||
kustomize: ## Download kustomize locally if necessary. | ||
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected].7) | ||
$(call go-get-tool,$(KUSTOMIZE),sigs.k8s.io/kustomize/kustomize/[email protected].8) | ||
|
||
# go-get-tool will 'go get' any package $2 and install it to $1. | ||
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST)))) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters