Justin Scott
1a8e728ed9
Update docs with details about exports
8 years ago
Justin Scott
7ea4d8c7c4
Refactor so parent's values win
8 years ago
Justin Scott
4a5721fb36
Fixup style and errors
8 years ago
Justin Scott
007bb9dbae
Implement 'exports' convetion for simple list items
8 years ago
Justin Scott
2bd4d1d003
Cleanup old todo, unused log and value for ImportValues feature
8 years ago
Justin Scott
d1424f6c08
Handle missed error and make error messages unique
8 years ago
Justin Scott
0e81899f5f
WIP feat(helm): import child values to parent
...
Implements a mechanism in requirements.yaml to allow the import
and re-parenting of value table from child chart.
Closes #1995
8 years ago
Steven E. Harris
da950c5c57
Separate manifests with document boundary markers
...
In order to allow the stream emitted by "helm init --debug" to be fed
back into "kubectl create/apply -f", use YAML starting and ending
document boundary markers instead of blank lines to separate the
individual manifests.
8 years ago
David Wittman
5734c2162e
Fix identation of `helm dep` help text
...
The `repository` lines in the help text for `helm dep` were misaligned
with the rest of the dependency block.
8 years ago
Sushil Kumar
a484d00e33
Fixes TestInstallRelease_VerifyOptions & TestUpdateRelease_VerifyOptions
...
Following tests were failing unnoticed
- [ ] TestUpdateRelease_VerifyOptions
- [ ] TestUpdateRelease_VerifyOptions
Fixed those tests for the reason of failure.
Also added error checking to rest of the tests in same test-file,
so that new failures do not un-noticed.
8 years ago
Steven E. Harris
4178ec08ac
Add more object kinds to sorted installation order
...
The following kinds are newly addressed:
CronJob
LimitRange
ReplicaSet
ResourceQuota
StatefulSet
Furthermore, adjust the installation and uninstallation order to
better respect likely dependencies. Bare pods remain a difficult one
to place properly in both sequences.
8 years ago
Taylor Thomas
890b6f5627
Merge pull request #2200 from seh/sort-rbac-roles-and-bindings
...
Sort dependent RBAC role and binding kinds during installation and uninstallation
8 years ago
Taylor Thomas
f342a46abd
Merge pull request #2198 from nokia/gitless_build
...
able to build without being in a git repository
8 years ago
Taylor Thomas
e03d605b88
Merge pull request #2194 from qwangrepos/bug-2103
...
fix(helm): local path in requirements.yaml relative to working dir
8 years ago
Steven E. Harris
7ccfc6d7d4
Sort dependent RBAC role and binding kinds
...
During installation and uninstallation, handle the RBAC-related
ClusterRole, ClusterRoleBinding, Role, and RoleBinding kinds in an
order that respects their potential referential integrity, namely that
ClusterRoleBindings can refer to ClusterRoles and ServiceAccounts, and
RoleBindings can refer to ClusterRoles, Roles, and ServiceAccounts.
Fixes #2199 .
8 years ago
Gergo Huszty
2dc69cfdb0
able to build without being in a git repository
8 years ago
Qin Wang
e6b79e138b
fix(helm): local path in requirements.yaml relative to working dir
...
closes bug: 2103
8 years ago
Taylor Thomas
b7af2e21e4
Merge pull request #2187 from johnw188/sortIndexOnDownload
...
fix(helm): Don't assume index.yaml is sorted
8 years ago
Taylor Thomas
e5d9676e30
Merge pull request #2191 from anubhavmishra/adding-object-type
...
fix(tiller): adding kind to tiller client logs
8 years ago
Anubhav Mishra
76ebf20aac
fix(helm): fix typo
8 years ago
Anubhav Mishra
b208258f53
fix(helm): more quotation fixes
8 years ago
Anubhav Mishra
6aeadb272d
fix tests
8 years ago
Anubhav Mishra
1cf197d69e
fix(helm): fix comments and removed unwanted split
8 years ago
Anubhav Mishra
73fd0e4557
fix(tiller): now better formatting
8 years ago
Taylor Thomas
72b3032ea3
Merge pull request #2184 from Mario54/patch-1
...
Fix typo in chart guide
8 years ago
Adam Reese
c37c222731
docs(plugins): add more helm plugin links
8 years ago
Anubhav Mishra
837da9360e
fix(helm): using regexp to match whitespaces instead
8 years ago
Anubhav Mishra
c17ce5f9c1
fix(tiller): adding kind to tiller client logs
...
Closes #2162
8 years ago
Anubhav Mishra
611bba0f51
fix(helm): manifests string parsing works for newlines in the manifests
...
Trying to fix #2158
8 years ago
John Welsh
e42f39a114
Forgot gofmt
8 years ago
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
Mario Lamontagne
694402a763
Fix typo in chart guide
8 years ago
Jonathan Chauncey
91e7f6bfd6
docs(docs/charts_hooks.md): Add information about hook weights
8 years ago
Jonathan Chauncey
05d0fcb774
feat(hooks): Adds weighted hooks
...
closes #2136
* Adds new annotation `helm.sh/hookWeight`
* Sorts executing hooks of similar kind in ascending order
* There is no upper or lower bounds on the weights
8 years ago
Louis Taylor
a2ab1aaa09
fix(helm): add --destination flag to 'helm package'
...
This adds a flag similar to the --destination flag on 'helm fetch',
allowing control over the destination for the packaged .tgz file.
Closes #2117
8 years ago
Matt Butcher
f4f274c571
docs(related): Added podcast, plugin article
...
Slightly reorganized and retitled to be accurate.
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
Matt Butcher
27c3ff595a
fix(tiller): fix helm status failure on missing resource
...
This fixes a bug in which 'helm status' fails if any of the expected
resources are missing in Kubernetes. Now it prints a list of missing
resources at the end of the status report.
Closes #2118
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