Skip to content

Commit

Permalink
example: fix and update grafana version (#5206)
Browse files Browse the repository at this point in the history
Co-authored-by: csuzhangxc <[email protected]>
  • Loading branch information
ti-chi-bot and csuzhangxc authored Jul 28, 2023
1 parent 5bd70cf commit d775285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ spec:
## ImagePullPolicy of grafana.
# imagePullPolicy: IfNotPresent
## Grafana version.
version: v7.5.11
version: 7.5.11
## Describes the compute resource requirements and limits of grafana.
## Ref: https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/
# requests:
Expand Down
2 changes: 1 addition & 1 deletion manifests/monitor/tidb-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
portName: http-prometheus
grafana:
baseImage: grafana/grafana
version: 7.5.7
version: 7.5.11
imagePullPolicy: IfNotPresent
logLevel: info
#limits:
Expand Down

0 comments on commit d775285

Please sign in to comment.