File tree 7 files changed +22
-12
lines changed
7 files changed +22
-12
lines changed 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:latest
41
- createdAt : " 2024-09-03T15:38:08Z "
40
+ containerImage : quay.io/kuadrant/dns-operator:release-0.6
41
+ createdAt : " 2024-09-11T09:23:34Z "
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.0.0
47
+ name : dns-operator.v0.6.0-rc1
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:latest
133
+ image : quay.io/kuadrant/dns-operator:release-0.6
134
134
livenessProbe :
135
135
httpGet :
136
136
path : /healthz
@@ -224,4 +224,5 @@ spec:
224
224
minKubeVersion : 1.8.0
225
225
provider :
226
226
name : Red Hat
227
- version : 0.0.0
227
+ replaces : dns-operator.v0.5.0
228
+ version : 0.6.0-rc1
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.0.0 "
15
+ version : " 0.6.0-rc1 "
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:latest
707
+ image : quay.io/kuadrant/dns-operator:release-0.6
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:latest
7
+ image : quay.io/kuadrant/dns-operator-catalog:release-0.6
8
8
displayName : DNS Operators
9
9
publisher : grpc
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 : release-0.6
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:release-0.6
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.6.0-rc1
13
13
namespace : placeholder
14
14
spec :
15
15
apiservicedefinitions : {}
55
55
minKubeVersion : 1.8.0
56
56
provider :
57
57
name : Red Hat
58
- version : 0.0.0
58
+ replaces : dns-operator.v0.5.0
59
+ version : 0.6.0-rc1
Original file line number Diff line number Diff line change
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
8
+ REPLACES_VERSION =0.5.0
You can’t perform that action at this time.
0 commit comments