Matt Butcher
cc8f0ee1e6
docs(OWNERS): initial add of owners file
...
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
8 years ago
Matt Butcher
77145657c8
Merge pull request #2072 from technosophos/docs/using-helm-to-deploy
...
docs(related): add "Using Helm to Deploy to Kubernetes"
8 years ago
Matt Butcher
5f0caf24d8
Merge pull request #2075 from technosophos/fix/README-2.2.2
...
docs(README): update downloads to 2.2.2.
8 years ago
Matt Butcher
df92425fa9
Merge pull request #2007 from technosophos/docs/1993-chart-best-practices
...
docs(chart_best_practices): create best practices guide
8 years ago
Matt Butcher
21f656883b
Merge pull request #2074 from sheerun/patch-1
...
Clarify inheritance behavior for global variables
8 years ago
Matt Butcher
273f6bd691
docs(README): update downloads to 2.2.2.
8 years ago
Adam Stankiewicz
022fcb8139
child charts -> subcharts
8 years ago
Adam Stankiewicz
42f598d813
Clarify inheritance behavior for global variables
8 years ago
Matt Butcher
f9e108ffb3
Merge pull request #2073 from databus23/patch-3
...
fix checksum example
8 years ago
Matt Butcher
6a1fca9313
docs(chart_best_practices): create best practices guide
...
This adds a basic Chart Best Practices guide.
Closes #1993
8 years ago
Fabian Ruff
65a33d6ff0
fix checksum example
...
$.Template.basePath already contains "templates/"
8 years ago
Matt Butcher
0b9dce0aa6
docs(related): add "Using Helm to Deploy to Kubernetes"
8 years ago
Matt Butcher
e905b085b8
Merge pull request #2061 from databus23/template_prefix
...
Add .Template.BasePath to template system
8 years ago
Fabian Ruff
2cb72f0589
Add docs
8 years ago
Fabian Ruff
43a6bcff40
Add .Template.BasePath to template system
8 years ago
Matt Butcher
0861b5e3f4
Merge pull request #2051 from dmonakhov/to-pool-v1
...
install: Return more user-friendly response on eexists
8 years ago
Matt Butcher
12e87b7e7d
Merge pull request #2067 from qwangrepos/issue-2056
...
Fix helm dep list reporting wrong status
8 years ago
Matt Butcher
8495bc87b3
Merge pull request #2059 from databus23/patch-2
...
docs(related): Add link to helm-diff plugin
8 years ago
Matt Butcher
c482669a46
Merge pull request #2065 from whereisaaron/patch-1
...
Link to the Helm Chart repository from the Helm project
8 years ago
Matt Butcher
df827ab738
Merge pull request #2050 from jackzampolin/jz-to-toml
...
Add toToml template function
8 years ago
Qin Wang
ee5dab9cb3
Fix helm dep list reporting wrong status
...
Version matching is used for checking status of subcharts.
closes : #2056
8 years ago
Aaron Roydhouse
5b5d689186
Link to the Helm Chart repository from the Helm project
...
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.
8 years ago
Fabian Ruff
a1fae7b419
Change description
8 years ago
Fabian Ruff
9551f553cc
docs(related): Add link to helm-diff plugin
8 years ago
Taylor Thomas
570930bec0
Merge pull request #2046 from thomastaylor312/fix/2043-wait-panic
...
fix(tiller): Fixes `--wait` panic on upgrade
8 years ago
Dmitry Monakhov
33ace505cc
install: Return more user-friendly response on eexists
...
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.
8 years ago
Michelle Noorali
59bb5aa1b8
Merge pull request #2028 from qwangrepos/issue-2020
...
local path repo verbose - issue #2020
8 years ago
Taylor Thomas
9afa04b71b
fix(tiller): Fixes `--wait` panic on upgrade
...
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
8 years ago
Jack Zampolin
eb82c3f630
Add missing dependancy
8 years ago
Jack Zampolin
b48236e4ac
Add missing dependancy
8 years ago
Jack Zampolin
fc60d51be9
Add toToml function
8 years ago
Adam Reese
ba66af8c3d
Merge pull request #2042 from bacongobbler/loadfiles
...
expose LoadFiles as a usable function
8 years ago
Matt Butcher
0dda8283f1
Merge pull request #2045 from lkysow/patch-1
...
Fix typo singing -> signing
8 years ago
Matt Butcher
e74772f1ab
Merge pull request #2021 from technosophos/feat/2019-dep-up-skip-refresh
...
feat(helm): add --skip-refresh flag to 'helm dep up'
8 years ago
Luke Kysow
cbe372b8b1
Fix typo singing -> signing
8 years ago
Matthew Fisher
de6fb23e7a
expose LoadFiles as a usable function
...
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.
8 years ago
Michelle Noorali
12478308dd
Merge pull request #2034 from Ladicle/docs/add-videos
...
docs(related): add KubeCon 2016 videos
8 years ago
Miguel Ángel Martínez Triviño
90befab86b
docs(related): Add Monocular project to related.md
8 years ago
Miguel Ángel Martínez Triviño
7916e65922
docs(related): add Monocular project reference
8 years ago
Ladicle
ae6836a3b8
docs(related): add KubeCon 2016 videos
...
close #2023
8 years ago
Matt Butcher
9c8357ac3c
Merge pull request #2029 from kguthrie/docs/cog-helm
...
docs(related): add cog-helm to 'Additional Tools'
8 years ago
Matt Butcher
d69e76143e
Merge pull request #2032 from iamzhout/add_delete_msg
...
fix(helm): add message if release deleted successfully
8 years ago
Matt Butcher
3c2d327de6
Merge pull request #2031 from iamzhout/doc_tips_tricks_fix
...
docs(wrapping_up): fix broken link to Tips and Tricks
8 years ago
Tao Zhou
e0596ec4c3
fix(helm): add message if release deleted successfully
...
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.
8 years ago
Tao Zhou
6888a12f3d
docs(wrapping_up): fix broken link to Tips and Tricks
8 years ago
Kyle Guthrie
98721776ff
docs(related): add cog-helm to 'Additional Tools'
...
Closes #2018
8 years ago
Qin Wang
0bef00078c
local path repo verbose - issue #2020
...
Enable --debug flag to print debugging information when use
helm dep update --debug
closes #2020
8 years ago
Adam Reese
01114341f8
Merge pull request #2016 from adamreese/fix/2006-wait
...
fix(kube): fix wait and recreate
8 years ago
Michelle Noorali
80b93846b6
Merge pull request #2011 from michelleN/ref-1973
...
ref(*): remove error if no tests found on test cmd
8 years ago
Adam Reese
12db1f945f
fix(kube): fix wait and recreate
...
fixes #2006
8 years ago