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 0b41a4a commit ee017aeCopy full SHA for ee017ae
Makefile
@@ -384,7 +384,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
384
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
385
386
PHONY: crd-schema-check
387
-BRANCH ?= main
+BRANCH ?= 18.0-fr3
388
.PHONY: force-bump
389
force-bump: ## Force bump operator and lib-common dependencies
390
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|mariadb-operator|^replace' | awk '{print $$1}'); do \
0 commit comments