John Welsh
f4486d4858
fix(helm): Don't assume index.yaml is sorted
...
This change sorts the helm index file after downloading from a repo.
Closes #2186
8 years ago
Taylor Thomas
ea61ace808
Merge pull request #2156 from sushilkm/version-tests
...
Added unit tests
8 years ago
Sushil Kumar
cfd041eed5
Added unit tests
...
Added tests for:
- [ ] pkg/version/versions.go
- [ ] pkg/repo/repo.go
8 years ago
Matt Butcher
a34f2328f1
Merge pull request #2173 from derekperkins/patch-1
...
Add link to Quay App Registry
8 years ago
Derek Perkins
7cffe38f84
Add link to Quay App Registry
8 years ago
Matt Butcher
bce20c615a
Merge pull request #2137 from technosophos/docs/cloud-academy
...
docs(related): add "Deploying Kubernetes Applications with Helm"
8 years ago
Brian
d7cb50bf91
Merge pull request #2144 from fibonacci1729/feat/helm-tls
...
helm (client/deployment) support for TLS
8 years ago
fibonacci1729
ad614b91a5
feat: helm support for TLS
8 years ago
Adam Reese
1c1bfb273c
Merge pull request #2161 from adamreese/fix/disable-gosimple
...
fix(ci): disable gosimple
8 years ago
Adam Reese
41f7277615
fix(ci): disable gosimple
...
gosimple seems to be eating all memory in CircleCI. Testing disabling
the check to see if CI builds.
8 years ago
Matt Butcher
e9e6dd3927
Merge pull request #2147 from bacongobbler/bump-glide
...
run glide up
8 years ago
Matthew Fisher
d2af400806
run glide up
...
A few bugs were fixed in ghodss/yaml since the last update.
8 years ago
Matt Butcher
386dc920f8
Merge pull request #2140 from lcharkiewicz/get-script-fix
...
Add to the 'get' script checking installed helm version before downloading latest release
8 years ago
Leszek Charkiewicz
0d399baec2
Add checking installed helm version before downloading latest release
...
This change prevents downloading the same version as already installed.
8 years ago
Matt Butcher
15576abd9a
Merge pull request #2131 from bacongobbler/toyaml-funkiness
...
document toYaml syntax in --set for annotations
8 years ago
Matt Butcher
8108062543
docs(related): add "Deploying Kubernetes Applications with Helm"
...
Closes #2097
8 years ago
Brian
a21f010c6d
Merge pull request #2132 from fibonacci1729/ref/installer
...
ref/installer: pass arguments in options struct to installer apis
8 years ago
fibonacci1729
efe5e2744b
ref/installer: pass arguments in options struct to installer apis
8 years ago
Matthew Fisher
d44b7ada14
document toYaml syntax in --set for annotations
8 years ago
Adam Reese
1512a33293
Merge pull request #2123 from adamreese/ref/helmpath
...
ref(helmpath): simplify path building of helmpath
8 years ago
Matt Butcher
609276d940
Merge pull request #2121 from technosophos/feat/sprig-2.10.0
...
feat(tiller): update to Sprig 2.10.
8 years ago
Adam Reese
390217d416
ref(helmpath): simplify path building of helmpath
8 years ago
Matt Butcher
4f79469a72
feat(tiller): update to Sprig 2.10.
...
Closes #2087
8 years ago
Adam Reese
50f4c2bfd0
Merge pull request #2120 from adamreese/fix/2115-validate-labels
...
fix(tiller): enforce release name length on uninstall
8 years ago
Adam Reese
d4061b5b60
fix(tiller): enforce release name length on uninstall
...
If a selector is created from invalid values it will return nil.
Which is EVERYTHING!!!
closes : #2115
8 years ago
Adnan Abdulhussein
d127852833
Merge pull request #2107 from prydonius/feat/1963-deprecated-field
...
feat(proto): add deprecated field
8 years ago
Taylor Thomas
24eb6011b5
Merge pull request #2105 from cblecker/docs-clean-home
...
Add script to clean homedir out of docs
8 years ago
Adam Reese
a90638e4f4
Merge pull request #2102 from adamreese/fix/2098-repo-list
...
fix(helm): remove max column width for repo list
8 years ago
Adnan Abdulhussein
8210dc7883
feat(proto): add deprecated field
8 years ago
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