- 18 Oct, 2016 1 commit
-
-
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
-
- 17 Oct, 2016 17 commits
-
-
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 6 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
fix(helm): make 'helm install' output more consistent
-
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.
-
Adnan Abdulhussein authored
Fixes the regex for extracting templates to include templates that suppress newlines and ignore any conditional flow statements.
-
- 13 Oct, 2016 14 commits
-
-
Matt Butcher authored
This fixed capitalization differences, removed duplicate fields, clarified a few things, and changed a few display names. Closes #1135
-
Adam Reese authored
feat(helm): add canary option to init command
-
Matt Butcher authored
fix(helm): allow entries to be merged into index
-
Adam Reese authored
To install the tiller canary `helm init --canary`
-
Adam Reese authored
feat(helm): add kubeconfig context switching to init command
-
Matt Butcher authored
Between Alpha.4 and Alpha.5 there was a change in the indexing logic. This prevent indices from being appended to (because those index files were often broken). This change allows the user to explicitly merge an existing index and a generated index. Closes #1334
-
Adam Reese authored
- decouple tunnel from kube client - add context switching for init cmd - add unit tests for installer and init command - refactor installer and remove unused code
-
Matt Butcher authored
docs(chart_repositories): document correct index example
-
Adam Reese authored
feat(helm): add kubeconfig context switching
-
Michelle Noorali authored
bug(tiller): correct release statuses on rollback
-
Adam Reese authored
docs(developers): require glide 0.12.0
-
Matt Butcher authored
The previous index.yaml example was missing a few fields, notably the 'created' timestamp. Closes #1348
-
Michelle Noorali authored
Correcting similar issue as the one with UpdateRelease (#1137) for RollbackRelase
-
Michelle Noorali authored
bug(tiller): set status correctly in performUpdate
-