NauxLiu
1a13307472
Load StorageClass before PersistentVolume is loaded.
...
(cherry picked from commit c3f9120e02
)
7 years ago
xuhaigang
7ed614d06d
fix(helm): Fix the bug in helm dependency update -verify
...
Helm dependency update --verify should fail when verification fails.
Closes #2717
(cherry picked from commit d84b707d1e
)
7 years ago
Justin Scott
685994aecf
bug(tiller): sort unknown but different kinds alphabetically based on kind name
...
Adds additional manifest sorting logic so that different unknown kinds
are sorted alphabetically so that manifest order is more deterministic.
(cherry picked from commit ed24b3199a
)
7 years ago
llsheldon
5f1defd072
fix(helm):Fix dependency aliaes not working
...
The alias functionality only works when a hardcoded version
is used. Any use of semver logic causes unexpected behavior.
I use version.IsCompatibleRange to check the dependency version.
Closes #2794
(cherry picked from commit 0440b54bbf
)
7 years ago
Maxim Ivanov
0f18f35d7f
Make Memory driver to store copy of releases to stop hiding storage errors during tests
...
(cherry picked from commit ff5acc9bd8
)
7 years ago
Maxim Ivanov
9b900ad823
Correctly persists Release upgrade failure
...
When release upgrade fails, updatedRelease is already created
in a storage by *ReleaseServer.UpdateRelease, therefore we should
be updating it's status, not creating it again.
(cherry picked from commit 38c3f58dca
)
7 years ago
Matthew Fisher
821100eba9
remove references to facebookgo/symwalk
...
(cherry picked from commit f278675f98
)
7 years ago
Matthew Fisher
ce1ba29362
Revert "fix(helm): resolve symlinks when loading chart"
...
This reverts commit edd4e56112
.
(cherry picked from commit 211f5f6f33
)
7 years ago
Matthew Fisher
e23f6608e7
Revert "Write repo file using atomicfile"
...
This reverts commit 965cb7fd1c
.
(cherry picked from commit 9d1db2851e
)
7 years ago
Adam Reese
bbc1f71dc0
chore(*): bump to v2.6.1
8 years ago
Adam Reese
165818e391
Fix(helm): Fix the bug of dependency update deleting subcharts
8 years ago
Ergin Babani
1a4f5c3bc2
Update docs with the upgrade/install namespace behaviour.
8 years ago
Ergin Babani
eb52aa2b5d
'helm upgrade --install' uses the namespace from kube config.
...
Use the current kube config namespace by default if --namespace is not specified.
This makes 'helm upgrade --install' and 'helm install' handle namespaces
the same way.
8 years ago
Adam Reese
5bc7c619f8
chore(*): bump to v2.6.0
8 years ago
Taylor Thomas
7a6dbfea49
Merge pull request #2790 from nebril/dependency-update-chart-deletion
...
Delete old deps after chart deps are updated
8 years ago
Justin Scott
eaaefa1be8
Merge pull request #2816 from jascott1/i1696
...
feat(tiller): sort manifests alphabetically if they are same kind
8 years ago
Justin Scott
f239050996
Update kind subsort to sort unknown kinds alphabetically.
...
Remove length check from subsort test. Add check for unknowns.
8 years ago
Justin Scott
87d2b7ab67
Add test for kind sorter sub sort
8 years ago
Justin Scott
66c4f7453e
feat(tiller): sort manifests alphabetically if they are same kind
...
Updates Tiller manifest sorting so that manifests of the same kind are
then sorted alphabetically.
Closes #1696
8 years ago
Matt Butcher
8e5a733b88
Merge pull request #2785 from Miouge1/master
...
Fix the default NOTES.txt and values.yaml
8 years ago
Justin Scott
ba9cb7a3bc
Merge pull request #2799 from mbssaiakhil/patch-1
...
Fix Typo in Contributing Guidelines
8 years ago
Malepati Bala Siva Sai Akhil
6de79b7ea8
Fix Typo in Contributing Guidelines
8 years ago
Justin Scott
176228a6a7
Merge pull request #2793 from nebril/add-mkwiek-owners
...
Add nebril to OWNERS
8 years ago
Maciej Kwiek
a9b4f895eb
Add nebril to OWNERS
8 years ago
Maciej Kwiek
9c4bb14673
Delete old deps after chart deps are updated
...
This change changes the order of operations in
pkg/downloader.Manager.downloadAll
Old charts are moved to tmp directory which is restored in case any
dependency update fails. Otherwise tmp dir is deleted.
8 years ago
Michelle Noorali
1fa853959c
Merge pull request #2786 from InTheCloudDan/patch-1
...
updated pullpolicy example
8 years ago
Dan O'Brien
3896c343c2
updated pullpolicy example
...
Unsupported value: "alwaysPull": supported values: Always, IfNotPresent, Never
8 years ago
Maxime Guyot
bbf2d6b7e8
Fix the default NOTES.txt
8 years ago
Michelle Noorali
3f33651713
Merge pull request #2761 from michelleN/service-account-docs
...
chore(docs): add guide for service accounts
8 years ago
Taylor Thomas
6ab706ae6c
Merge pull request #2768 from JarreyZhou/master
...
feat(helm):use a variable for labels to get tiller pod
8 years ago
Taylor Thomas
8cf72adf52
Merge pull request #2711 from bonifaido/handle-tlspath-error
...
Redefine the err variable in NewChartRepository, otherwise errors migh slip through
8 years ago
Taylor Thomas
8eaed9d3a7
Merge pull request #2729 from rbwsam/fix/leading_zeros
...
fix(pkg/strvals): preserve leading zeros in vals
8 years ago
Taylor Thomas
9a0070af85
Merge pull request #2767 from appscode/link-wheel
...
Add link to wheel.
8 years ago
Taylor Thomas
e5ea075271
Merge pull request #2727 from Miouge1/master
...
Updating default values.yaml comments
8 years ago
Michelle Noorali
f1bd1e684a
docs(service_accounts): add non cluster-admin ex
8 years ago
Michelle Noorali
c4ccf70052
Merge pull request #2771 from asifdxtreme/patch-1
...
Add godoc reference badge
8 years ago
Justin Scott
ee41bbf369
Merge pull request #2766 from lvdh/fix/docs-chars-file-structure
...
Add requirements.yaml to Charts file structure
8 years ago
Mohammad Asif Siddiqui
9d89a6da6b
Updated as per suggestion
8 years ago
Mohammad Asif Siddiqui
80cd9aceec
Add godoc reference badge
8 years ago
Jerry Zhou
23905f1494
feat(helm):use a variable for labels to get tiller pod
8 years ago
tamal
80c2c85201
Add link to wheel.
8 years ago
Laurens Vanderhoven
d1ee8d4ce6
Add requirements.yaml to Charts file structure
8 years ago
Maciej Strzelecki
e61ee5c54e
fix(helm): pass os.stdin when executing a plugin ( #2740 )
8 years ago
Baofa Fan
43ce6b57da
delete secret when helm reset ( #2715 )
...
* delete secret when helm reset
* add test
* expected 3 actions
8 years ago
Michelle Noorali
deffe2024a
chore(docs): add guide for service accounts
...
* closes #2224
8 years ago
Michelle Noorali
b555206786
Merge pull request #2749 from jiaweizhou/patch-1
...
docs(helm): Fix docs spelling error
8 years ago
Michelle Noorali
916502c79c
Merge pull request #2753 from mstrzele/helm-edit-plugin
...
docs: add helm-edit plugin
8 years ago
Michelle Noorali
a5439f9fc5
Merge pull request #2760 from Miouge1/patch-1
...
Fix link in provenance.md
8 years ago
Miouge1
1c3d9b892e
Fix link
8 years ago
Justin Scott
58259c59b7
Merge pull request #2756 from yuvipanda/patch-3
...
Update README to point to #charts channel on slack too
8 years ago