1. 04 Apr, 2018 2 commits
    • Michelle Noorali's avatar
      e02802ba
    • 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
  2. 02 Apr, 2018 2 commits
  3. 29 Mar, 2018 2 commits
  4. 28 Mar, 2018 4 commits
  5. 27 Mar, 2018 7 commits
  6. 25 Mar, 2018 2 commits
  7. 23 Mar, 2018 6 commits
  8. 22 Mar, 2018 10 commits
  9. 20 Mar, 2018 5 commits