We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba8662 commit 348c05fCopy full SHA for 348c05f
1 file changed
Makefile
@@ -403,7 +403,7 @@ kuttl-test-cleanup:
403
fi
404
405
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
406
-BRANCH ?= main
+BRANCH ?= 18.0-fr3
407
.PHONY: force-bump
408
force-bump: ## Force bump operator and lib-common dependencies
409
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|telemetry-operator|^replace' | awk '{print $$1}'); do \
0 commit comments