Skip to content

Commit

Permalink
Pin dns operator version v0.1.0 (#457)
Browse files Browse the repository at this point in the history
* dns: Pin DNS Operator version to v0.1.0

* bundle: Run `make bundle`
  • Loading branch information
mikenairn committed Mar 13, 2024
1 parent e51ddaf commit ece13e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,7 @@ endif
LIMITADOR_OPERATOR_BUNDLE_IMG ?= quay.io/kuadrant/limitador-operator-bundle:$(LIMITADOR_OPERATOR_BUNDLE_IMG_TAG)

## dns
#ToDo Pin this version once we have an initial release of the dns operator
DNS_OPERATOR_VERSION ?= latest
DNS_OPERATOR_VERSION ?= 0.1.0

kuadrantdns_bundle_is_semantic := $(call is_semantic_version,$(DNS_OPERATOR_VERSION))
ifeq (latest,$(DNS_OPERATOR_VERSION))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/kuadrant-operator:latest
createdAt: "2024-02-15T15:27:32Z"
createdAt: "2024-03-12T12:20:22Z"
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
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.0.0"
version: "0.1.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=main
- github.com/kuadrant/dns-operator/config/default?ref=v0.1.0

patches:
- path: deployment_patch.yaml
Expand Down

0 comments on commit ece13e8

Please sign in to comment.