From 10ffb3225574edee76c97673ff8a5390c7ab57b5 Mon Sep 17 00:00:00 2001 From: Joakim Olsson Date: Thu, 30 Jan 2025 02:01:45 +0100 Subject: [PATCH] chore: bump chart version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- ksm/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksm/kustomization.yaml b/ksm/kustomization.yaml index 5957f5a..5c1743c 100644 --- a/ksm/kustomization.yaml +++ b/ksm/kustomization.yaml @@ -4,7 +4,7 @@ helmCharts: - name: kube-state-metrics namespace: kube-system repo: https://prometheus-community.github.io/helm-charts - version: '5.28.0' + version: '5.28.1' releaseName: ksm includeCRDs: true valuesFile: ksm-values.yaml