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