Skip to content

Commit 3a204aa

Browse files
committed
Update flux pkg components
Signed-off-by: Aurel Canciu <[email protected]>
1 parent be36008 commit 3a204aa

File tree

5 files changed

+420
-200
lines changed

5 files changed

+420
-200
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ ifeq (, $(shell which controller-gen))
122122
CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
123123
cd $$CONTROLLER_GEN_TMP_DIR ;\
124124
go mod init tmp ;\
125-
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 ;\
125+
go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7.0 ;\
126126
rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
127127
}
128128
CONTROLLER_GEN=$(GOBIN)/controller-gen

0 commit comments

Comments
 (0)