Adam Reese
85c41ef11a
ref(*): kubernetes v1.6
...
Rebase on kubernetes v1.6
10 years ago
Adam Reese
e89e6af00a
Merge pull request #2259 from adamreese/fix/2155-image-policy
...
fix(init): use ImagePullPolicy Always for canary installs
10 years ago
Adam Reese
264ad3271e
fix(init): use ImagePullPolicy Always for canary installs
...
fixes : #2155
10 years ago
Taylor Thomas
1cf37fd6a6
Merge pull request #2253 from sushilkm/issues/2251
...
Added release-name to helm delete error
10 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.
10 years ago
Taylor Thomas
252e992aa7
Merge pull request #2250 from bodepd/gopath_compile_note
...
Add note about gopath in developer docs
10 years ago
Taylor Thomas
33bb15ef99
Merge pull request #2255 from sushilkm/issues/2254
...
Fixes hard-coded linux based file-separator
10 years ago
Sushil Kumar
84fc5b776f
Fixes hard-coded linux based file-separator
...
Fixes https://github.com/kubernetes/helm/issues/2254
10 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.
10 years ago
Adam Reese
9856c23459
Merge pull request #2236 from adamreese/ref/plugin-remote
...
ref(plugin): cleanup unused functions
10 years ago
Matt Butcher
544bf5b72d
Merge pull request #2241 from sushilkm/issues/2240
...
Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
10 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`
10 years ago
Taylor Thomas
6506c145b6
Merge pull request #2231 from thomastaylor312/docs/developer_workflow
...
docs(*): Adds developer workflow documentation
10 years ago
Adam Reese
e611936893
ref(plugin): cleanup unused functions
10 years ago
Taylor Thomas
73747b9533
docs(*): Adds developer workflow documentation
...
This adds documentation for the developer workflow as approved in #2069
Closes #2069
10 years ago
Matt Butcher
734e92851a
Merge pull request #2228 from jzelinskie/helm-registry-plugin
...
docs(plugins): add app registry plugin link
10 years ago
Adam Reese
d83c245fc3
chore(*): bump to v2.3.0
10 years ago
Adam Reese
a19dee52c2
Merge pull request #2225 from adamreese/feat/plugin-management
...
feat(helm): add plugin management commands
10 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
10 years ago
Jimmy Zelinskie
b4cf7f1190
docs(plugins): add app registry plugin link
10 years ago
Matt Butcher
455dd97691
Merge pull request #2220 from jascott1/tags_fix
...
fix (pkg/chartutil): correctly parse input values for ProcessRequirem…
10 years ago
Brian
a8e0983362
Merge pull request #2108 from fibonacci1729/feat/tls
...
feat/tls: Support optional TLS for helm / tiller
10 years ago
Adam Reese
f958b3beac
Merge pull request #2193 from adamreese/docs/plugins
...
docs(plugins): add more helm plugin links
10 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
10 years ago
kiich
85a91394aa
Merge branch 'master' into deploymentsReady-when-newRS-has-minimumReplicas
10 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'
10 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
10 years ago
Matt Butcher
6d5b3bbb21
Merge pull request #2112 from jascott1/feat/1995-import_child_values
...
feat(helm): import child values to parent
10 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
10 years ago
fibonacci1729
735f4e3d4a
feat/tls: add TLS support for helm / tiller
10 years ago
Adam Reese
19f1d3337d
Merge pull request #2217 from adamreese/fix/weight-proto
...
fix(*): add missing proto for weight hook
10 years ago
Kiichiro Okano
e3655bb142
Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
10 years ago
Adam Reese
e4d39fd8c8
fix(*): add missing proto for weight hook
10 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
10 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.
10 years ago
Taylor Thomas
f7f8552644
Merge pull request #2203 from seh/sort-more-kinds-for-installation
...
Add more object kinds to sorted installation order
10 years ago
Taylor Thomas
9cfdbd1f77
Merge pull request #2174 from qwangrepos/repo-alias
...
feat(helm): add support for repo alias
10 years ago
Matt Butcher
9665db7d16
Merge pull request #2157 from jchauncey/hook-weights
...
feat(hooks): Adds weighted hooks
10 years ago
Jonathan Chauncey
fe57500930
docs(chart_hooks.md): Rename annotation from hookWeight to hook-weight
10 years ago
Matt Butcher
613f7e0d99
Merge pull request #2138 from technosophos/feat/1876-reuse-values
...
feat(helm): add --reuse-values flag to upgrade
10 years ago
Matt Butcher
daa39c2689
feat(helm): add --reuse-values flag to upgrade
...
This makes it possible to re-use the existing values on an upgrade,
merging in any new values set by `-f` or `--set`.
Closes #1876
10 years ago
Matt Butcher
bb010b9746
Merge pull request #2179 from technosophos/docs/ts-podcast-related
...
docs(related): Added podcast, plugin article
10 years ago
Matt Butcher
ba6c55c987
fix(helm): add 'skip-refresh' flag to 'helm init'
...
This exposes the skip-refresh flag to helm init to make it possible to
initialize Helm without fetching the index.yaml of the stable repo.
This mirrors the behavior of 'helm dep up's skip-refresh flag.
Closes #2127
10 years ago
Taylor Thomas
c1540795b0
Merge pull request #2190 from anubhavmishra/whitespace-yaml-parsing
...
fix(helm): manifests string parsing works for newlines in the manifests
10 years ago
Jonathan Chauncey
b9ef8dbe56
fix(hooks): Change annotation from hookWeight to hook-weight
10 years ago
Qin Wang
c010da4d93
feat(helm): add support for repo alias
...
support repo alias in requirements.yaml
The syntax should be like: "alias:reponame" or "@reponame".
closes : #1985
10 years ago
Matt Butcher
55791e227e
Merge pull request #2148 from technosophos/fix/2118-broken-status
...
fix(tiller): fix helm status failure on missing resource
10 years ago
Anubhav Mishra
68d400cd38
Update comment.
10 years ago
Taylor Thomas
e8f5d4deca
Merge pull request #2153 from kragniz/package-destination
...
fix(helm): add --destination flag to 'helm package'
10 years ago
Taylor Thomas
5a86aaf99a
Merge pull request #2206 from sushilkm/issues/2204
...
Fixes TestInstallRelease_VerifyOptions & TestUpdateRelease_VerifyOptions
10 years ago