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 da97a35 commit 728beedCopy full SHA for 728beed
1 file changed
Makefile
@@ -377,7 +377,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
377
/bin/bash hack/run_with_local_webhook.sh
378
379
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
380
-BRANCH ?= main
+BRANCH ?= 18.0-fr6
381
.PHONY: force-bump
382
force-bump: ## Force bump operator and lib-common dependencies
383
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|ovn-operator|^replace' | awk '{print $$1}'); do \
0 commit comments