File tree 10 files changed +22
-22
lines changed
10 files changed +22
-22
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:release-0 .11
61
- createdAt : " 2024-11-25T15:23:23Z "
60
+ containerImage : quay.io/kuadrant/dns-operator:v0 .11.0
61
+ createdAt : " 2024-11-25T15:56:34Z "
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.11.0-dev
67
+ name : dns-operator.v0.11.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:release-0 .11
185
+ image : quay.io/kuadrant/dns-operator:v0 .11.0
186
186
livenessProbe :
187
187
httpGet :
188
188
path : /healthz
@@ -277,4 +277,4 @@ spec:
277
277
provider :
278
278
name : Red Hat
279
279
replaces : dns-operator.v0.10.1
280
- version : 0.11.0-dev
280
+ version : 0.11.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.11.0-dev "
16
- appVersion : " 0.11.0-dev "
15
+ version : " 0.11.0"
16
+ appVersion : " 0.11.0"
17
17
maintainers :
18
18
19
19
name : Michael Nairn
Original file line number Diff line number Diff line change @@ -913,7 +913,7 @@ spec:
913
913
env :
914
914
- name : WATCH_NAMESPACES
915
915
value : " "
916
- image : quay.io/kuadrant/dns-operator:release-0 .11
916
+ image : quay.io/kuadrant/dns-operator:v0 .11.0
917
917
livenessProbe :
918
918
httpGet :
919
919
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:release-0 .11
7
+ image : quay.io/kuadrant/dns-operator-catalog:v0 .11.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 : release-0 .11
10
+ newTag : v0 .11.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:release-0 .11
8
+ containerImage : quay.io/kuadrant/dns-operator:v0 .11.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.11.0-dev
12
+ name : dns-operator.v0.11.0
13
13
namespace : placeholder
14
14
spec :
15
15
apiservicedefinitions : {}
62
62
provider :
63
63
name : Red Hat
64
64
replaces : dns-operator.v0.10.1
65
- version : 0.11.0-dev
65
+ version : 0.11.0
Original file line number Diff line number Diff line change 1
1
# Release default values
2
- IMG =quay.io/kuadrant/dns-operator:release-0 .11
3
- BUNDLE_IMG =quay.io/kuadrant/dns-operator-bundle:release-0 .11
4
- CATALOG_IMG =quay.io/kuadrant/dns-operator-catalog:release-0 .11
5
- CHANNELS =alpha
6
- BUNDLE_CHANNELS=--channels =alpha
7
- VERSION =0.11.0-dev
2
+ IMG =quay.io/kuadrant/dns-operator:v0 .11.0
3
+ BUNDLE_IMG =quay.io/kuadrant/dns-operator-bundle:v0 .11.0
4
+ CATALOG_IMG =quay.io/kuadrant/dns-operator-catalog:v0 .11.0
5
+ CHANNELS =stable
6
+ BUNDLE_CHANNELS=--channels =stable
7
+ VERSION =0.11.0
8
8
REPLACES_VERSION =0.10.1
You can’t perform that action at this time.
0 commit comments