From ec37477b7b22f06c4d11235d2db1c966f749ba6b Mon Sep 17 00:00:00 2001 From: Casey Buto Date: Mon, 25 Jul 2022 13:17:41 -0400 Subject: [PATCH] feat: bump plugin version (#154) * test: bump chartmuseum version in acceptance tests * feat: bump plugin version --- plugin.yaml | 2 +- scripts/setup_test_environment.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.yaml b/plugin.yaml index 9777095..b13b116 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "cm-push" -version: "0.10.2" +version: "0.10.3" usage: "Please see https://github.com/chartmuseum/helm-push for usage" description: "Push chart package to ChartMuseum" command: "$HELM_PLUGIN_DIR/bin/helm-cm-push" diff --git a/scripts/setup_test_environment.sh b/scripts/setup_test_environment.sh index c853319..aaa3f61 100755 --- a/scripts/setup_test_environment.sh +++ b/scripts/setup_test_environment.sh @@ -2,7 +2,7 @@ HELM_V2_VERSION="v2.17.0" HELM_V3_VERSION="v3.9.0" -CHARTMUSEUM_VERSION="v0.14.0" +CHARTMUSEUM_VERSION="v0.15.0" DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" cd $DIR/../