We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73411ba commit 44946e6Copy full SHA for 44946e6
Makefile
@@ -395,7 +395,7 @@ run-with-webhook: export WEBHOOK_PORT?=9443
395
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
396
/bin/bash hack/run_with_local_webhook.sh
397
398
-BRANCH ?= main
+BRANCH ?= 18.0-fr4
399
.PHONY: force-bump
400
force-bump: ## Force bump operator and lib-common dependencies
401
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-baremetal-operator|^replace' | awk '{print $$1}'); do \
0 commit comments