From dd65245d027378242c3ddc22cd9da3688c67d62a Mon Sep 17 00:00:00 2001 From: Nikolay Georgiev Date: Mon, 4 Jan 2021 19:05:41 +0200 Subject: [PATCH] Update Chart.yaml to conform helm v3 syntax according https://helm.sh/docs/topics/charts/ apiVersion: v2 is required, minor semantic issue. --- helm/pmm-server/Chart.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/pmm-server/Chart.yaml b/helm/pmm-server/Chart.yaml index 529547a..40b4db5 100644 --- a/helm/pmm-server/Chart.yaml +++ b/helm/pmm-server/Chart.yaml @@ -1,3 +1,4 @@ +apiVersion: v2 name: pmm-server version: 2.12.3 description: Percona Monitoring and Management (PMM) is an open-source platform for managing and monitoring MySQL and MongoDB performance.