From df86353f4b33143c1e68f55483cd224ce3b730da Mon Sep 17 00:00:00 2001 From: Daniel Farrell Date: Fri, 11 Jun 2021 12:46:28 -0400 Subject: [PATCH] Add required apiVersion field to Chart.yaml This field is required by standard chart schemas. It should be v2 for Charts that support Helm v3, as we do. Signed-off-by: Daniel Farrell --- submariner-k8s-broker/Chart.yaml | 1 + submariner-operator/Chart.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/submariner-k8s-broker/Chart.yaml b/submariner-k8s-broker/Chart.yaml index 336c029..5e9fe26 100644 --- a/submariner-k8s-broker/Chart.yaml +++ b/submariner-k8s-broker/Chart.yaml @@ -1,6 +1,7 @@ --- name: submariner-k8s-broker version: 0.6.0 +apiVersion: v2 appVersion: 0.6.0 description: Submariner Kubernetes Broker keywords: diff --git a/submariner-operator/Chart.yaml b/submariner-operator/Chart.yaml index bd0249f..4404f16 100644 --- a/submariner-operator/Chart.yaml +++ b/submariner-operator/Chart.yaml @@ -1,6 +1,7 @@ --- name: submariner-operator version: 0.7.0 +apiVersion: v2 appVersion: 0.7.0 description: Submariner enables direct networking between Pods and Services in different Kubernetes clusters keywords: