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 @@ -94,7 +94,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi
9494
9595CONTROLLER_GEN = $(shell pwd) /bin/controller-gen
9696controller-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)
9898
9999KUSTOMIZE = $(shell pwd) /bin/kustomize
100100kustomize : # # Download kustomize locally if necessary.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2-
2+ protoc --version
33if [[ -z " $( which protoc) " || ( " $( protoc --version) " ! = " libprotoc 3.15." * && " $( protoc --version) " ! = " libprotoc 3.19." * ) ]]; then
44 echo " Generating protobuf requires protoc 3.15.x or 3.19.x. Please download and"
55 echo " install the platform appropriate Protobuf package for your OS: "
You can’t perform that action at this time.
0 commit comments