Skip to content
Commit 77cbf0db authored by Teo Klestrup Röijezon's avatar Teo Klestrup Röijezon
Browse files

kubernetes-helm: tell Helm what version it is

Helm uses its version to determine what version of Tiller (the server
component) to install. Without this patch it thinks it is `v2.11+unreleased` and
tries to download `gcr.io/kubernetes-helm/tiller:v2.11`. After the patch it
correctly downloads `gcr.io/kubernetes-helm/tiller:v2.11.0`. Fixes #49120.
parent 80738ed9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment