Skip to content

Commit d550fe9

Browse files
committed
Update Makefile BRANCH to 18.0-fr3
1 parent a09f892 commit d550fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ run-with-webhook: manifests generate fmt vet ## Run a controller from your host.
384384
CRD_SCHEMA_CHECKER_VERSION ?= release-4.16
385385

386386
PHONY: crd-schema-check
387-
BRANCH ?= main
387+
BRANCH ?= 18.0-fr3
388388
.PHONY: force-bump
389389
force-bump: ## Force bump operator and lib-common dependencies
390390
for dep in $$(cat go.mod | grep openstack-k8s-operators | grep -vE -- 'indirect|mariadb-operator|^replace' | awk '{print $$1}'); do \

0 commit comments

Comments
 (0)