We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff6831 commit d201228Copy full SHA for d201228
plugin.yaml
@@ -5,6 +5,7 @@ usage: "helm set-status <RELEASE_NAME>"
5
description: |-
6
Manually set the status of a helm release
7
ignoreFlags: false
8
-command: "$HELM_PLUGIN_DIR/helm-set-status"
+command: "$HELM_PLUGIN_DIR/bin/helm-set-status"
9
hooks:
10
install: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh"
11
+ update: "cd $HELM_PLUGIN_DIR; scripts/install_plugin.sh -u"
0 commit comments