Skip to content

Commit

Permalink
updating default version of Grafana to version 7.5.17 to address issue
Browse files Browse the repository at this point in the history
…#847 (#848)

Signed-off-by: xphyr <xphyr@users.noreply.github.com>
  • Loading branch information
xphyr committed Nov 17, 2022
1 parent cfccae2 commit 506f16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/constants/constants.go
Expand Up @@ -2,7 +2,7 @@ package constants

const (
GrafanaImage = "docker.io/grafana/grafana"
GrafanaVersion = "7.5.16"
GrafanaVersion = "7.5.17"
GrafanaServiceAccountName = "grafana-serviceaccount"
GrafanaServiceName = "grafana-service"
GrafanaDataStorageName = "grafana-pvc"
Expand Down

0 comments on commit 506f16b

Please sign in to comment.