Commit 37353c4 1 parent 6dc0747 commit 37353c4 Copy full SHA for 37353c4
File tree 2 files changed +7
-7
lines changed
deploy/olm-catalog/grafana-operator/3.x.x/3.10.3
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ metadata:
36
36
capabilities : Basic Install
37
37
categories : Monitoring
38
38
certified : ' False'
39
- containerImage : quay.io/grafana-operator/grafana-operator:v3.10.4
39
+ containerImage : quay.io/grafana-operator/grafana-operator:v3.10.3
40
40
createdAt : 2020-07-31 00:00:00
41
41
description : An Operator for managing Grafana instances, dashboards and data sources
42
42
repository : https://github.com/grafana-operator/grafana-operator
43
43
support : Red Hat
44
- name : grafana-operator.v3.10.4
44
+ name : grafana-operator.v3.10.3
45
45
namespace : placeholder
46
46
spec :
47
47
apiservicedefinitions : { }
@@ -122,7 +122,7 @@ spec:
122
122
fieldPath : metadata.name
123
123
- name : OPERATOR_NAME
124
124
value : grafana-operator
125
- image : quay.io/rhoas /grafana-operator:v3.10.4
125
+ image : quay.io/grafana-operator /grafana-operator:v3.10.3
126
126
imagePullPolicy : Always
127
127
name : grafana-operator
128
128
ports :
@@ -204,7 +204,7 @@ spec:
204
204
- Monitoring
205
205
links :
206
206
- name : Documentation
207
- url : https://github.com/integr8ly/grafana-operator/tree/v3.10.4 /documentation
207
+ url : https://github.com/integr8ly/grafana-operator/tree/v3.10.3 /documentation
208
208
- name : Grafana
209
209
url : https://grafana.com
210
210
maintainers :
@@ -213,5 +213,5 @@ spec:
213
213
maturity : alpha
214
214
provider :
215
215
name : Red Hat
216
- replaces : grafana-operator.v3.10.3
217
- version : 3.10.4
216
+ replaces : grafana-operator.v3.10.2
217
+ version : 3.10.3
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
var (
4
- Version = "3.10.3 "
4
+ Version = "3.10.4 "
5
5
)
You can’t perform that action at this time.
0 commit comments