From afa69b85ca042ec81a366d65488ccbbfee166126 Mon Sep 17 00:00:00 2001 From: Mac Browning Date: Thu, 16 Nov 2023 15:44:43 -0800 Subject: [PATCH] Fix missing quote in Chart.yaml. --- charts/vantage-kubernetes-agent/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vantage-kubernetes-agent/Chart.yaml b/charts/vantage-kubernetes-agent/Chart.yaml index 4e5a895..71b9272 100644 --- a/charts/vantage-kubernetes-agent/Chart.yaml +++ b/charts/vantage-kubernetes-agent/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: vantage-kubernetes-agent description: Provisions the Vantage Kubernetes agent. type: application -version: 1.0.16 -appVersion: "1.0.12 +version: 1.0.17 +appVersion: "1.0.12" icon: "https://www.vantage.sh/nav-logo.svg"