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/../