• Matt Butcher's avatar
    feat(tiller): re-use values during upgrade · 3e3312ce
    Matt Butcher authored
    When `helm install -f foo.yaml bar` is called, and then the release is
    upgraded with `helm upgrade happy-panda bar`, this will now re-use the
    values that were submitted with `-f foo.yaml`. The same is true for
    values specified with `--set`.
    
    Closes #1227
    3e3312ce
release_server.go 25.9 KB