From 340194ff5bac4dba78fdfd7e8562728dcf9ddf45 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 15 May 2019 08:11:06 +0200 Subject: [PATCH] add apiVersion (#13800) Signed-off-by: Carlos Panato --- stable/kube-ops-view/Chart.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stable/kube-ops-view/Chart.yaml b/stable/kube-ops-view/Chart.yaml index 41832ea751..cb0e049e59 100644 --- a/stable/kube-ops-view/Chart.yaml +++ b/stable/kube-ops-view/Chart.yaml @@ -1,5 +1,6 @@ +apiVersion: v1 name: kube-ops-view -version: 0.8.0 +version: 1.0.0 appVersion: 0.11 description: Kubernetes Operational View - read-only system dashboard for multiple K8s clusters