Skip to content

Commit

Permalink
upgrade helm version to 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky committed Aug 25, 2018
1 parent 44be2ae commit 14a2dfb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[[constraint]]
name = "k8s.io/helm"
version = "2.9.1"
version = "2.10.0"

[prune]
go-tests = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup_test_environment.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

HELM_VERSION="2.9.1"
HELM_VERSION="2.10.0"
CHARTMUSEUM_VERSION="0.7.1"

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
Expand Down

0 comments on commit 14a2dfb

Please sign in to comment.