File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
94
94
95
95
CONTROLLER_GEN = $(shell pwd) /bin/controller-gen
96
96
controller-gen : # # Download controller-gen locally if necessary.
97
- $(call go-get-tool,$(CONTROLLER_GEN ) ,sigs.k8s.io/controller-tools/cmd/controller-gen@v0.7 .0)
97
+ $(call go-get-tool,$(CONTROLLER_GEN ) ,sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10 .0)
98
98
99
99
KUSTOMIZE = $(shell pwd) /bin/kustomize
100
100
kustomize : # # Download kustomize locally if necessary.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
-
2
+ protoc --version
3
3
if [[ -z " $( which protoc) " || ( " $( protoc --version) " ! = " libprotoc 3.15." * && " $( protoc --version) " ! = " libprotoc 3.19." * ) ]]; then
4
4
echo " Generating protobuf requires protoc 3.15.x or 3.19.x. Please download and"
5
5
echo " install the platform appropriate Protobuf package for your OS: "
You can’t perform that action at this time.
0 commit comments