Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 62882d8cd249
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e3970df4ddda
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 22, 2018

  1. 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.
    nightkr committed Nov 22, 2018
    Copy the full SHA
    77cbf0d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50918 from teozkr/issue-49120

    kubernetes-helm: tell Helm what version it is
    nlewo committed Nov 22, 2018
    Copy the full SHA
    e3970df View commit details
    Browse the repository at this point in the history