We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdba092 + 9d15208 commit 7758b91Copy full SHA for 7758b91
Makefile
@@ -391,7 +391,7 @@ run-with-webhook: export HEALTH_PORT?=8081
391
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
392
/bin/bash hack/run_with_local_webhook.sh
393
394
-BRANCH ?= main
+BRANCH ?= 18.0-fr2
395
.PHONY: force-bump
396
force-bump: ## Force bump operator and lib-common dependencies
397
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|openstack-baremetal-operator|^replace' | awk '{print $$1}'); do \
0 commit comments