Skip to content

Commit 686f13f

Browse files
1 parent cc8fc8f commit 686f13f

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 | `"12.0.0"` | Tag for the Grafana image. |
173+
| grafana.image.tag | string | `"12.0.0-security-01"` | 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
@@ -94,7 +94,7 @@ grafana:
9494
# -- Image repository for Grafana.
9595
repository: grafana/grafana
9696
# -- Tag for the Grafana image.
97-
tag: 12.0.0
97+
tag: 12.0.0-security-01
9898
credentials:
9999
# -- Name of an existing secret for Grafana credentials. Leave empty to create a new secret.
100100
existingSecretName: ""

0 commit comments

Comments
 (0)