From 78f458112bda353fca5ba6e02661ac18a604dc6d Mon Sep 17 00:00:00 2001 From: komodor-bot Date: Sun, 18 Dec 2022 13:07:55 +0000 Subject: [PATCH 1/2] Increment chart versions [skip ci] --- charts/helm-dashboard/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/helm-dashboard/Chart.yaml b/charts/helm-dashboard/Chart.yaml index 9c2b47e..14ff714 100644 --- a/charts/helm-dashboard/Chart.yaml +++ b/charts/helm-dashboard/Chart.yaml @@ -5,5 +5,5 @@ name: helm-dashboard description: A GUI Dashboard for Helm by Komodor icon: "https://github.com/komodorio/helm-dashboard/blob/main/pkg/dashboard/static/logo.png" -version: 0.1.0 -appVersion: "0.0.0" +version: 0.1.1 +appVersion: "0.3.0" From e83ddbb15d60d37b196afd5d64008d5bcd0e54f0 Mon Sep 17 00:00:00 2001 From: Eddie Garcia Date: Mon, 19 Dec 2022 04:35:18 -0500 Subject: [PATCH 2/2] Release 0.3.0 (#140) --- plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index d289150..3167967 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dashboard" -version: "0.2.8" +version: "0.3.0" usage: "A simplified way of working with Helm" description: "View HELM situation in nice web UI" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"