- 09 Mar, 2017 1 commit
-
-
Matt Butcher authored
This is to comply with the Kubernetes project guidelines. - maintainers: Those responsible for steering the Helm project - reviewers: Those who have authoritative LGTM on issues in the queue Closes #1906
-
- 08 Mar, 2017 2 commits
-
-
Matt Butcher authored
docs(related): add "Using Helm to Deploy to Kubernetes"
-
Matt Butcher authored
docs(README): update downloads to 2.2.2.
-
- 07 Mar, 2017 9 commits
-
-
Matt Butcher authored
docs(chart_best_practices): create best practices guide
-
Matt Butcher authored
Clarify inheritance behavior for global variables
-
Matt Butcher authored
-
Adam Stankiewicz authored
-
Adam Stankiewicz authored
-
Matt Butcher authored
fix checksum example
-
Matt Butcher authored
This adds a basic Chart Best Practices guide. Closes #1993
-
Fabian Ruff authored
$.Template.basePath already contains "templates/"
-
Matt Butcher authored
-
- 06 Mar, 2017 8 commits
-
-
Matt Butcher authored
Add .Template.BasePath to template system
-
Fabian Ruff authored
-
Fabian Ruff authored
-
Matt Butcher authored
install: Return more user-friendly response on eexists
-
Matt Butcher authored
Fix helm dep list reporting wrong status
-
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
-
- 04 Mar, 2017 1 commit
-
-
Qin Wang authored
Version matching is used for checking status of subcharts. closes: #2056
-
- 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 3 commits
-
-
Taylor Thomas authored
fix(tiller): Fixes `--wait` panic on upgrade
-
Dmitry Monakhov authored
Most newcomers hit helm's 'feature' there deleted instalations are not really deleted. Use-case # helm install --name gitlab-ce-1 ./stable/gitlab-ce # helm delete gitlab-ce-1 # helm list # helm install --name gitlab-ce-1 ./stable/gitlab-ce Error: a release named "gitlab-ce-1" already exists There is a lot duplicated bugs in bugzilla which simply explains that packages should be deleted with --pure flag. But such bugs appeared again and again because this behavior is not obvious. Let's help user to figure out what happens ASAP.
-
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
-