Skip to content

Commit ec73d78

Browse files
committed
chore(e2e-tests): bump grafana version
1 parent 984eebb commit ec73d78

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ kind: Grafana
33
metadata:
44
name: grafana
55
spec:
6-
version: 10.4.3
6+
version: 11.3.0
77
status:
88
(wildcard('http://grafana-service.*:3000', adminUrl || '')): true
99
stage: complete
1010
stageStatus: success
11-
version: 10.4.3
11+
version: 11.3.0
1212
---
1313
apiVersion: grafana.integreatly.org/v1beta1
1414
kind: Grafana
@@ -18,7 +18,7 @@ status:
1818
adminUrl: (join('',['http://grafana-internal-service.',$namespace,':3000']))
1919
stage: complete
2020
stageStatus: success
21-
version: 10.4.3
21+
version: 11.3.0
2222
---
2323
apiVersion: grafana.integreatly.org/v1beta1
2424
kind: Grafana

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ kind: Grafana
33
metadata:
44
name: grafana-tls
55
spec:
6-
version: 10.4.3
6+
version: 11.3.0
77
status:
88
(wildcard('https://grafana-tls-service.*:3000', adminUrl || '')): true
99
stage: complete
1010
stageStatus: success
11-
version: 10.4.3
11+
version: 11.3.0

0 commit comments

Comments
 (0)