Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Upgrade helm to 2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Nov 13, 2019
1 parent 6dddf7f commit 05d9e96
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chart/helm-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The following tables lists the configurable parameters of the Flux chart and the
| `tillerNamespace` | `kube-system` | Namespace in which the Tiller server can be found
| `tillerSidecar.enabled` | `false` | Whether to deploy Tiller as a sidecar (and listening on `localhost` only).
| `tillerSidecar.image.repository` | `gcr.io/kubernetes-helm/tiller` | Image repository to use for the Tiller sidecar.
| `tillerSidecar.image.tag` | `v2.14.3` | Image tag to use for the Tiller sidecar.
| `tillerSidecar.image.tag` | `v2.16.1` | Image tag to use for the Tiller sidecar.
| `tillerSidecar.storage` | `secret` | Storage engine to use for the Tiller sidecar.
| `tls.enable` | `false` | Enable TLS for communicating with Tiller
| `tls.verify` | `false` | Verify the Tiller certificate, also enables TLS when set to true
Expand Down
2 changes: 1 addition & 1 deletion chart/helm-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tillerSidecar:
enabled: false
image:
repository: gcr.io/kubernetes-helm/tiller
tag: v2.14.3
tag: v2.16.1
storage: secret

# For charts stored in Helm repositories other than stable
Expand Down
8 changes: 4 additions & 4 deletions docker/helm.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HELM_VERSION=2.14.3
HELM_CHECKSUM_amd64=38614a665859c0f01c9c1d84fa9a5027364f936814d1e47839b05327e400bf55
HELM_CHECKSUM_arm=52535e0811fd68c406e41be240446709d228ca86db1de47a0deb8c8de8e82c8b
HELM_CHECKSUM_arm64=cfcbb577f272bcedef9e4191a619d98d7c622810d4d2445b888743bf3ab908ae
HELM_VERSION=2.16.1
HELM_CHECKSUM_amd64=7eebaaa2da4734242bbcdced62cc32ba8c7164a18792c8acdf16c77abffce202
HELM_CHECKSUM_arm=dc4c322191827420bedb024ae4764189b3e5a19ea62a1662b048f6ef76e0e08b
HELM_CHECKSUM_arm64=9badab17f79a0dfc99144bc77c451c998f61f1e2c97b515743238ae316148b1d
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
k8s.io/client-go v11.0.0+incompatible
k8s.io/code-generator v0.0.0-20190511023357-639c964206c2
k8s.io/gengo v0.0.0-20190907103519-ebc107f98eab // indirect
k8s.io/helm v2.14.3+incompatible
k8s.io/helm v2.16.1+incompatible
k8s.io/klog v0.3.3
)

Expand All @@ -42,5 +42,5 @@ replace (
k8s.io/client-go => k8s.io/client-go v11.0.0+incompatible
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190311093542-50b561225d70
k8s.io/component-base => k8s.io/component-base v0.0.0-20190708175518-244289f83105
k8s.io/helm => k8s.io/helm v2.14.3+incompatible
k8s.io/helm => k8s.io/helm v2.16.1+incompatible
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,8 @@ k8s.io/code-generator v0.0.0-20190311093542-50b561225d70 h1:lgPp615xLHxN84RBd+vi
k8s.io/code-generator v0.0.0-20190311093542-50b561225d70/go.mod h1:MYiN+ZJZ9HkETbgVZdWw2AsuAi9PZ4V80cwfuf2axe8=
k8s.io/gengo v0.0.0-20190907103519-ebc107f98eab h1:j4L8spMe0tFfBvvW6lrc0c+Ql8+nnkcV3RYfi3eSwGY=
k8s.io/gengo v0.0.0-20190907103519-ebc107f98eab/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
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/helm v2.16.1+incompatible h1:L+k810plJlaGWEw1EszeT4deK8XVaKxac1oGcuB+WDc=
k8s.io/helm v2.16.1+incompatible/go.mod h1:LZzlS4LQBHfciFOurYBFkCMTaZ0D1l+p0teMg7TSULI=
k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
k8s.io/klog v0.3.3 h1:niceAagH1tzskmaie/icWd7ci1wbG7Bf2c6YGcQv+3c=
k8s.io/klog v0.3.3/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
Expand Down

0 comments on commit 05d9e96

Please sign in to comment.