Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 3303ef5

Browse files
Default E2E Grafana version is 7.1.1
1 parent fc29041 commit 3303ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ test-update: # Run all unit tests while copying test_output.json to compiled.js
2323
bitnami/jsonnet:0.16.0 \
2424
tests.sh update
2525

26-
E2E_GRAFANA_VERSION ?= 7.0.5
26+
E2E_GRAFANA_VERSION ?= 7.1.1
2727

2828
e2e: # Run all end-to-end tests.
2929
GRAFANA_VERSION=${E2E_GRAFANA_VERSION} \

0 commit comments

Comments
 (0)