Skip to content

Commit

Permalink
feat: bump plugin version (#154)
Browse files Browse the repository at this point in the history
* test: bump chartmuseum version in acceptance tests

* feat: bump plugin version
  • Loading branch information
cbuto authored Jul 25, 2022
1 parent 96060c2 commit ec37477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_test_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/../
Expand Down

0 comments on commit ec37477

Please sign in to comment.