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