File tree 10 files changed +26
-16
lines changed
10 files changed +26
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5
5
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6
6
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7
7
LABEL operators.operatorframework.io.bundle.package.v1=dns-operator
8
- LABEL operators.operatorframework.io.bundle.channels.v1=alpha
8
+ LABEL operators.operatorframework.io.bundle.channels.v1=stable
9
9
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.33.0
10
10
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11
11
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ metadata:
57
57
]
58
58
capabilities : Basic Install
59
59
categories : Integration & Delivery
60
- containerImage : quay.io/kuadrant/dns-operator:latest
61
- createdAt : " 2024-11-26T11:14:48Z "
60
+ containerImage : quay.io/kuadrant/dns-operator:v0.12.0
61
+ createdAt : " 2024-11-26T15:47:58Z "
62
62
description : A Kubernetes Operator to manage the lifecycle of DNS resources
63
63
operators.operatorframework.io/builder : operator-sdk-v1.33.0
64
64
operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
65
65
repository : https://github.com/kuadrant/dns-operator
66
66
support : kuadrant
67
- name : dns-operator.v0.0 .0
67
+ name : dns-operator.v0.12 .0
68
68
namespace : placeholder
69
69
spec :
70
70
apiservicedefinitions : {}
@@ -182,7 +182,7 @@ spec:
182
182
- /manager
183
183
env :
184
184
- name : WATCH_NAMESPACES
185
- image : quay.io/kuadrant/dns-operator:latest
185
+ image : quay.io/kuadrant/dns-operator:v0.12.0
186
186
livenessProbe :
187
187
httpGet :
188
188
path : /healthz
@@ -276,4 +276,5 @@ spec:
276
276
minKubeVersion : 1.8.0
277
277
provider :
278
278
name : Red Hat
279
- version : 0.0.0
279
+ replaces : dns-operator.v0.11.0
280
+ version : 0.12.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ annotations:
4
4
operators.operatorframework.io.bundle.manifests.v1 : manifests/
5
5
operators.operatorframework.io.bundle.metadata.v1 : metadata/
6
6
operators.operatorframework.io.bundle.package.v1 : dns-operator
7
- operators.operatorframework.io.bundle.channels.v1 : alpha
7
+ operators.operatorframework.io.bundle.channels.v1 : stable
8
8
operators.operatorframework.io.metrics.builder : operator-sdk-v1.33.0
9
9
operators.operatorframework.io.metrics.mediatype.v1 : metrics+v1
10
10
operators.operatorframework.io.metrics.project_layout : go.kubebuilder.io/v4
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ sources:
12
12
kubeVersion : " >=1.19.0-0"
13
13
type : application
14
14
# The version will be properly set when the chart is released matching the operator version
15
- version : " 0.0 .0"
16
- appVersion : " 0.0 .0"
15
+ version : " 0.12 .0"
16
+ appVersion : " 0.12 .0"
17
17
maintainers :
18
18
19
19
name : Michael Nairn
Original file line number Diff line number Diff line change @@ -911,7 +911,7 @@ spec:
911
911
env :
912
912
- name : WATCH_NAMESPACES
913
913
value : " "
914
- image : quay.io/kuadrant/dns-operator:latest
914
+ image : quay.io/kuadrant/dns-operator:v0.12.0
915
915
livenessProbe :
916
916
httpGet :
917
917
path : /healthz
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ metadata:
4
4
name : dns-operator-catalog
5
5
spec :
6
6
sourceType : grpc
7
- image : quay.io/kuadrant/dns-operator-catalog:latest
7
+ image : quay.io/kuadrant/dns-operator-catalog:v0.12.0
8
8
displayName : DNS Operators
9
9
publisher : grpc
Original file line number Diff line number Diff line change 6
6
source : dns-operator-catalog
7
7
sourceNamespace : dns-operator-system
8
8
name : dns-operator
9
- channel : " alpha "
9
+ channel : " stable "
Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ kind: Kustomization
7
7
images :
8
8
- name : controller
9
9
newName : quay.io/kuadrant/dns-operator
10
- newTag : latest
10
+ newTag : v0.12.0
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ metadata:
5
5
alm-examples : ' []'
6
6
capabilities : Basic Install
7
7
categories : Integration & Delivery
8
- containerImage : quay.io/kuadrant/dns-operator:latest
8
+ containerImage : quay.io/kuadrant/dns-operator:v0.12.0
9
9
description : A Kubernetes Operator to manage the lifecycle of DNS resources
10
10
repository : https://github.com/kuadrant/dns-operator
11
11
support : kuadrant
12
- name : dns-operator.v0.0 .0
12
+ name : dns-operator.v0.12 .0
13
13
namespace : placeholder
14
14
spec :
15
15
apiservicedefinitions : {}
61
61
minKubeVersion : 1.8.0
62
62
provider :
63
63
name : Red Hat
64
- version : 0.0.0
64
+ replaces : dns-operator.v0.11.0
65
+ version : 0.12.0
Original file line number Diff line number Diff line change
1
+ # Release default values
2
+ IMG =quay.io/kuadrant/dns-operator:v0.12.0
3
+ BUNDLE_IMG =quay.io/kuadrant/dns-operator-bundle:v0.12.0
4
+ CATALOG_IMG =quay.io/kuadrant/dns-operator-catalog:v0.12.0
5
+ CHANNELS =stable
6
+ BUNDLE_CHANNELS=--channels =stable
7
+ VERSION =0.12.0
8
+ REPLACES_VERSION =0.11.0
You can’t perform that action at this time.
0 commit comments