Skip to content

Commit

Permalink
Bump v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Liu Jing(Emily) committed Mar 28, 2019
1 parent 8e4d400 commit 14f27b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euf -o pipefail

PLUGIN_VERSION=${PLUGIN_VERSION:-"0.1.0"}
PLUGIN_VERSION=${PLUGIN_VERSION:-"0.4.1"}

file="${HELM_PLUGIN_DIR:-"$(helm home)/plugins/helm-update-config"}/bin/helm-update-config"

Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "update-config"
version: "0.1.0"
version: "0.4.1"
usage: "update config of a running release"
description: Update configuration values of a running release.
ignoreFlags: false
Expand Down

0 comments on commit 14f27b2

Please sign in to comment.