Skip to content

Commit

Permalink
updated helm hook scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hydeenoble committed Jul 12, 2021
1 parent 0422fa8 commit 1385091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: "subenv"
version: "0.0.13"
version: "0.0.14"
usage: "Substitutes the values of environment variables."
description: |-
The plugin allows to substitue the values of environment variables withing a CICD pipeline.
useTunnel: true
command: "bin/subenv"
hooks:
install: "$HELM_PLUGIN_DIR/subenv.sh"
update: "$HELM_PLUGIN_DIR/subenv.sh"
install: "cd $HELM_PLUGIN_DIR; ./subenv.sh"
update: "cd $HELM_PLUGIN_DIR; ./subenv.sh"

0 comments on commit 1385091

Please sign in to comment.