- 13 Aug, 2018 1 commit
-
-
Pål Karlsrud authored
-
- 03 Aug, 2018 1 commit
-
-
Pål Karlsrud authored
output due to the kubernetes client being wrongly configured.
-
- 19 Jun, 2018 38 commits
-
-
Pål Karlsrud authored
using a custom version.
-
Pål Karlsrud authored
of configmaps that we need to decoded, thus making listing a lot quicker.
-
Pål Karlsrud authored
-
Pål Karlsrud authored
-
Pål Karlsrud authored
the user who performs the action.
-
-
-
(cherry picked from commit f7f686f7d065218ef6df3fbb75ce6348e699a0f3)
-
(cherry picked from commit 4d1a401a9fb52cfbad97c31a9d038935434b413c)
-
-
-
(cherry picked from commit d9395bcc0668429a48cdfe8ff2389bb9d00f4e0e)
-
(cherry picked from commit c2fa72ebcdc9a12381eec29b642374af75f5b45c)
-
fixes #3937 (cherry picked from commit cefee4b749122bc38d019c2791faf79a4ab1376f)
-
(cherry picked from commit e02802ba95e17c2a21dceeb56df893c01001e5d8)
-
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. (cherry picked from commit 9266731dc45aac2aa6a726e5a887ee1078aaf35f)
-
-
fixes: #3826 (cherry picked from commit 6ffff5fea9febb3c2522a391a80cb09b838288a7)
-
(cherry picked from commit aa2976f0cea3b80278c07c31ffc40072ff81b289)
-
fixes #3902 (cherry picked from commit 31ddd707e8f832c2ac429aa09284e196f1664ec6)
-
(cherry picked from commit fa62c476fc2156495dce4cce76780d7c166f3011)
-
(cherry picked from commit 8bd42d264515d65372c6728c2762df1b6e9da7ce)
-
`toYaml` utilized by `.Files` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output. (cherry picked from commit 35132d141c54598e7dab23207acce7e6fb1dfa4a)
-
`toYaml` was introducing a new line. It is an issue since the new line is part of a functions output, it can't be whitespace chomped away so it would require a `trimSuffix "\n"` pipe. This commit trims one trailing `\n` from the toYaml output. (cherry picked from commit 6cdf6cee56dcd90e3dca82950b15d46e6bb4587b)
-
(cherry picked from commit 05a1f7f46c2ce2beacbb099d06a99422376f848d)
-
(cherry picked from commit bac4f45f94bf2856215f9e5657ee6a67d16d71fd)
-
(cherry picked from commit 87c64e7987f348c0a99a4f6e12d6ec187723b7cc)
-
-
(cherry picked from commit 9b20d91e427da1d8bc5c961a25174ccee2f4ff6c)
-
(cherry picked from commit 343acc5a60c8d63272f6ad9511473218e6b7a6ea)
-
-
(cherry picked from commit 499636d70c85d7615eb27d9c58d69ef55f26fc4a)
-
closes #3795 (cherry picked from commit 09e0ab18090fed1c0b2c91fa401154fcd8e93a0f)
-
Adds automountServiceAccountToken when a serviceAccount is specified. Prior to this, tiller falls back to contacting the KUBERNETES_SERVICE on localhost:8080 rather than respecting the cluster IP in the KUBERNETES_SERVICE_{HOST,PORT} environment variables. Fixes #3460, fixes #3467. (cherry picked from commit 1e03f1bce5eaab384c8ddabbf38b8f566d1c1d14)
-
-
-
Cover hook-succeeded, hook-failed and before-hook-creation hook delete policies.
-
-