Bump grafana and grafana-enterprise versions used for GEL Helm env (#9368)

**What this PR does / why we need it**:
Bumps the version of Grafana/Grafana-Enterprise being used to what is
currently current.

**Which issue(s) this PR fixes**:
This gets rid of a warning displayed about "The current Grafana version
is not supported" in relation to the GEL plugin.
pull/9370/head
Paul Rogers 3 years ago committed by GitHub
parent a41176abb6
commit 6a4ba250a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tools/dev/k3d/environments/helm-cluster/main.jsonnet

@ -133,8 +133,8 @@ local tenant = 'loki';
local dashboardsPrefix = if enterprise then 'enterprise-logs' else 'loki',
local grafanaImage = if enterprise then
grafana.withImage('grafana/grafana-enterprise:8.2.5') else
grafana.withImage('grafana/grafana:8.2.5'),
grafana.withImage('grafana/grafana-enterprise:9.5.1') else
grafana.withImage('grafana/grafana:9.5.1'),
grafana+: grafana
+ grafana.withAnonymous()
+ grafanaImage

Loading…
Cancel
Save