We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be2ddf1 commit 82b2a30Copy full SHA for 82b2a30
1 file changed
Makefile
@@ -412,7 +412,7 @@ kuttl-test-cleanup:
412
fi
413
414
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
415
-BRANCH ?= main
+BRANCH ?= 18.0-fr5
416
.PHONY: force-bump
417
force-bump: ## Force bump operator and lib-common dependencies
418
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|telemetry-operator|^replace' | awk '{print $$1}'); do \
0 commit comments