From 679d31e4abdde57b465eee102da2fa4d783d26a5 Mon Sep 17 00:00:00 2001 From: komodor-bot Date: Wed, 22 Feb 2023 12:45:52 +0000 Subject: [PATCH] Increment chart versions [skip ci] --- charts/helm-dashboard/Chart.yaml | 4 ++-- plugin.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/helm-dashboard/Chart.yaml b/charts/helm-dashboard/Chart.yaml index 452bb18..58fbd5e 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://raw.githubusercontent.com/komodorio/helm-dashboard/main/pkg/dashboard/static/logo.svg" -version: 0.1.4 -appVersion: "1.1.0" +version: 0.1.5 +appVersion: "1.1.1" diff --git a/plugin.yaml b/plugin.yaml index 5a1b202..1a7dd00 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dashboard" -version: "1.1.0" +version: "1.1.1" usage: "A simplified way of working with Helm" description: "View HELM situation in nice web UI" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"