Skip to content

Commit

Permalink
chore: update default grafana version
Browse files Browse the repository at this point in the history
Since we now store the version information in the spec, this will not affect
existing resources
  • Loading branch information
theSuess committed May 27, 2024
1 parent 4cd8d6f commit b3e1ae6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.17"
value: "docker.io/grafana/grafana:10.4.3"
- 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.5.17"
GrafanaVersion = "10.4.3"

// Paths
GrafanaDataPath = "/var/lib/grafana"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/example-test/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ status:
adminUrl: (join('',['http://grafana-internal-service.',$namespace,':3000']))
stage: complete
stageStatus: success
version: 9.5.17
version: 10.4.3
---
apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
Expand Down

0 comments on commit b3e1ae6

Please sign in to comment.