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
Matt Butcher
de678a25e3
Merge pull request #2002 from qiujian16/1992
...
Add --url option to helm serve
8 years ago
Matt Butcher
ec18cbbfc2
Merge pull request #2010 from HotelsDotCom/fix-subchart-symlink
...
fix(helm): resolve symlinks when loading chart
8 years ago
Matt Butcher
f7b010a140
feat(helm): add --skip-refresh flag to 'helm dep up'
...
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
8 years ago
Maxim Ivanov
edd4e56112
fix(helm): resolve symlinks when loading chart
...
Possible fix for #1639
8 years ago
Matt Butcher
c03714ed7d
Merge pull request #2009 from ahawkins/feature/add-await-to-related
...
Mention saltside/await in misc related projects
8 years ago
Matt Butcher
af379faf4b
Merge pull request #2008 from technosophos/feat/1624-disable-plugins
...
feat(helm): allow disabling plugins
8 years ago
Adam Reese
2806c0d59c
Merge pull request #1984 from adamreese/chore/kube-bump
...
chore(*): bump kubernetes v1.5.3
8 years ago
Michelle Noorali
e52746cbef
ref(*): remove error if no tests found on test cmd
...
* resolves #1973
8 years ago
Adam Hawkins
2780065244
Mention saltside/await in misc related projects
8 years ago
Matt Butcher
81dbdeb108
feat(helm): allow disabling plugins
...
This adds an environment variable, HELM_NO_PLUGINS, that can disable
the plugin system from loading plugins. It provides a general way for
turning the plugin system off.
Closes #1624
8 years ago
Jian Qiu
95cdc705af
Add --url option to helm serve
...
This PR is to add --url flag for helm serve, so that
urls in index.yaml will be changed to the corresponding value.
8 years ago
Matt Butcher
f4b7eb5b01
Merge pull request #2000 from yuvipanda/add-tojson
...
Add ToJson and FromJson template functions
8 years ago
Adam Reese
28fbd42c66
Merge pull request #1989 from Ladicle/fix/local-cluster
...
fix(local-cluster): fix missing variable option
8 years ago
Matt Butcher
c9bbb76e57
Merge pull request #1954 from bacongobbler/1951-podsecuritypolicy
...
set $HOME in tiller container to /tmp
8 years ago
YuviPanda
cd7275069e
Use backtick quotes to avoid excess escaping
8 years ago
Matt Butcher
16b043b8d5
Merge pull request #1988 from technosophos/docs/1967-helm-repo-index
...
docs(chart_repository): fix bug in code example
8 years ago
YuviPanda
97a655d225
Add tests for ToJson
8 years ago
YuviPanda
5c52fe6ad6
Add ToJson and FromJson template functions
8 years ago
Matt Butcher
1113a106cb
Merge pull request #1991 from technosophos/docs/named-template-error
...
docs(named_templates): fixed broken template
8 years ago
Matt Butcher
60dd133564
Merge pull request #1986 from jose5918/umbrella-chart-related
...
Adds "Workflow Umbrella Chart" article to related.md
8 years ago
Matt Butcher
078c365677
docs(named_templates): fixed broken template
8 years ago
Ladicle
84e014026c
fix(local-cluster): fix missing variable option
...
`unbound variable` error occurs when docker-machine is not used.
8 years ago
Matt Butcher
393d13af31
docs(chart_repository): fix bug in code example
...
Closes #1967
8 years ago
Matt Butcher
9a661a7d76
Merge branch 'master' into umbrella-chart-related
8 years ago