Skip to content

Commit cfde322

Browse files
Update grafana/grafana Docker tag to v11.6.0 (#37)
* Update grafana/grafana Docker tag to v11.6.0 * ./do helm-docs --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Chris Stephen <[email protected]>
1 parent 6141e46 commit cfde322

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Dashboards are provisioned directly from CRDs, which means any manual edits will
170170
| grafana.datasource.jsonData.timeInterval | string | `"5s"` | The time interval for Grafana to poll Prometheus. Specifies the frequency of data requests. |
171171
| grafana.enabled | string | `"-"` | |
172172
| grafana.image.repository | string | `"grafana/grafana"` | Image repository for Grafana. |
173-
| grafana.image.tag | string | `"11.5.2"` | Tag for the Grafana image. |
173+
| grafana.image.tag | string | `"11.6.0"` | Tag for the Grafana image. |
174174
| grafana.ingress.className | string | `""` | Specifies the class of the Ingress controller. Required if the Kubernetes cluster includes multiple Ingress controllers. |
175175
| grafana.ingress.enabled | bool | `false` | Enable to create an Ingress resource for Grafana. Disabled by default. |
176176
| grafana.ingress.host | string | `""` | Hostname to use for the Ingress. Must be set if Ingress is enabled. |

values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ grafana:
9090
# -- Image repository for Grafana.
9191
repository: grafana/grafana
9292
# -- Tag for the Grafana image.
93-
tag: 11.5.2
93+
tag: 11.6.0
9494
credentials:
9595
# -- Name of an existing secret for Grafana credentials. Leave empty to create a new secret.
9696
existingSecretName: ""

0 commit comments

Comments
 (0)