From be275b8cad8498950d722653d8990d54e6d4fa84 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sun, 8 Oct 2023 03:49:36 +0200 Subject: [PATCH] fix(nut-exporter): Use correct Chart.yaml version --- charts/nut-exporter/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nut-exporter/Chart.yaml b/charts/nut-exporter/Chart.yaml index c258be33a..f713d5ce7 100644 --- a/charts/nut-exporter/Chart.yaml +++ b/charts/nut-exporter/Chart.yaml @@ -1,4 +1,4 @@ -apiVersion: v1 +apiVersion: v2 name: nut-exporter description: Installs NUT exporter in Kubernetes annotations: -- GitLab