Matt Butcher
5334ba9376
Merge pull request #2109 from jackzampolin/patch-1
...
Add Blog post to related.md
8 years ago
Matt Butcher
9ea5d6b153
Merge pull request #2082 from technosophos/fix/1829-fix-upgrade-history
...
fix(helm): fix bug when helm update can't find release 1.
8 years ago
Jack Zampolin
06931e188b
Add Blog post to related.md
8 years ago
Matt Butcher
6f4535dec7
Merge pull request #2099 from eduardobaitello/patch-1
...
Fix link for chart.md file
8 years ago
Matt Butcher
3844b53bbb
Merge pull request #2104 from bdurette/wordpress-typo
...
Change example to use the trademarked WordPress instead of Wordpress.
8 years ago
Matt Butcher
785a1df52b
Merge pull request #2077 from technosophos/feat/2036-appVersion
...
feat(proto): add appVersion field
8 years ago
Matt Butcher
516b5c2384
Merge pull request #2085 from technosophos/docs/1906-maintainers
...
docs(OWNERS): initial add of owners file
8 years ago
Adam Reese
ca31b75a4c
Merge pull request #2106 from nokia/fix-plugin-test
...
Fixing plugin test
8 years ago
libesz
41f7c97a48
Fixing plugin test
...
In the TestLoadDir test case, currently reflect.DeepEqual is expected to fail by error. Expected metadata is different than in the fixture yaml. Also, the type of the struct is mismatching in DeepEqual call (struct vs pointer to struct).
8 years ago
Christoph Blecker
ea63663455
Regenerate docs
8 years ago
Christoph Blecker
bd2fad1987
Add docs info to dependency.go
8 years ago
Christoph Blecker
7b1a383950
Add script to clean homedir out of docs
8 years ago
Brandon DuRette
838ccd368c
Change example to use the trademarked WordPress instead of Wordpress.
...
The WordPress community and especially the WordPress foundation
strongly prefer the use of WordPress, with the capital P.
8 years ago
Brian
6da348baef
Merge pull request #2088 from Ladicle/fix/helm
...
helm(version): set 5 seconds timeout
8 years ago
Adam Reese
3a5787335e
fix(helm): remove max column width for repo list
...
closes #2098
8 years ago
Taylor Thomas
d7b7276ca1
Merge pull request #2100 from thomastaylor312/fix/wait_headless_svc
...
fix(tiller): Fixes problem with `--wait` on headless Services
8 years ago
Taylor Thomas
185fb4f43c
fix(tiller): Fixes problem with `--wait` on headless Services
...
Headless services (with `clusterIP` set to `None`) were reporting
as not being ready because they didn't have an IP address. This adds
a logic check to ignore those services.
8 years ago
Eduardo Baitello
0499e31017
Fix link for chart.md file
...
The old link is invalid (404)
8 years ago
Ladicle
c359ddf43c
helm(version): set 5 seconds timeout
...
close #1972
8 years ago
Matt Butcher
79e2fb83e3
Merge pull request #2090 from bacongobbler/mv-strvals
...
move pkg cmd/helm/strvals to pkg/strvals
8 years ago
Matthew Fisher
1aee50f5db
move pkg cmd/helm/strvals to pkg/strvals
...
This is another useful package outside of cmd/helm.
8 years ago
Matt Butcher
3be8dfd818
Merge pull request #2068 from nokia/move-to-pkg
...
Fixing pkg->cmd call by moving helmpath under /pkg
8 years ago
Matt Butcher
df91405cdd
Merge pull request #2086 from luizbafilho/patch-1
...
Including Helm Chart Publisher in related.md
8 years ago
Taylor Thomas
43ebd43917
Merge pull request #2092 from thomastaylor312/fix/hook_docs
...
fix(docs): Updates hook documentation for `--wait` flag
8 years ago
Taylor Thomas
6a319bd8f5
fix(docs): Updates hook documentation for `--wait` flag
...
The behavior of how the `--wait` flag interacts with the hook lifecycle
was not documented. This adds clarification on the lifecycle behavior
with the `--wait` flag.
8 years ago
Luiz Bezerra
4bed6297a0
Update related.md
...
fixing typo
8 years ago
Luiz Bezerra
c33677c352
Update related.md
8 years ago
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
a6ea129222
Merge pull request #2080 from eduardobaitello/patch-1
...
Fix link to charts.md file
8 years ago
Matt Butcher
d0c9bae9e9
fix(helm): fix bug when helm update can't find release 1.
...
If a release's v1 config map was removed, 'helm upgrade' would fail. It
was calling the wrong function to get its history. This has been fixed.
Closes #1829
8 years ago
Eduardo Baitello
6ba9a14db0
Fix link to charts.md file
8 years ago
libesz
0537b08779
helmpath goes under /pkg/helm/
8 years ago
Taylor Thomas
3b9bb756bc
Merge pull request #2054 from wilkers-steve/fix/req_values
...
feat(helm): add support for required properties
8 years ago
Steve Wilkerson
79a3db0a63
feat(helm): add support for required properties
...
Adds the `required` function in enginge.go to support required
properties in values.yml. When a chart developer wishes to specify
intent in requiring a value, they can use this function to declare
an error message that gets returned when chart rendering fails
when a required value is not present in values.yml.
Closes #1580
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
396f6cbcb2
feat(proto): add appVersion field
...
This provides a simple field to expose the version of the application
contained in a chart.
Closes #2036
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