Adam Reese
986d21b8ac
Merge pull request #2245 from cblecker/verify-docs
...
docs(*): Add ci script to confirm docs are up to date with commits
8 years ago
Christoph Blecker
190e5c82dd
Update docs
8 years ago
Christoph Blecker
797800a289
Add docs-verify script
8 years ago
Serguei Bezverkhi
26343023a3
fix(tiller): increase maximum size of gRPC message
...
* tiller_fix_2261
* fix(tiller) 2261 Increase maxMsgSize to 20MB
8 years ago
Adam Reese
4d939ec9be
Merge pull request #2260 from adamreese/fix/wait-apps
...
fix(helm): correct import for apps api
8 years ago
Adam Reese
7a141a10b3
fix(helm): correct import for apps api
...
* cleanup named imports
8 years ago
Adam Reese
0ab38a998c
Merge pull request #2248 from adamreese/ref/kube-v1.6
...
ref(*): kubernetes v1.6
8 years ago
Matt Butcher
d97086cbdd
Merge pull request #2229 from technosophos/feat/chart-tiller-version
...
feat(tiller): support version constraint on chart
8 years ago
Matt Butcher
382e2b42d6
Merge pull request #2239 from technosophos/fix/2238-duplicate-commands
...
fix(helm): remove duplicate commands
8 years ago
Matt Butcher
2e51f03f4b
Merge pull request #2242 from technosophos/docs/related-helm-plugin-tag
...
docs(related): add note about helm-plugin GitHub tag
8 years ago
Adam Reese
85c41ef11a
ref(*): kubernetes v1.6
...
Rebase on kubernetes v1.6
8 years ago
Adam Reese
e89e6af00a
Merge pull request #2259 from adamreese/fix/2155-image-policy
...
fix(init): use ImagePullPolicy Always for canary installs
8 years ago
Adam Reese
264ad3271e
fix(init): use ImagePullPolicy Always for canary installs
...
fixes : #2155
8 years ago
Taylor Thomas
1cf37fd6a6
Merge pull request #2253 from sushilkm/issues/2251
...
Added release-name to helm delete error
8 years ago
Sushil Kumar
000bf9fd1a
Added release-name to helm delete error
...
Fixes https://github.com/kubernetes/helm/issues/2251
In case a user tries to delete a non-existent release,
the error message displayed was missing release-name.
8 years ago
Taylor Thomas
252e992aa7
Merge pull request #2250 from bodepd/gopath_compile_note
...
Add note about gopath in developer docs
8 years ago
Taylor Thomas
33bb15ef99
Merge pull request #2255 from sushilkm/issues/2254
...
Fixes hard-coded linux based file-separator
8 years ago
Sushil Kumar
84fc5b776f
Fixes hard-coded linux based file-separator
...
Fixes https://github.com/kubernetes/helm/issues/2254
8 years ago
Dan Bode
8654962def
Add note about gopath in developer docs
...
Added a note that helm needs to be in a
specific directory path in order for it
to be compiled.
8 years ago
Adam Reese
9856c23459
Merge pull request #2236 from adamreese/ref/plugin-remote
...
ref(plugin): cleanup unused functions
8 years ago
Matt Butcher
88a4c15613
docs(related): add note about helm-plugin GitHub tag
8 years ago
Matt Butcher
544bf5b72d
Merge pull request #2241 from sushilkm/issues/2240
...
Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
8 years ago
Sushil Kumar
72c0c1ae8b
Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
...
Fixes https://github.com/kubernetes/helm/issues/2240
`helm install` command was calling chartutil.Load twice,
once from `run` method and
another time from `client.InstallRelease` which is called from `run` method in `cmd/helm/install.go`
8 years ago
Matt Butcher
1a79c28f45
fix(helm): remove duplicate commands
...
Closes #2238
8 years ago
Taylor Thomas
6506c145b6
Merge pull request #2231 from thomastaylor312/docs/developer_workflow
...
docs(*): Adds developer workflow documentation
8 years ago
Adam Reese
e611936893
ref(plugin): cleanup unused functions
8 years ago
Taylor Thomas
73747b9533
docs(*): Adds developer workflow documentation
...
This adds documentation for the developer workflow as approved in #2069
Closes #2069
8 years ago
Matt Butcher
e4e0e32064
feat(tiller): support version constraint on chart
...
This provides the Chart.yaml field `tillerVersion`, which is a semver
range. It allows users to choose to constrain a chart to a specific
version.
The reason for this is that we keep introducing new template functions,
but we have no way of saying "this chart will only work with Tiller
newer than...".
The check on version is _only_ done on Tiller. The client does not check
at all, since it does not do any template expansion on its own.
8 years ago
Matt Butcher
734e92851a
Merge pull request #2228 from jzelinskie/helm-registry-plugin
...
docs(plugins): add app registry plugin link
8 years ago
Adam Reese
d83c245fc3
chore(*): bump to v2.3.0
8 years ago
Adam Reese
a19dee52c2
Merge pull request #2225 from adamreese/feat/plugin-management
...
feat(helm): add plugin management commands
8 years ago
Adam Reese
51b8d8a6ee
feat(helm): add plugin management commands
...
Add plugin management subcommands for installing and removing plugins
to `$HELM_HOST/plugins`.
Install accepts a vcs url or a local directory.
```
$ helm plugin install http://github.com/adamreese/helm-env
Installed plugin: env
$ helm plugin list
NAME VERSION DESCRIPTION
env 0.1.0 Print out the helm environment.
$ helm plugin remove env
Removed plugin: env
```
closes #1977
8 years ago
Jimmy Zelinskie
b4cf7f1190
docs(plugins): add app registry plugin link
8 years ago
Matt Butcher
455dd97691
Merge pull request #2220 from jascott1/tags_fix
...
fix (pkg/chartutil): correctly parse input values for ProcessRequirem…
8 years ago
Brian
a8e0983362
Merge pull request #2108 from fibonacci1729/feat/tls
...
feat/tls: Support optional TLS for helm / tiller
8 years ago
Adam Reese
f958b3beac
Merge pull request #2193 from adamreese/docs/plugins
...
docs(plugins): add more helm plugin links
8 years ago
Taylor Thomas
7cbed3f77b
Merge pull request #2143 from kiich/deploymentsReady-when-newRS-has-minimumReplicas
...
Trigger deployment as success when new replicaSet has reached min you need
8 years ago
kiich
85a91394aa
Merge branch 'master' into deploymentsReady-when-newRS-has-minimumReplicas
8 years ago
Matt Butcher
eb4a187df6
Merge pull request #2145 from technosophos/fix/2127-skip-refrsh-on-init
...
fix(helm): add 'skip-refresh' flag to 'helm init'
8 years ago
Justin Scott
8c720ee2c2
fix (pkg/chartutil): correctly parse input values for ProcessRequirementsEnabled
...
Fixes a bug where tags and conditions specified in values.yaml were not being respeceted, causing incorrect loading of subcharts.
Closes #2139
8 years ago
Matt Butcher
6d5b3bbb21
Merge pull request #2112 from jascott1/feat/1995-import_child_values
...
feat(helm): import child values to parent
8 years ago
Matt Butcher
d6b0107e85
Merge pull request #2215 from technosophos/fix/semver-1.2.3
...
fix(glide.yaml): update SemVer to 1.2.3
8 years ago
fibonacci1729
735f4e3d4a
feat/tls: add TLS support for helm / tiller
8 years ago
Adam Reese
19f1d3337d
Merge pull request #2217 from adamreese/fix/weight-proto
...
fix(*): add missing proto for weight hook
8 years ago
Kiichiro Okano
e3655bb142
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
8 years ago
Adam Reese
e4d39fd8c8
fix(*): add missing proto for weight hook
8 years ago
Matt Butcher
94f712ab4d
Merge pull request #2210 from seh/include-yaml-doc-boundary-markers
...
Separate manifests printed by "helm init" with YAML document boundary markers
8 years ago
Matt Butcher
8928a10071
fix(glide.yaml): update SemVer to 1.2.3
...
There was a bug in SemVer 1.2.2 that miscalculated a couple of
comparison patterns.
8 years ago
Taylor Thomas
f7f8552644
Merge pull request #2203 from seh/sort-more-kinds-for-installation
...
Add more object kinds to sorted installation order
8 years ago
Taylor Thomas
9cfdbd1f77
Merge pull request #2174 from qwangrepos/repo-alias
...
feat(helm): add support for repo alias
8 years ago