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