From e0b1011e2ef322ddbfcc099f28f3ab010d278a69 Mon Sep 17 00:00:00 2001 From: Boemeltrein <130394941+Boemeltrein@users.noreply.github.com> Date: Sat, 29 Mar 2025 17:34:16 +0100 Subject: [PATCH] fix(grafana) - correct ci vallues (#33718) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description** change the `_` to `-` as that was changed in the .Values ⚒️ Fixes # **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code - [ ] 📜 Documentation Changes **🧪 How Has This Been Tested?** **📃 Notes:** **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made changes to the documentation - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning - [x] I made sure the title starts with `feat(chart-name):`, `fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or `fix(docs):` **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --- charts/premium/grafana/Chart.yaml | 2 +- charts/premium/grafana/ci/all-dashboards.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/premium/grafana/Chart.yaml b/charts/premium/grafana/Chart.yaml index 9a61432e885..7069ddb91ab 100644 --- a/charts/premium/grafana/Chart.yaml +++ b/charts/premium/grafana/Chart.yaml @@ -37,4 +37,4 @@ sources: - https://hub.docker.com/r/grafana/grafana - https://quay.io/kiwigrid/k8s-sidecar type: application -version: 17.16.0 +version: 17.16.1 diff --git a/charts/premium/grafana/ci/all-dashboards.yaml b/charts/premium/grafana/ci/all-dashboards.yaml index 7f02274ae4d..fe9b646274f 100644 --- a/charts/premium/grafana/ci/all-dashboards.yaml +++ b/charts/premium/grafana/ci/all-dashboards.yaml @@ -1,8 +1,8 @@ configmap: # Some included dashboards, which can be enabled when prefered - dashboard_certmanager: + dashboard-certmanager: enabled: true - dashboard_traefik: + dashboard-traefik: enabled: true - dashboard_nginx: + dashboard-nginx: enabled: true