- 06 Mar, 2017 3 commits
-
-
Matt Butcher authored
docs(related): Add link to helm-diff plugin
-
Matt Butcher authored
Link to the Helm Chart repository from the Helm project
-
Matt Butcher authored
Add toToml template function
-
- 03 Mar, 2017 3 commits
-
-
Aaron Roydhouse authored
The current README makes no mention of the Chart repository or where to find it. You have to Google to find it or stumble upon it. It was frustrating to come to the Helm project and not easily be able to find where the chart repository was - even though I knew it existed. This patch will make that easier for others.
-
Fabian Ruff authored
-
Fabian Ruff authored
-
- 02 Mar, 2017 2 commits
-
-
Taylor Thomas authored
fix(tiller): Fixes `--wait` panic on upgrade
-
Michelle Noorali authored
local path repo verbose - issue #2020
-
- 01 Mar, 2017 7 commits
-
-
Taylor Thomas authored
When manifests do not change, they didn't get populated with the latest label info from the API server and then panic'd. This resolves that bug Closes #2043
-
Jack Zampolin authored
-
Jack Zampolin authored
-
Jack Zampolin authored
-
Adam Reese authored
expose LoadFiles as a usable function
-
Matt Butcher authored
Fix typo singing -> signing
-
Matt Butcher authored
feat(helm): add --skip-refresh flag to 'helm dep up'
-
- 28 Feb, 2017 6 commits
-
-
Luke Kysow authored
-
Matthew Fisher authored
In third-party libraries, charts can be embedded in memory rather than in files, directories or tarballs. Exposing LoadFiles allows a third-party library the ability to load static templates in and spit out a *chart.Chart.
-
Michelle Noorali authored
docs(related): add KubeCon 2016 videos
-
Miguel Ángel Martínez Triviño authored
-
Miguel Ángel Martínez Triviño authored
-
Ladicle authored
close #2023
-
- 27 Feb, 2017 5 commits
-
-
Matt Butcher authored
docs(related): add cog-helm to 'Additional Tools'
-
Matt Butcher authored
fix(helm): add message if release deleted successfully
-
Matt Butcher authored
docs(wrapping_up): fix broken link to Tips and Tricks
-
Tao Zhou authored
kubernetes has explicit delete message that user can know resources being deleted for sure, suggest also add this behavior to helm, as it is too 'quiet' for deletion operation right now.
-
Tao Zhou authored
-
- 25 Feb, 2017 2 commits
-
-
Kyle Guthrie authored
Closes #2018
-
Qin Wang authored
Enable --debug flag to print debugging information when use helm dep update --debug closes #2020
-
- 24 Feb, 2017 6 commits
-
-
Adam Reese authored
fix(kube): fix wait and recreate
-
Michelle Noorali authored
ref(*): remove error if no tests found on test cmd
-
Adam Reese authored
fixes #2006
-
Matt Butcher authored
Add --url option to helm serve
-
Matt Butcher authored
fix(helm): resolve symlinks when loading chart
-
Matt Butcher authored
This makes it possible to do a `dep up` without refetching all of the repositories.While it's less safe, it's useful when doing many updates in a short period of time (such as in a CI/CD setting) Closes #2019
-
- 23 Feb, 2017 4 commits
-
-
Maxim Ivanov authored
Possible fix for #1639
-
Matt Butcher authored
Mention saltside/await in misc related projects
-
Matt Butcher authored
feat(helm): allow disabling plugins
-
Adam Reese authored
chore(*): bump kubernetes v1.5.3
-
- 22 Feb, 2017 2 commits
-
-
Michelle Noorali authored
* resolves #1973
-
Adam Hawkins authored
-