Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Commit

Permalink
make silence option more officiant
Browse files Browse the repository at this point in the history
  • Loading branch information
rimusz committed Oct 23, 2018
1 parent e4487f1 commit ccf8200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "tiller"
version: "0.6.1"
version: "0.6.2"
usage: "Please see https://github.com/rimusz/helm-tiller for usage"
description: "Start a Tiller server locally"
command: "$HELM_PLUGIN_DIR/scripts/tiller.sh"
Expand Down
4 changes: 3 additions & 1 deletion scripts/tiller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ check_install_tiller() {
mkdir -p ./logs
cp "${EXISTING_TILLER}" ./bin/
INSTALLED_TILLER=$(./bin/tiller --version)
echo "Copied found $EXISTING_TILLER to helm-tiller/bin"
if [[ "${HELM_TILLER_SILENT}" == "false" ]]; then
echo "Copied found $EXISTING_TILLER to helm-tiller/bin"
fi
else
INSTALLED_TILLER=v0.0.0
fi
Expand Down

0 comments on commit ccf8200

Please sign in to comment.