Skip to content

Commit

Permalink
Signed-off-by: craig <[email protected]>
Browse files Browse the repository at this point in the history
reset to main for dns operator

Signed-off-by: craig <[email protected]>
  • Loading branch information
maleck13 committed Aug 19, 2024
1 parent e5a7b6f commit 0c01ad9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion bundle/metadata/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dependencies:
- type: olm.package
value:
packageName: dns-operator
version: "0.4.1"
version: "0.0.0"
2 changes: 1 addition & 1 deletion config/dependencies/dns/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0c01ad9

Please sign in to comment.