Skip to content

Commit f0c26d9

Browse files
authored
feat: update to grafana 12 (#2111)
1 parent 747c2b9 commit f0c26d9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
memory: 20Mi
6868
env:
6969
- name: RELATED_IMAGE_GRAFANA
70-
value: "docker.io/grafana/grafana:11.3.0"
70+
value: "docker.io/grafana/grafana:12.1.0"
7171
- name: WATCH_NAMESPACE
7272
valueFrom:
7373
fieldRef:

controllers/config/operator_constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package config
33
const (
44
// Grafana
55
GrafanaImage = "docker.io/grafana/grafana"
6-
GrafanaVersion = "11.3.0"
6+
GrafanaVersion = "12.1.0"
77

88
// Paths
99
GrafanaDataPath = "/var/lib/grafana"

tests/e2e/example-test/00-assert.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ kind: Grafana
33
metadata:
44
name: grafana
55
spec:
6-
version: 11.3.0
6+
version: 12.1.0
77
status:
88
(wildcard('http://grafana-service.*:3000', adminUrl || '')): true
99
stage: complete
1010
stageStatus: success
11-
version: 11.3.0
11+
version: 12.1.0
1212
conditions:
1313
- reason: GrafanaReady
1414
status: "True"
@@ -22,7 +22,7 @@ status:
2222
adminUrl: (join('',['http://grafana-internal-service.',$namespace,':3000']))
2323
stage: complete
2424
stageStatus: success
25-
version: 11.3.0
25+
version: 12.1.0
2626
conditions:
2727
- reason: GrafanaReady
2828
status: "True"
@@ -33,12 +33,12 @@ kind: Grafana
3333
metadata:
3434
name: grafana-tls
3535
spec:
36-
version: 11.3.0
36+
version: 12.1.0
3737
status:
3838
(wildcard('https://grafana-tls-service.*:3000', adminUrl || '')): true
3939
stage: complete
4040
stageStatus: success
41-
version: 11.3.0
41+
version: 12.1.0
4242
---
4343
apiVersion: grafana.integreatly.org/v1beta1
4444
kind: Grafana

0 commit comments

Comments
 (0)