File tree 7 files changed +23
-13
lines changed
7 files changed +23
-13
lines changed 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 : " 2025-01-21T22:21:25Z "
60
+ containerImage : quay.io/kuadrant/dns-operator:v0.13.0-alpha1
61
+ createdAt : " 2025-02-07T11:33:44Z "
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.13.0-alpha1
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.13.0-alpha1
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.12.0
280
+ version : 0.13.0-alpha1
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.13.0-alpha1 "
16
+ appVersion : " 0.13.0-alpha1 "
17
17
maintainers :
18
18
19
19
name : Michael Nairn
Original file line number Diff line number Diff line change @@ -936,7 +936,7 @@ spec:
936
936
env :
937
937
- name : WATCH_NAMESPACES
938
938
value : " "
939
- image : quay.io/kuadrant/dns-operator:latest
939
+ image : quay.io/kuadrant/dns-operator:v0.13.0-alpha1
940
940
livenessProbe :
941
941
httpGet :
942
942
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.13.0-alpha1
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 : v0.13.0-alpha1
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.13.0-alpha1
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.13.0-alpha1
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.12.0
65
+ version : 0.13.0-alpha1
Original file line number Diff line number Diff line change
1
+ # Release default values
2
+ IMG =quay.io/kuadrant/dns-operator:v0.13.0-alpha1
3
+ BUNDLE_IMG =quay.io/kuadrant/dns-operator-bundle:v0.13.0-alpha1
4
+ CATALOG_IMG =quay.io/kuadrant/dns-operator-catalog:v0.13.0-alpha1
5
+ CHANNELS =alpha
6
+ BUNDLE_CHANNELS=--channels =alpha
7
+ VERSION =0.13.0-alpha1
8
+ REPLACES_VERSION =0.12.0
You can’t perform that action at this time.
0 commit comments