Skip to content

Commit 6ad8463

Browse files
committed
ci: Add coredns branch to build images
Temporarily adding the coredns branch to the build images workflow and setting the default IMG variable to quay.io/kuadrant/dns-operator:coredns. DO NOT MERGE Signed-off-by: Michael Nairn <[email protected]>
1 parent dc5221f commit 6ad8463

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

bundle/manifests/dns-operator.clusterserviceversion.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ metadata:
5757
]
5858
capabilities: Basic Install
5959
categories: Integration & Delivery
60-
containerImage: quay.io/kuadrant/dns-operator:latest
61-
createdAt: "2025-01-21T22:21:25Z"
60+
containerImage: quay.io/kuadrant/dns-operator:coredns
61+
createdAt: "2025-02-24T11:02:40Z"
6262
description: A Kubernetes Operator to manage the lifecycle of DNS resources
6363
operators.operatorframework.io/builder: operator-sdk-v1.33.0
6464
operators.operatorframework.io/project_layout: go.kubebuilder.io/v4
@@ -182,7 +182,7 @@ spec:
182182
- /manager
183183
env:
184184
- name: WATCH_NAMESPACES
185-
image: quay.io/kuadrant/dns-operator:latest
185+
image: quay.io/kuadrant/dns-operator:coredns
186186
livenessProbe:
187187
httpGet:
188188
path: /healthz

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ kind: Kustomization
77
images:
88
- name: controller
99
newName: quay.io/kuadrant/dns-operator
10-
newTag: latest
10+
newTag: coredns

config/manifests/bases/dns-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
alm-examples: '[]'
66
capabilities: Basic Install
77
categories: Integration & Delivery
8-
containerImage: quay.io/kuadrant/dns-operator:latest
8+
containerImage: quay.io/kuadrant/dns-operator:coredns
99
description: A Kubernetes Operator to manage the lifecycle of DNS resources
1010
repository: https://github.com/kuadrant/dns-operator
1111
support: kuadrant

make/release.mk

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Temporarily change default IMG for the coredns branch
2+
# DO NOT MERGE
3+
IMG=quay.io/kuadrant/dns-operator:coredns

0 commit comments

Comments
 (0)