Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 3b236bd

Browse files
committed
Pin to to controller-gen@v0.2.4
`controller-gen@v0.2.5` generates manifest not compatible with k8s 1.15
1 parent 127394e commit 3b236bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ifeq (, $(shell which controller-gen))
7171
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
7272
cd $$CONTROLLER_GEN_TMP_DIR ;\
7373
go mod init tmp ;\
74-
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.5 ;\
74+
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4 ;\
7575
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
7676
}
7777
CONTROLLER_GEN=$(GOBIN)/controller-gen

0 commit comments

Comments
 (0)