https://rancher.com/ logo
Title
s

strong-boots-98959

08/29/2022, 1:24 PM
Is Rancher monitoring stuck on grafana 7x? I don't see any plans for going to 8 or 9.
b

bland-painting-61617

08/31/2022, 10:02 AM
I second that. 7.5.11 is almost 1 year old and I'm not quite sure I'm confident about this being externally accessible.
I bumped Grafana to the latest version after some tweaking (had to bypass built in nginx-proxy as websockets were not working, this will probably break grafana proxying through rancher so only use if you have an ingress configured) HELM value overrides:
grafana:
  image:
    repository: "grafana/grafana"
    tag: "9.1.2"
  service:
    portName: grafana
    targetPort: 3000
Useful links to look at. The Rancher's monitoring chart uses the official Grafana chart though it mirrors it and uses an old version of the chart. https://github.com/rancher/charts/tree/dev-v2.6/charts/rancher-monitoring/100.1.3%2Bup19.0.3/charts/grafana/templates https://github.com/grafana/helm-charts/tree/main/charts/grafana
👀 1
s

strong-boots-98959

08/31/2022, 4:01 PM
thanks @bland-painting-61617, I'll take a look