From b09edd95023522868a71024993ddbb283ea558b6 Mon Sep 17 00:00:00 2001 From: NWilkieTechno <60709328+NWilkieTechno@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:06:52 -0700 Subject: [PATCH 1/2] Update README.md Removed extra hyphen before `extraSecretMounts:` in code examples to match the syntax in the default values.yaml Signed-off-by: NWilkieTechno <60709328+NWilkieTechno@users.noreply.github.com> --- charts/grafana/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/grafana/README.md b/charts/grafana/README.md index ded5a508e9..1ce98bfd30 100644 --- a/charts/grafana/README.md +++ b/charts/grafana/README.md @@ -718,7 +718,7 @@ stringData: Include in the `extraSecretMounts` configuration flag: ```yaml -- extraSecretMounts: +extraSecretMounts: - name: auth-generic-oauth-secret-mount secretName: auth-generic-oauth-secret defaultMode: 0440 @@ -731,7 +731,7 @@ Include in the `extraSecretMounts` configuration flag: This example uses a CSI driver e.g. retrieving secrets using [Azure Key Vault Provider](https://github.com/Azure/secrets-store-csi-driver-provider-azure) ```yaml -- extraSecretMounts: +extraSecretMounts: - name: secrets-store-inline mountPath: /run/secrets readOnly: true From c2de201208c50680eca31ce342a1c64592cdd5b0 Mon Sep 17 00:00:00 2001 From: NWilkieTechno <60709328+NWilkieTechno@users.noreply.github.com> Date: Wed, 21 Aug 2024 13:28:58 -0700 Subject: [PATCH 2/2] Update Chart.yaml version number Bumped up version grafana Chart version number from `8.4.6` to `8.4.7` to satisfy linting requirements Signed-off-by: NWilkieTechno <60709328+NWilkieTechno@users.noreply.github.com> --- charts/grafana/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index 1990c36ba9..81ccd066da 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 8.4.6 +version: 8.4.7 appVersion: 11.1.4 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics.