From b60722af0ed2ae02e8a420a76044d3c39bdd3623 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 6 Apr 2018 23:58:09 +0800 Subject: [PATCH] Add appVersion for kube-ops-view (#4705) The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure. The value of appVersion 1.1.0 is from https://github.com/hjacobs/kube-ops-view/blob/master/app/package.json --- 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 1db53dcc01..d03a7b5c7f 100644 --- a/stable/kube-ops-view/Chart.yaml +++ b/stable/kube-ops-view/Chart.yaml @@ -1,5 +1,6 @@ name: kube-ops-view -version: 0.4.1 +version: 0.4.2 +appVersion: 1.0.0 description: Kubernetes Operational View - read-only system dashboard for multiple K8s clusters keywords: