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
Matt Butcher
1a2609619d
Merge pull request #1980 from technosophos/docs/new-index
...
docs(index): Move doc index into a separate file.
8 years ago
Matt Butcher
eb6ca4af30
Merge pull request #1976 from technosophos/docs/1564-ci-cd-docs
...
docs(related): add CI/CD docs
8 years ago
Matt Butcher
41f9d4059a
Merge pull request #1975 from technosophos/fix/1974-fix-broken-cache-files
...
fix(helm): fix broken cache paths in repositories
8 years ago
Jose Aguirre
f410e01123
Adds "Workflow Umbrella Chart" article to related
8 years ago
Adam Reese
49b392dd74
chore(*): bump kubernetes v1.5.3
8 years ago
Matt Butcher
d9173cc9ba
docs(index): Move doc index into a separate file.
...
This removes the full TOC from the README and puts it in an index. This
will help when we begin to autogenerate a website based on
documentation.
8 years ago
Matt Butcher
50cbab37f1
docs(related): add CI/CD docs
...
Closes #1564
8 years ago
Matt Butcher
4829fad3a3
fix(helm): fix broken cache paths in repositories
...
A regression was committed during 2.2.0 that broke the repositories.yaml
file format, switching the cache path from relative to absolute. This
fixes the error.
Closes #1974
8 years ago
Adam Reese
fc315ab598
chore(*): bump to v2.2.0
8 years ago
Matt Butcher
ee2aaff7a6
Merge pull request #1962 from technosophos/fix/2.2.0-style-fixes
...
fix(style): add missing comments
8 years ago
Matt Butcher
44fbfc4263
fix(style): add missing comments
8 years ago
Matt Butcher
5d909d8c30
Merge pull request #1955 from michelleN/test-failure-hook
...
feat(*): add support for test-failure hook
8 years ago