Skip to content

Commit 37353c4

Browse files
committed
bump version to v3.10.4
1 parent 6dc0747 commit 37353c4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

deploy/olm-catalog/grafana-operator/3.x.x/3.10.3/grafana-operator.v3.10.3.clusterserviceversion.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ metadata:
3636
capabilities: Basic Install
3737
categories: Monitoring
3838
certified: 'False'
39-
containerImage: quay.io/grafana-operator/grafana-operator:v3.10.4
39+
containerImage: quay.io/grafana-operator/grafana-operator:v3.10.3
4040
createdAt: 2020-07-31 00:00:00
4141
description: An Operator for managing Grafana instances, dashboards and data sources
4242
repository: https://github.com/grafana-operator/grafana-operator
4343
support: Red Hat
44-
name: grafana-operator.v3.10.4
44+
name: grafana-operator.v3.10.3
4545
namespace: placeholder
4646
spec:
4747
apiservicedefinitions: { }
@@ -122,7 +122,7 @@ spec:
122122
fieldPath: metadata.name
123123
- name: OPERATOR_NAME
124124
value: grafana-operator
125-
image: quay.io/rhoas/grafana-operator:v3.10.4
125+
image: quay.io/grafana-operator/grafana-operator:v3.10.3
126126
imagePullPolicy: Always
127127
name: grafana-operator
128128
ports:
@@ -204,7 +204,7 @@ spec:
204204
- Monitoring
205205
links:
206206
- 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
208208
- name: Grafana
209209
url: https://grafana.com
210210
maintainers:
@@ -213,5 +213,5 @@ spec:
213213
maturity: alpha
214214
provider:
215215
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

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "3.10.3"
4+
Version = "3.10.4"
55
)

0 commit comments

Comments
 (0)