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 307e78e commit dc9efbdCopy full SHA for dc9efbd
Makefile
@@ -364,7 +364,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
364
/bin/bash hack/run_with_local_webhook.sh
365
366
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
367
-BRANCH ?= main
+BRANCH ?= 18.0-fr4
368
.PHONY: force-bump
369
force-bump: ## Force bump operator and lib-common dependencies
370
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|swift-operator|^replace' | awk '{print $$1}'); do \
0 commit comments