File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
IMG ?= controller:latest
4
4
5
5
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
6
- ENVTEST_K8S_VERSION = 1.30.1
6
+ ENVTEST_K8S_VERSION = 1.30.3
7
7
8
8
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
9
9
CONTROLLER_GEN = go run ${PROJECT_DIR}/vendor/sigs.k8s.io/controller-tools/cmd/controller-gen
@@ -34,7 +34,7 @@ verify: fmt vet lint
34
34
test : generate verify manifests unit
35
35
36
36
unit :
37
- KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --use-deprecated-gcs=true - p path --bin-dir $( PROJECT_DIR) /bin --remote-bucket openshift-kubebuilder-tools ) " ./hack/ci-test.sh
37
+ KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) -p path --bin-dir $( PROJECT_DIR) /bin --index https://raw.githubusercontent.com/ openshift/api/master/envtest-releases.yaml ) " ./hack/ci-test.sh
38
38
39
39
# Build operator binaries
40
40
build : operator config-sync-controllers azure-config-credentials-injector
You can’t perform that action at this time.
0 commit comments