- 18 Oct, 2016 11 commits
-
-
Matt Butcher authored
fix(helm): make 'helm repo index' generate the right index
-
Matt Butcher authored
This prevents the index command from recursing through directories. Behind the scenes, it swaps out the repository logic for the index file logic. Closes #1328
-
Brian authored
fix(1357): print help text if revision is not specified
-
fibonacci1729 authored
-
Matt Butcher authored
feat(helm): `--no-update` flag for `helm repo add`
-
Matt Butcher authored
fix(helm): show failed releases by default
-
Matt Butcher authored
doc(rollback): add docs for pre/post rollback hooks
-
Matt Butcher authored
docs(provenance): describe signature authority
-
Matt Butcher authored
fix(tiller): fix wording for a few errors
-
Matt Butcher authored
fix(tiller): fix nil pointers in error messages
-
Jason Hansen authored
-
- 17 Oct, 2016 20 commits
-
-
Matt Butcher authored
This changes the wording of a log and an error message to make it clearer what is happening.
-
Matt Butcher authored
There were a few places where error messages were accessing properties of objects that were nil because of the error. Closes #1374
-
Matt Butcher authored
For 'helm list', this now shows both deployed and failed releases by default. Closes #1387
-
Michelle Noorali authored
fix(kube): find current resource by name and kind
-
Adam Reese authored
fix(*): statically link cross builds
-
Matt Butcher authored
fix(helm): return correct version on dep up
-
Matt Butcher authored
docs(*): refresh docs
-
Adam Reese authored
closes: #1362
-
Brian authored
fix(1333): cannot delete release in failed state
-
Matt Butcher authored
There was an extra return statement in a helper that was causing the download manager to get a false positive on a release version. Closes #1383
-
Michelle Noorali authored
This resolves #1210. Update will find current resource by name and kind for comparison purposes.
-
Matt Butcher authored
This refreshes docs, as discussed in #719, and adds a few new sections to the docs. Closes #719
-
Matt Butcher authored
Fix/tiller helm flags
-
Matt Butcher authored
docs(helm): Fix broken link to glide project
-
Matt Butcher authored
fix(linter): add engine.FuncMap so linter can use real function list
-
Michelle Noorali authored
chore(docs): fix nginx example templates
-
Michelle Noorali authored
-
Jim authored
-
fibonacci1729 authored
-
Nic Roland authored
-
- 15 Oct, 2016 2 commits
- 14 Oct, 2016 7 commits
-
-
Matt Butcher authored
This adds a function engine.FuncMap that returns a function mapping that better represents the functions passed to a template. The linting logic is reconfigured to use this function instead of the sprig.FuncMap function. Closes #1366
-
Matt Butcher authored
fix(lint): validateNoMissingValues template regex
-
Matt Butcher authored
fix(lint): use correct hash key for rendered tmpl
-
Matt Butcher authored
-
Matt Butcher authored
fix(helm): make 'helm install' output more consistent
-
Nic Roland authored
-
Adnan Abdulhussein authored
The YAML validation was broken because the renderedContentMap has keys with the path to the template including the chart directory, whereas the linter was trying to access it relative from the chart directory. For example, the hash key was `drupal/templates/deployment.yaml` but the linter was trying to access `templates/deployment.yaml`. This commit fixes the key used to access the rendered content.
-