Commit Graph

139 Commits (68ee30b48cd0e34f2404f7ea56f491b34158edee)

Author SHA1 Message Date
Matt Farina b27b11a280
fix(semver): fixed edge cases that do not match prerelease
8 years ago
Neil Moore b74f6dd769 Update install.go
8 years ago
Neil Moore 1b8ddac230 Update install.go
8 years ago
Neil Moore b77b7dd3c7 Update install.go
8 years ago
Matt Butcher 7186fcf240 Merge pull request #2808 from ebabani/master
8 years ago
xuhaigang c77a90a240 feat(helm):Allow remote values.yaml with -f
8 years ago
xuhaigang 084dff477e feat(helm):Support reading the values file from STDIN
8 years ago
Ergin Babani edb5be3ac5 'helm upgrade --install' uses the namespace from kube config.
8 years ago
Adam Reese a29e610938
fix(helm): fix flag parsing once and for all
8 years ago
Steven E. Harris 24238bbe20 Merge pull request #2601 from jascott1/cap_init
8 years ago
Matt Butcher f0af7d60e7 Merge pull request #2592 from raisemarketplace/compare
8 years ago
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
8 years ago
Sushil Kumar f476f83e83 <chart>.tgz will now be downloaded to "$HELM_HOME/cache/archive" directory (#2558)
8 years ago
Patrick Mahoney 9e62777a56 ref(helm): consolidate vars() function
8 years ago
Adam Reese b671077de1
ref(helm): mix bag of syntax cleanup in cmd/helm
8 years ago
Adam Reese d797acbd7b
fix(helm): fix race conditions in flag parsing
8 years ago
Sushil Kumar 18f900e443 Errors out if install/upgrade fails to load-requirements
9 years ago
Matt Butcher 28ec92355b
fix(helm): add --devel flag to allow dev releases again
9 years ago
Sushil Kumar d13b134ffb Implements --repo flag to commands fetch, install, inspect, upgrade
9 years ago
Matt Butcher e66cdcd1f3 Merge pull request #2352 from technosophos/ref/getter
9 years ago
Matt Butcher bd02f39384
ref(getter): flatten the getter package tree
9 years ago
Matt Butcher 6246fa12a8
fix(helm): return error when dependencies are missing
9 years ago
Adam Reese 50eee83646
ref(helm): use new debug method to standardize debug output
9 years ago
Gergo Huszty b4ca198cc6 Pluggable downloaders. Closes #2093, #2094.
9 years ago
Sushil Kumar 72c0c1ae8b Replaced InstallRelease with InstallReleaseFromChart in cmd/install.go
9 years ago
Kiichiro Okano e3655bb142 Trigger deployment as success when new replicaSet has reached minimum you need which is number of replicas minus maxUnavailable
9 years ago
Matthew Fisher 1aee50f5db move pkg cmd/helm/strvals to pkg/strvals
9 years ago
libesz 0537b08779 helmpath goes under /pkg/helm/
9 years ago
libesz 024fc5c806 Fixing pkg->cmd call by moving helmpath under /pkg
9 years ago
wilkers-steve 91e820320f Merge branch 'master' into fix/miss_dep_warning
9 years ago
Steve Wilkerson 98310a915f fix(helm): add warnings for missing chart dependencies
9 years ago
Gergo Huszty 17c9e220b0 Fixes #1898: Proposal: move downloader and resolver package to /pkg
9 years ago
Taylor Thomas 7ef9bb6f71 feat(*): Add --wait flag
9 years ago
Ferran Rodenas bd4fc39950 Allow specifying --set multiple times
9 years ago
Matt Butcher b51ad7a0e5 Merge pull request #1693 from thomastaylor312/feat/hook-timeout
9 years ago
Adam Reese 1c3bada618 feat(helm): standardize debug output for releases
9 years ago
Adam Reese 934249aadf feat(helm): add release debugging for upgrade
9 years ago
Taylor Thomas 774789c79a feat(*): Adds support for timeout flag
9 years ago
Matt Butcher fc9cb126e5
fix(helm): suprress info message for 'helm inspect'
9 years ago
Taylor Thomas 1a1d84ce4c feat(helm): add support for multiple values files
9 years ago
Matt Butcher 6a1aab7fc8
fix(helm): improve --set parser
9 years ago
Michelle Noorali 7b58f21cc8 Merge pull request #1451 from michelleN/set-types
9 years ago
Michelle Noorali c62ff7eaee fix(helm): correctly convert types on --set flag
9 years ago
Matt Butcher 973ed17030 fix(helm): add line feed between --values and --set data
9 years ago
Adam Reese e93d5b900f fix(helm): respect kubeconfig default namespace
9 years ago
Jim 29d0c339b4 fix(helm): make 'helm help' text punctuation consistent
9 years ago
Matt Butcher 70c453c45f fix(helm): make 'helm install' output more consistent
9 years ago
Matt Butcher b9fb8abdbc ref(helm): remove old structure functions
9 years ago
Matt Butcher 1c6fc9c0e8 feat(helm): remove the requirement that fetch/install need version
9 years ago
Matt Butcher 593718d749 feat(helm): add 'helm dependency' commands
9 years ago
Matt Butcher a5921faf99 feat(chartutils): add support for requirements.yaml
9 years ago
Michelle Noorali e50f9e6b24 ref(helm): refactor checkArgsLength method
9 years ago
Matt Butcher 1b3418d9e3 fix(helm): removed debug output
9 years ago
vaikas-google 6b9c9c5743 fix unit tests that I had b0rked before. Small code cleanup
9 years ago
vaikas-google 406f0ab05c print the status after install/upgrade
9 years ago
Matt Butcher f1d07c3f11 feat(helm): add --verify flag to commands
9 years ago
Trevor Hartman dacc4013c1 Include values from both --set and --values when specified on install
9 years ago
Ville Aikas 1d718d7939 Merge pull request #1015 from vaikas-google/master
9 years ago
vaikas-google d42dbd3538 address code review comments. use text/template instead of html/template
9 years ago
vaikas-google 01a598f531 Add name-template flag for installation that allows the user to specify a template used for release name generation
9 years ago
Matt Butcher 4593111892 fix(helm): rename --reuse-name to --replace
9 years ago
Matt Butcher 9fe7f41364 feat(972): add --reuse-name flag to helm install
9 years ago
Matt Butcher 4b6fbbb67f feat(helm): support command-line values for install
9 years ago
Adam Reese 57bd8b2c28 feat(*): install releases into namespace
9 years ago
Matt Butcher 1ff5499be7 feat(helm): add --no-hooks to 'helm delete'
9 years ago
Matt Butcher a42b43a9fa feat(helm): add --no-hook to helm install
9 years ago
Matt Butcher 64d90aa567 fix(helm): show correct filename on error
9 years ago
Matt Butcher 5b6fad043a Merge pull request #871 from technosophos/feat/helm-install-from-repo
9 years ago
Matt Butcher 9e45ac117d feat(helm): install directly from repo
9 years ago
Matt Butcher e757b24aed fix(*): add license header
9 years ago
fibonacci1729 245b5e080a fix(issue/841): capitalization and punctuation consistency.
9 years ago
Matt Butcher 9ca8c27e16 fix(*): change TOML to YAML
9 years ago
Adam Reese 818c878700 chore(*): use k8s.io as the import path
9 years ago
Adam Reese b26bd2e939 fix(cmd): rename verbose flag to debug
10 years ago
Adam Reese 94432ffb39 fix(deadcode): remove unused global variables
10 years ago
Adam Reese f0a15743d4 feat(tunnel): wire in the tunnel setup and teardown
10 years ago
Matt Butcher 97cff39408 fix(helm): allow repo names in helm install
10 years ago
Matt Butcher b1fb7cea7d feat(helm): allow user to specify release name
10 years ago
Matt Butcher 5c942226a3 feat(helm): allow overriding values
10 years ago
Matt Butcher e2bd651615 fix(helm): allow TILLER_HOME to be used everywhere
10 years ago
fibonacci1729 9e0408fc57 fix(helm): fix for issue #680r
10 years ago
Matt Butcher 463c7e25aa fix(helm): fix error formatting
10 years ago
Matt Butcher 422700363e feat(pkg): add a timeconv.String function
10 years ago
Matt Butcher e24be19e9c fix(helm): make install ouput similar to others
10 years ago
Matt Butcher 6db7c39b84 feat(helm, tiller): implement k8s portion of install
10 years ago
Matt Butcher 6950fe42dd feat(helm, tiller): add release listings
10 years ago
Brian c349bfbffd feat(chart2proto): chart to proto transformations for helm grpc client
10 years ago
Matt Butcher f098cb6fb6 fix(*): rewrite import paths
10 years ago
Brian 7bc50a5d79 feat(tiller): add initial tiller client for basic helm installs.
10 years ago