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 f643cb7 commit d430ca2Copy full SHA for d430ca2
1 file changed
Makefile
@@ -383,7 +383,7 @@ scale-down-placement-controller-csv:
383
fi
384
385
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
386
-BRANCH ?= main
+BRANCH ?= 18.0-fr6
387
.PHONY: force-bump
388
force-bump: ## Force bump operator and lib-common dependencies
389
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|placement-operator|^replace' | awk '{print $$1}'); do \
0 commit comments