Skip to content

Commit

Permalink
update default grafana to 9.5.17 (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
NissesSenap committed Mar 12, 2024
1 parent 68801e9 commit c2dda99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
memory: 20Mi
env:
- name: RELATED_IMAGE_GRAFANA
value: "docker.io/grafana/grafana:9.1.6"
value: "docker.io/grafana/grafana:9.5.17"
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
Expand Down
2 changes: 1 addition & 1 deletion controllers/config/operator_constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package config
const (
// Grafana
GrafanaImage = "docker.io/grafana/grafana"
GrafanaVersion = "9.1.6"
GrafanaVersion = "9.5.17"

// Paths
GrafanaDataPath = "/var/lib/grafana"
Expand Down

0 comments on commit c2dda99

Please sign in to comment.