Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update helm dependency to v2.14.3 #312

Merged
merged 1 commit into from
Sep 10, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ require (
k8s.io/cli-runtime v0.0.0-20190409023024-d644b00f3b79 // indirect
k8s.io/client-go v11.0.0+incompatible
k8s.io/cloud-provider v0.0.0-20190409023720-1bc0c81fa51d // indirect
k8s.io/helm v2.14.1+incompatible
k8s.io/helm v2.14.3+incompatible
k8s.io/klog v0.3.0 // indirect
k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30 // indirect
k8s.io/kubernetes v1.14.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,8 @@ k8s.io/client-go v11.0.0+incompatible h1:LBbX2+lOwY9flffWlJM7f1Ct8V2SRNiMRDFeiwn
k8s.io/client-go v11.0.0+incompatible/go.mod h1:7vJpHMYJwNQCWgzmNV+VYUl1zCObLyodBc8nIyt8L5s=
k8s.io/cloud-provider v0.0.0-20190409023720-1bc0c81fa51d h1:ad7UpNUGRx6FbYoK4+xIYyeS2CUShjNKY45YN1ipjLI=
k8s.io/cloud-provider v0.0.0-20190409023720-1bc0c81fa51d/go.mod h1:LlIffnLBu+GG7d4ppPzC8UnA1Ex8S+ntmSRVsnr7Xy4=
k8s.io/helm v2.14.1+incompatible h1:BkhE6K7/cuxwakmyjZA+btfqM9nFJGTYNuFiYahb9Kk=
k8s.io/helm v2.14.1+incompatible/go.mod h1:LZzlS4LQBHfciFOurYBFkCMTaZ0D1l+p0teMg7TSULI=
k8s.io/helm v2.14.3+incompatible h1:uzotTcZXa/b2SWVoUzM1xiCXVjI38TuxMujS/1s+3Gw=
k8s.io/helm v2.14.3+incompatible/go.mod h1:LZzlS4LQBHfciFOurYBFkCMTaZ0D1l+p0teMg7TSULI=
k8s.io/klog v0.3.0 h1:0VPpR+sizsiivjIfIAQH/rl8tan6jvWkS7lU+0di3lE=
k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30 h1:TRb4wNWoBVrH9plmkp2q86FIDppkbrEXdXlxU3a3BMI=
Expand Down
2 changes: 1 addition & 1 deletion helm/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Provider() terraform.ResourceProvider {
"tiller_image": {
Type: schema.TypeString,
Optional: true,
Default: "gcr.io/kubernetes-helm/tiller:v2.14.1",
Default: "gcr.io/kubernetes-helm/tiller:v2.14.3",
Description: "Tiller image to install.",
},
"service_account": {
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/BurntSushi/toml/session.vim

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

19 changes: 15 additions & 4 deletions vendor/k8s.io/helm/pkg/chartutil/values.go

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

77 changes: 66 additions & 11 deletions vendor/k8s.io/helm/pkg/kube/client.go

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

2 changes: 1 addition & 1 deletion vendor/k8s.io/helm/pkg/kube/wait.go

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

90 changes: 50 additions & 40 deletions vendor/k8s.io/helm/pkg/proto/hapi/release/hook.pb.go

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

18 changes: 18 additions & 0 deletions vendor/k8s.io/helm/pkg/tiller/environment/environment.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ k8s.io/client-go/tools/remotecommand
k8s.io/client-go/util/exec
# k8s.io/cloud-provider v0.0.0-20190409023720-1bc0c81fa51d
k8s.io/cloud-provider/features
# k8s.io/helm v2.14.1+incompatible
# k8s.io/helm v2.14.3+incompatible
k8s.io/helm/cmd/helm/installer
k8s.io/helm/pkg/chartutil
k8s.io/helm/pkg/downloader
Expand Down
Loading