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 55d7572 commit 3bf7107Copy full SHA for 3bf7107
install-binary.sh
@@ -8,9 +8,7 @@ export GREP_COLOR="never"
8
9
HELM_MAJOR_VERSION=$(helm version --client --short | awk -F '.' '{print $1}')
10
11
-if [ "$HELM_MAJOR_VERSION" = "Client: v2" ]; then
12
- : ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
13
-fi
+: ${HELM_PLUGIN_DIR:="$(helm home --debug=false)/plugins/helm-diff"}
14
15
# Convert the HELM_PLUGIN_DIR to unix if cygpath is
16
# available. This is the case when using MSYS2 or Cygwin
scripts/dep-helm-version.sh
@@ -0,0 +1,3 @@
1
+#/bin/sh
2
+
3
+grep "k8s.io/helm" go.mod | sed -n -e "s/.*k8s.io\/helm \(v[.0-9]*\).*/\1/p"
0 commit comments