From 1a39abbdb5b21c9317f183a7bc6d7389d3df4185 Mon Sep 17 00:00:00 2001 From: komodor-bot Date: Sun, 1 Dec 2024 21:44:44 +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 83d79b7..b2b4e25 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/refs/heads/main/images/logo.svg" -version: 2.0.2 -appVersion: "2.0.2" +version: 2.0.3 +appVersion: "2.0.3" diff --git a/plugin.yaml b/plugin.yaml index b7303f9..114af3e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "dashboard" -version: "2.0.2" +version: "2.0.3" usage: "A simplified way of working with Helm" description: "View HELM situation in nice web UI" command: "$HELM_PLUGIN_DIR/bin/helm-dashboard"