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 5769a24 commit 870756cCopy full SHA for 870756c
main.go
@@ -62,7 +62,7 @@ func main() {
62
diff.release = args[0]
63
diff.chart = args[1]
64
if diff.client == nil {
65
- diff.client = helm.NewClient(helm.Host(os.Getenv("TILLER_HOST")))
+ diff.client = helm.NewClient(helm.Host(os.Getenv("TILLER_HOST")), helm.ConnectTimeout(int64(30)))
66
}
67
return diff.run()
68
},
plugin.yaml
@@ -1,7 +1,7 @@
1
name: "diff"
2
# Version is the version of Helm plus the number of official builds for this
3
# plugin
4
-version: "2.8.2+1"
+version: "2.8.2+2"
5
usage: "Preview helm upgrade changes as a diff"
6
description: "Preview helm upgrade changes as a diff"
7
useTunnel: true
0 commit comments