File tree 10 files changed +21
-21
lines changed
10 files changed +21
-21
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 @@ -37,14 +37,14 @@ metadata:
37
37
]
38
38
capabilities : Basic Install
39
39
categories : Integration & Delivery
40
- containerImage : quay.io/kuadrant/dns-operator:release-0.6
41
- createdAt : " 2024-09-11T09:23:34Z "
40
+ containerImage : quay.io/kuadrant/dns-operator:v0.6.0
41
+ createdAt : " 2024-09-13T09:55:39Z "
42
42
description : A Kubernetes Operator to manage the lifecycle of DNS resources
43
43
operators.operatorframework.io/builder : operator-sdk-v1.33.0
44
44
operators.operatorframework.io/project_layout : go.kubebuilder.io/v4
45
45
repository : https://github.com/kuadrant/dns-operator
46
46
support : kuadrant
47
- name : dns-operator.v0.6.0-rc1
47
+ name : dns-operator.v0.6.0
48
48
namespace : placeholder
49
49
spec :
50
50
apiservicedefinitions : {}
@@ -130,7 +130,7 @@ spec:
130
130
- /manager
131
131
env :
132
132
- name : WATCH_NAMESPACES
133
- image : quay.io/kuadrant/dns-operator:release-0.6
133
+ image : quay.io/kuadrant/dns-operator:v0.6.0
134
134
livenessProbe :
135
135
httpGet :
136
136
path : /healthz
@@ -225,4 +225,4 @@ spec:
225
225
provider :
226
226
name : Red Hat
227
227
replaces : dns-operator.v0.5.0
228
- version : 0.6.0-rc1
228
+ version : 0.6.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,7 +12,7 @@ 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.6.0-rc1 "
15
+ version : " 0.6.0"
16
16
maintainers :
17
17
18
18
name : Michael Nairn
Original file line number Diff line number Diff line change @@ -704,7 +704,7 @@ spec:
704
704
env :
705
705
- name : WATCH_NAMESPACES
706
706
value : " "
707
- image : quay.io/kuadrant/dns-operator:release-0.6
707
+ image : quay.io/kuadrant/dns-operator:v0.6.0
708
708
livenessProbe :
709
709
httpGet :
710
710
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.6
7
+ image : quay.io/kuadrant/dns-operator-catalog:v0.6.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.6
10
+ newTag : v0.6.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.6
8
+ containerImage : quay.io/kuadrant/dns-operator:v0.6.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.6.0-rc1
12
+ name : dns-operator.v0.6.0
13
13
namespace : placeholder
14
14
spec :
15
15
apiservicedefinitions : {}
56
56
provider :
57
57
name : Red Hat
58
58
replaces : dns-operator.v0.5.0
59
- version : 0.6.0-rc1
59
+ version : 0.6.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.6
3
- BUNDLE_IMG =quay.io/kuadrant/dns-operator-bundle:release-0.6
4
- CATALOG_IMG =quay.io/kuadrant/dns-operator-catalog:release-0.6
5
- CHANNELS =alpha
6
- BUNDLE_CHANNELS=--channels =alpha
7
- VERSION =0.6.0-rc1
2
+ IMG =quay.io/kuadrant/dns-operator:v0.6.0
3
+ BUNDLE_IMG =quay.io/kuadrant/dns-operator-bundle:v0.6.0
4
+ CATALOG_IMG =quay.io/kuadrant/dns-operator-catalog:v0.6.0
5
+ CHANNELS =stable
6
+ BUNDLE_CHANNELS=--channels =stable
7
+ VERSION =0.6.0
8
8
REPLACES_VERSION =0.5.0
You can’t perform that action at this time.
0 commit comments