Commit Graph

1178 Commits (3e5b181a300bcfbdf2abff990904e4f5f3e8fc35)

Author SHA1 Message Date
Taylor Thomas 3e5b181a30 ref(cmd): Refactors output flag to reuse more code
6 years ago
Michael Schaefer a52d6de9e1 flag for output json or yaml added in install.go, repo_list.go, search.go, status.go and upgrade.go.
6 years ago
Marc Khouzam 3ed073b2e0 v2: Dynamic completion for "helm repo" and "helm plugin" (#6265)
6 years ago
Anton 540fe23b69 fix BusyBox sed (#6327)
6 years ago
Martin Hickey cbb6c77754
Merge pull request #5978 from mentos1386/patch-1
6 years ago
dzzg 4117b38ae6 cleanup: log message typo fix
6 years ago
Tine Jozelj 5b67d6fbd9
feat(helm:create): allow absolute paths
7 years ago
Oleg Sidorov 70cd32c4ce Fixed failing tests for helm installer
7 years ago
ds-ms b280fa5a7d Adding extra debug logs
7 years ago
Matt Farina 6c88a429ff
Merge pull request #5890 from naseemkullah/sa
7 years ago
Martin Hickey 3630a5325a
Merge pull request #5678 from pdecat/fix-helm-repo-add-concurrent
7 years ago
Naseem a985f34b81 Add sa
7 years ago
Deepak Sattiraju c49ba7da85 feat(helm): adding --name to update single repo
7 years ago
Matthew Fisher 337be4dea6
Merge pull request #5562 from VilledeMontreal/feature/improveStatusDeleteCompletion
7 years ago
Marc Khouzam 1bd6281761 Revert "Cannot have an = sign as an index"
7 years ago
Xiang Dai 3b392e41ea Update helm create doc
7 years ago
Martin Hickey b0b0accdfc
Merge pull request #5666 from tariq1890/fix_short
7 years ago
Adam Eijdenberg 5b9311d163 Fix nested null value overrides
7 years ago
dev-chulbuji 3d487547f9 change deployment version
7 years ago
Marc Khouzam be82cb240c Add a filter to the helm list call for completion
7 years ago
Marc Khouzam efcfbbf663 Merge branch 'master' into feature/improveStatusDeleteCompletion
7 years ago
Tariq Ibrahim 8fcc438b67
fix the short descriptions of all helm commands
7 years ago
Patrick Decat 79a190a6d0
Decrease number of concurrent subprocesses for helm repo add test case to fit within CircleCI's pipeline memory limit
7 years ago
Patrick Decat 6b800509d0
Add comment to explain why the repositories file is read a second time
7 years ago
Patrick Decat 3f3b5b42f8
Lower repository file rewriting timeout from 5 minutes to 30 seconds
7 years ago
Patrick Decat 848d54f451
Remove obsolete comment from early file locking implementation
7 years ago
Patrick Decat 7a470252a9
Use github.com/gofrs/flock for cross platform file locking
7 years ago
Patrick Decat e07dfcbc00
Lock the repository file for concurrent processes synchronization and re-read its content before updating it
7 years ago
Patrick Decat ed9934adfa
Add test cases to reproduce issues with concurrent `helm repo add` commands
7 years ago
Jon Huhn e1b993bae8
Fix typo
7 years ago
Matthew Fisher a93ebe17d6
Merge pull request #5371 from PayFit/feat/add-sql-storage-driver
7 years ago
Jon Huhn e6d5fc933b
Fix typo
7 years ago
Martin Hickey 2106d6c97f
Merge pull request #5596 from hickeyma/fix-reset-force-bug
7 years ago
Matthew Fisher 96258e3b29
Merge pull request #5669 from mortent/UpdateProtoTypes
7 years ago
Morten Torkildsen 072cd6af37 fix(helm): Regenerate go types from proto
7 years ago
Jeff Knurek 0a3ebb816b feat(helm) add '--template' option to 'helm get' for custom formatting
7 years ago
Jeff Knurek acb759c079 feat(helm) add 'get version' to get the chart version
7 years ago
Marc Khouzam 85fe8a759f Dynamic completion for helm upgrade, get, rollback
7 years ago
Martin Hickey d082754b1a Fix environment list in helm doc
7 years ago
Matt Farina b06b5ef4d2
Merge pull request #5373 from luisdavim/version_label
7 years ago
Luis Davim 0270f2e2b5 Reduce template code duplication. Fixes #5372
7 years ago
Martin Hickey 77185d31a9 Fix reset force which hangs Tiller pod removed
7 years ago
Marc Khouzam 0980100560 List all releases when doing completion
7 years ago
Étienne Lafarge a602d70842 [storage] Add an SQL storage driver
7 years ago
Evan Vetere f602c2328d tone down the enthusiasm
7 years ago
SataQiu 06fbc720e7 refactor: using tiller probe port constant
7 years ago
SataQiu e48a3be64a define port 44134 as a constant
7 years ago
xichengliudui eb457460b1 Using const() defines constants together
7 years ago
SataQiu 43c4378444 cleanup: using const block
7 years ago
Timofey Kirillov f506db4b75 Add --cleanup-on-fail support into --atomic: use CleanupOnFail param in rollback
7 years ago