Commit 3a012ee Edvin N
authored
1 parent a1fdf15 commit 3a012ee Copy full SHA for 3a012ee
File tree 6 files changed +28
-6
lines changed
6 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Current Operator version
2
- VERSION ?= 4.0.1
2
+ VERSION ?= 4.0.2
3
3
4
4
# IMAGE_TAG_BASE defines the namespace and part of the image name for remote images.
5
5
# running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ metadata:
10
10
operatorframework.io/arch.amd64 : supported
11
11
operatorframework.io/arch.arm64 : supported
12
12
operatorframework.io/arch.s390x : supported
13
- name : grafana-operator.v4.0.1
13
+ name : grafana-operator.v4.0.2
14
14
namespace : placeholder
15
15
spec :
16
16
apiservicedefinitions : {}
@@ -261,7 +261,7 @@ spec:
261
261
valueFrom :
262
262
fieldRef :
263
263
fieldPath : metadata.annotations['olm.targetNamespaces']
264
- image : quay.io/grafana-operator/grafana-operator:v4.0.1
264
+ image : quay.io/grafana-operator/grafana-operator:v4.0.2
265
265
imagePullPolicy : Always
266
266
livenessProbe :
267
267
httpGet :
@@ -345,4 +345,4 @@ spec:
345
345
provider :
346
346
name : Red Hat
347
347
replaces : grafana-operator.v4.0.0
348
- version : 4.0.1
348
+ version : 4.0.2
Original file line number Diff line number Diff line change @@ -170,6 +170,19 @@ spec:
170
170
type : string
171
171
postgresVersion :
172
172
type : integer
173
+ sigV4AssumeRoleArn :
174
+ type : string
175
+ sigV4Auth :
176
+ description : Fields for AWS Prometheus data sources
177
+ type : boolean
178
+ sigV4AuthType :
179
+ type : string
180
+ sigV4ExternalId :
181
+ type : string
182
+ sigV4Profile :
183
+ type : string
184
+ sigV4Region :
185
+ type : string
173
186
sslmode :
174
187
type : string
175
188
subscriptionId :
@@ -270,6 +283,11 @@ spec:
270
283
type : string
271
284
secretKey :
272
285
type : string
286
+ sigV4AccessKey :
287
+ description : Fields for AWS data sources
288
+ type : string
289
+ sigV4SecretKey :
290
+ type : string
273
291
tlsCACert :
274
292
type : string
275
293
tlsClientCert :
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ kind: Kustomization
13
13
images :
14
14
- name : controller
15
15
newName : quay.io/grafana-operator/grafana-operator
16
- newTag : v4.0.1
16
+ newTag : v4.0.2
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ metadata:
85
85
}
86
86
]
87
87
capabilities : Basic Install
88
+ labels :
89
+ operatorframework.io/arch.amd64 : supported
90
+ operatorframework.io/arch.arm64 : supported
91
+ operatorframework.io/arch.s390x : supported
88
92
name : grafana-operator.v0.0.0
89
93
namespace : placeholder
90
94
spec :
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
var (
4
- Version = "4.0.1 "
4
+ Version = "4.0.2 "
5
5
)
You can’t perform that action at this time.
0 commit comments