diff --git a/Makefile b/Makefile index 042c23067..794208f53 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ endif LIMITADOR_OPERATOR_BUNDLE_IMG ?= quay.io/kuadrant/limitador-operator-bundle:$(LIMITADOR_OPERATOR_BUNDLE_IMG_TAG) ## dns -DNS_OPERATOR_VERSION ?= 0.4.1 +DNS_OPERATOR_VERSION ?= main kuadrantdns_bundle_is_semantic := $(call is_semantic_version,$(DNS_OPERATOR_VERSION)) ifeq (latest,$(DNS_OPERATOR_VERSION)) diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml index 00c085b56..ca93c344a 100644 --- a/bundle/metadata/dependencies.yaml +++ b/bundle/metadata/dependencies.yaml @@ -10,4 +10,4 @@ dependencies: - type: olm.package value: packageName: dns-operator - version: "0.4.1" + version: "0.0.0" diff --git a/config/dependencies/dns/kustomization.yaml b/config/dependencies/dns/kustomization.yaml index a67369c03..f7abc9be3 100644 --- a/config/dependencies/dns/kustomization.yaml +++ b/config/dependencies/dns/kustomization.yaml @@ -1,5 +1,5 @@ resources: -- github.com/kuadrant/dns-operator/config/default?ref=v0.4.1 +- github.com/kuadrant/dns-operator/config/default?ref=main patches: - path: deployment_patch.yaml