From 9b94e1206028a2c909cd522f0ba3c1dc68dc666b Mon Sep 17 00:00:00 2001 From: Paul Burlumi Date: Mon, 19 Aug 2024 11:42:17 +0100 Subject: [PATCH] [grafana] Typo in readme docs This corrects the following spelling mistake: persiting -> persisting Signed-off-by: Paul Burlumi --- charts/grafana/Chart.yaml | 2 +- charts/grafana/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index 21fb0837d7..1990c36ba9 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 8.4.5 +version: 8.4.6 appVersion: 11.1.4 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. diff --git a/charts/grafana/README.md b/charts/grafana/README.md index 8c2a9872c0..ded5a508e9 100644 --- a/charts/grafana/README.md +++ b/charts/grafana/README.md @@ -121,7 +121,7 @@ need to instead set `global.imageRegistry`. | `persistence.subPath` | Mount a sub dir of the persistent volume (can be templated) | `nil` | | `persistence.inMemory.enabled` | If persistence is not enabled, whether to mount the local storage in-memory to improve performance | `false` | | `persistence.inMemory.sizeLimit` | SizeLimit for the in-memory local storage | `nil` | -| `persistence.disableWarning` | Hide NOTES warning, useful when persiting to a database | `false` | +| `persistence.disableWarning` | Hide NOTES warning, useful when persisting to a database | `false` | | `initChownData.enabled` | If false, don't reset data ownership at startup | true | | `initChownData.image.registry` | init-chown-data container image registry | `docker.io` | | `initChownData.image.repository` | init-chown-data container image repository | `busybox` |