- 21 Dec, 2016 1 commit
-
-
Steve Wilkerson authored
The upper limit for a chart name is 63 characters now instead of 14 or 24 in older versions of Kubernetes. This replaces `trunc 24` in the example chart provided to `trunc 63` to reflect the new length available. Closes #1637
-
- 20 Dec, 2016 3 commits
-
-
Michelle Noorali authored
fix(linter): disable checking for empty values
-
Michelle Noorali authored
chore(docs): add how to submit proposals
-
Adam Reese authored
fix(helm): add tiller-host to plugin environment
-
- 19 Dec, 2016 15 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
resolves #1463
-
Matt Butcher authored
fix(*): Fixes protobuf name
-
Matt Butcher authored
s/backup up/back up/
-
Adam Reese authored
ref(helm): only pass required dependencies to subcommands
-
Taylor Thomas authored
The generated version of the protobuf did not match the `.proto` file. This caused issues when a new protobuf change was added
-
Matt Butcher authored
feat(tiller): add fromYaml to template functions
-
Adam Reese authored
test(cmd): add unit test for chart backed by basic auth
-
Adam Reese authored
plugins.md: Spelling fix
-
Adam Reese authored
Ignore .idea folder for anyone using Intellij's GO IDE.
-
Adam Reese authored
Fix Typo
-
Adam Reese authored
fix(chartutil): improve 'missing name' error
-
Adam Reese authored
-
Euan Kemp authored
-
Eli Mallon authored
-
- 18 Dec, 2016 2 commits
-
-
Yota Toyama authored
-
Tamal Saha authored
-
- 17 Dec, 2016 4 commits
-
-
Matthew Fisher authored
This verifies that by adding user information in the chart repo URL via `helm repo add`, it will be attached to the request when downloading the chart tarball and provenance file.
-
Greg Taylor authored
-
Adam Reese authored
-
Adam Reese authored
-
- 16 Dec, 2016 12 commits
-
-
Matt Butcher authored
fix(tller): allow deep merge of global maps
-
Adam Reese authored
feat(helm): add short version output
-
Matt Butcher authored
Rename '--restart' option to '--recreate-pods'
-
Adam Reese authored
add `--short` flag to version
-
Nikolay Mahotkin authored
-
Nikolay Mahotkin authored
-
Matt Butcher authored
Adding pod restart during release upgrade/rollback
-
Matt Butcher authored
Update checksum/config annotation
-
Matt Butcher authored
feat(tiller): Add .Release.Revision and .IsUpgrade
-
Nikolay Mahotkin authored
-
Long Nguyen authored
-
Matt Butcher authored
This reverts a previous decision to only do shallow merges of globals. It allows globals to be nested maps.
-
- 15 Dec, 2016 3 commits
-
-
Matt Butcher authored
-
Adam Reese authored
feat(*): allow tiller to be installed in an alternate namespace
-
Adam Reese authored
Adds `--tiller-namespace` flag and `TILLER_NAMESPACE` envvar to use tiller in an alternate namespace. closes #1418
-