Skip to content

Update the Grafana chart to 6.11.0 and image to the 7.5.16 release

Jason Young requested to merge 3115-update-grafana-chart-and-image into master

What does this MR do?

This bumps the included version of the Grafana chart from 6.9.1 (defaults to Grafana 7.5.5) to 6.11.0 (which also defaults to Grafana 7.5.5) and overrides the Grafana image version to 7.5.16.

I've browsed through the chart changes: https://github.com/grafana/helm-charts/compare/grafana-6.9.1...grafana-6.11.0 and grafana changes: https://github.com/grafana/grafana/compare/v7.5.5...v7.5.16 and don't see an immediate concern. There are not chart changes that should change how we need to configure Grafana as we saw in the bump to 6.9.1 from 4.0.1 in !1991 (merged)

Test plan

I've tested this with:

helm upgrade --install gitlab . --timeout 600s --namespace=gitlab --set global.grafana.enabled=true

(with a domain and certmanager email set).

In both a new deployment and upgrade scenario, and it works as expected in both, container logs for the -grafana-app container don't show any unexpected errors from the chart/version change.

Related issues

Closes #3115

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion.

Required

  • Merge Request Title and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Tests added
  • Integration tests added to GitLab QA
  • Equivalent MR/issue for omnibus-gitlab opened
Edited by Jason Young

Merge request reports