Miouge1
6cfed9d635
Updating default values.yaml comments
...
Following the instructions to simply uncomment the following lines results in a invalid yaml output
7 years ago
Sam Leavens
609e72b357
fix(pkg/strvals): preserve leading zeros in vals
...
When passing values with "helm install --set" values with leading zeros are
preserved and not parsed as ints.
Closes #2693
7 years ago
Steven E. Harris
e8d80729ac
Merge pull request #2703 from rbwsam/ref/simplify_error
...
ref(pkg/chartutil): replace use of 'fmt.Efforf'
7 years ago
Maciej Kwiek
6b16ee2fb7
Handle nil responses returned from rudder funcs
...
Tiller panicked on nil pointer dereference when it was unable to connect
to rudder.
7 years ago
Taylor Thomas
dfa9e2743e
Merge pull request #2714 from gardlt/docs/charttest/misspelled-word
...
docs(fix): fixed misspelled word
7 years ago
gardlt
97893afc62
docs(fix): fixed misspelled word
...
- updated helm_test.md
7 years ago
Matt Butcher
88aa4def3e
Merge pull request #2701 from jascott1/i2560-hang
...
fix(tiller): remove locking system from storage and rely on backend
7 years ago
Matt Butcher
a0b81dc50d
Merge pull request #2685 from databus23/lighten-dep
...
remove tiller/environment dependency from plugin package
7 years ago
Steven E. Harris
98c8e3c138
Merge pull request #2704 from rbwsam/ref/2663
...
ref(pkg/chartutil): decrease map lookups
7 years ago
Matt Butcher
4b86b6954d
Merge pull request #2707 from seh/add-seh-to-owners-file
...
Include "seh" as a Helm project maintainer and reviewer
7 years ago
Nandor Kracser
9f963c84b4
Redefine the err variable in NewChartRepository, otherwise errors might slip through
7 years ago
Steven E. Harris
7a32012e81
Include "seh" as a Helm maintainer and reviewer
7 years ago
Taylor Thomas
8fc88ab626
Merge pull request #2681 from at1012/at-helm-list
...
feat(2063): Better 'helm list' visibility into state of pending upgrades
7 years ago
Taylor Thomas
014dcc0a2c
Merge pull request #2691 from minac/patch-1
...
Fixing typos in requirements.yaml part
7 years ago
Sam Leavens
098df8b186
ref(pkg/chartutil): improve comment spacing
...
Reduce comment spacing to single tab.
7 years ago
Sam Leavens
f7ca52dfc8
ref(pkg/chartutil): improve comment for PathValue
...
Make comment for PathValue more explanatory.
7 years ago
Sam Leavens
cf09e344d1
fix(pkg/chartutil): Fix test, improve message
...
Fix inverted equaility check and update error message.
7 years ago
Sam Leavens
8df52b6501
ref(pkg/chartutil): move comment
...
Move comment out of test. Move ref location in test.
7 years ago
Sam Leavens
3ee70291c8
ref(pkg/chartutil): Capitalize YAML
...
Capitalize "yaml" in error message. Remove empty var from test error message.
7 years ago
Sam Leavens
51b59497ee
ref(pkg/chartutil): decrease map lookups
...
Decrease map lookups in `chartutil.coalesceValues` and move comment to unit
test.
Closes #2663
7 years ago
Justin Scott
fa68a6e1db
fix(tiller): remove locking system from storage and rely on backend controls
...
Tiller currently hangs indefinitely when deadlocks arise from certain
concurrent operations. This commit removes the nested mutex locking
system from pkg/Storage and relies on resource contention controls in k8s.
Closes #2560
7 years ago
Sam Leavens
9b8928edf4
ref(pkg/chartutil): replace use of 'fmt.Efforf'
...
'fmt.Errorf' is unnecessary when checking for 0 length path in Values.PathValue
due to the lack of formatting. Add test covering changes.
7 years ago
Miguel David
b95866bd67
Fixing typos in requirements.yaml part
7 years ago
Adam Reese
3cf8f2c8b3
Merge pull request #2690 from adamreese/fix/helm-home-plugins-again-again
...
fix(helm): fix flag parsing once and for all
7 years ago
Adam Reese
7112a48af6
ref(helm): refactor cleanup of environment after tests run
7 years ago
Adam Reese
a29e610938
fix(helm): fix flag parsing once and for all
7 years ago
Aishwarya Thangappa
915e7023c4
Added more granular statuses
7 years ago
Aishwarya Thangappa
9d67d8b954
Added PENDING status to helm install
7 years ago
Fabian Ruff
3d4e8bc180
remove plugin dependency on tiller/environment
7 years ago
Aishwarya Thangappa
313a891b4c
Updated docs
7 years ago
Aishwarya Thangappa
64bab308fb
Added unit tests
7 years ago
Aishwarya Thangappa
3d4361ca1f
Modified release_update and release_rollback
7 years ago
Aishwarya Thangappa
a9c16fc964
Added PENDING status to status.proto and regenerated the pb.go files
7 years ago
Taylor Thomas
1261f71faf
Merge pull request #2668 from thomastaylor312/fix/dep_help
...
fix(dep): Fixes out of date dependency info
7 years ago
Taylor Thomas
aaaf480d3d
Regenerates docs
7 years ago
Taylor Thomas
564ba7ba7c
fix(dep): Fixes out of date dependency info
...
The help text for `helm dep` contained out of date info about
referring to a chart repo by name vs. URL.
7 years ago
Matt Butcher
4445cd22b0
Merge pull request #2664 from technosophos/fix/2617-fetch-values
...
fix(helm): fix `helm get` subcommands
7 years ago
Matt Butcher
b671888ff4
fix(helm): fix `helm get` subcommands
...
This correctly sets up the tunnel for `helm get values`, `helm get
manifest`, and `helm get hooks`.
Closes #2617
7 years ago
Matt Butcher
df13268e0b
fix(CONTRIBUTING): added not about who merges a PR
...
A piece of folk knowledge got lost somewhere along the way: Core
contributors should merge their own PRs.
7 years ago
Adam Reese
0f8abb21a8
Merge pull request #2675 from adamreese/fix/2630-helm-home-plugins
...
fix(helm): support HELM_HOME during plugin loading
7 years ago
Adam Reese
65c6c4f21a
Merge pull request #2674 from adamreese/fix/2623-sort-manifest-flake
...
fix(tests): fix sorting hooks test flake
7 years ago
Adam Reese
876cbc205c
fix(helm): support HELM_HOME during plugin loading
...
closes #2630
7 years ago
Adam Reese
9325d136d4
fix(tests): fix sorting hooks test flake
7 years ago
Adam Reese
76d3161e7b
Merge pull request #2673 from adamreese/fix/2630-helm-home
...
fix(helm): load home from flags during runtime
7 years ago
Adam Reese
dd952e61f0
fix(helm): load home from flags during runtime
7 years ago
Taylor Thomas
0a20ed73be
Merge pull request #2644 from alonl/master
...
Fix a bug causing 'helm depndency update' to delete required charts
7 years ago
Steven E. Harris
2aaad8242e
Merge pull request #2666 from adamreese/ref/cleanup-tests
...
ref(tests): simplify kind sorter test
7 years ago
Steven E. Harris
e028be065d
Merge pull request #2650 from arschles/apiservice
...
Add the "APIService" kind to the installation sort order
7 years ago
Aaron Schlesinger
58a2d7b5c1
Adding APIService to the kind sorter tests
7 years ago
Adam Reese
0d1f6b981f
ref(tests): simplify kind sorter test
7 years ago