• Michelle Noorali's avatar
    fix(pkg/tiller): reuseValues combines all prev val · 9266731d
    Michelle Noorali authored
    Resolves #3655
    We were seeing that when running helm upgrade with the reuse-values
    flag enabled that you could end up in the position where overrides
    a.k.a computed values from previous revisions were not being saved on
    the updated revision. This left us in a weird position where some
    computed values would disappear mysteriously in the abyss. That
    happened because computed values from previous revisions weren't merged
    with the new computed values every time the reuse-values flag was used.
    This PR merges computed values from the previous revisions so you don't
    end up in that kind of conundrum.
    9266731d
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
_proto Loading commit data...
cmd Loading commit data...
docs Loading commit data...
pkg Loading commit data...
rootfs Loading commit data...
scripts Loading commit data...
testdata Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...
code-of-conduct.md Loading commit data...
glide.lock Loading commit data...
glide.yaml Loading commit data...
versioning.mk Loading commit data...