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 5df87de commit 7440b7aCopy full SHA for 7440b7a
1 file changed
Makefile
@@ -388,7 +388,7 @@ run-with-webhook: export WEBHOOK_PORT?=9443
388
run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
389
/bin/bash hack/run_with_local_webhook.sh
390
391
-BRANCH ?= main
+BRANCH ?= 18-stable
392
.PHONY: force-bump
393
force-bump: ## Force bump operator and lib-common dependencies
394
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|infra-operator|^replace' | awk '{print $$1}'); do \
0 commit comments