File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ controller-gen:
124124# Download kustomize locally if necessary
125125KUSTOMIZE = $(shell pwd) /bin/kustomize
126126kustomize :
127- $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/[email protected] ) 127+ $(call go-get-tool,$(KUSTOMIZE ) ,sigs.k8s.io/kustomize/kustomize/[email protected] ) 128128
129129# go-get-tool will 'go get' any package $2 and install it to $1.
130130PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resources:
44generatorOptions :
55 disableNameSuffixHash : true
66
7- apiVersion : kustomize.config.k8s.io/v1
7+ apiVersion : kustomize.config.k8s.io/v1beta1
88kind : Kustomization
99images :
1010- name : mongodb-kubernetes-operator
You can’t perform that action at this time.
0 commit comments