We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b173836 commit ba23ab2Copy full SHA for ba23ab2
install.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-set -ex
+set -e
4
5
current_version=$(sed -n -e 's/version:[ "]*\([^"]*\).*/\1/p' plugin.yaml)
6
HELM_MONITOR_VERSION=${HELM_MONITOR_VERSION:-$current_version}
0 commit comments