From 29fee5ed4b74fa354bd6f47688b555b152c35057 Mon Sep 17 00:00:00 2001 From: Michael Nairn Date: Mon, 19 Aug 2024 11:16:25 +0100 Subject: [PATCH] dns: Pin DNS Operator version to v0.4.1 (#804) Signed-off-by: Michael Nairn --- Makefile | 2 +- bundle/manifests/kuadrant-operator.clusterserviceversion.yaml | 2 +- bundle/metadata/dependencies.yaml | 2 +- config/dependencies/dns/kustomization.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 794208f53..042c23067 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 ?= main +DNS_OPERATOR_VERSION ?= 0.4.1 kuadrantdns_bundle_is_semantic := $(call is_semantic_version,$(DNS_OPERATOR_VERSION)) ifeq (latest,$(DNS_OPERATOR_VERSION)) diff --git a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml index 483cd6a11..0a32f256c 100644 --- a/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml +++ b/bundle/manifests/kuadrant-operator.clusterserviceversion.yaml @@ -106,7 +106,7 @@ metadata: capabilities: Basic Install categories: Integration & Delivery containerImage: quay.io/kuadrant/kuadrant-operator:latest - createdAt: "2024-07-30T12:48:29Z" + createdAt: "2024-08-14T15:45:59Z" operators.operatorframework.io/builder: operator-sdk-v1.32.0 operators.operatorframework.io/project_layout: go.kubebuilder.io/v3 repository: https://github.com/Kuadrant/kuadrant-operator diff --git a/bundle/metadata/dependencies.yaml b/bundle/metadata/dependencies.yaml index ca93c344a..00c085b56 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.0.0" + version: "0.4.1" diff --git a/config/dependencies/dns/kustomization.yaml b/config/dependencies/dns/kustomization.yaml index f7abc9be3..a67369c03 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=main +- github.com/kuadrant/dns-operator/config/default?ref=v0.4.1 patches: - path: deployment_patch.yaml