We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9443999 commit 9242dd4Copy full SHA for 9242dd4
Makefile
@@ -404,7 +404,7 @@ kuttl-test-cleanup:
404
fi
405
406
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
407
-BRANCH ?= main
+BRANCH ?= 18.0-fr4
408
.PHONY: force-bump
409
force-bump: ## Force bump operator and lib-common dependencies
410
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|telemetry-operator|^replace' | awk '{print $$1}'); do \
0 commit comments