This project is mirrored from https://gitee.com/zyxjob/helm.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 14 Apr, 2021 5 commits
-
-
Simon Croome authored
Signed-off-by:
Simon Croome <simon.croome@storageos.com> (cherry picked from commit c50372a8)
-
Simon Croome authored
Signed-off-by:
Simon Croome <simon.croome@storageos.com> (cherry picked from commit 6c82c83b)
-
Simon Croome authored
Signed-off-by:
Simon Croome <simon.croome@storageos.com> (cherry picked from commit 54de1c1f)
-
Simon Croome authored
Signed-off-by:
Simon Croome <simon@croome.org> Developer Certificate of Origin Version 1.1 Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 1 Letterman Drive Suite D4700 San Francisco, CA, 94129 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Developer's Certificate of Origin 1.1 By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by:
Simon Croome <simon.croome@storageos.com> (cherry picked from commit ba325bdf)
-
Shoubhik Bose authored
Signed-off-by:
Shoubhik Bose <shbose@redhat.com> (cherry picked from commit 1cf1e549)
-
- 10 Mar, 2021 9 commits
-
-
mert authored
The example given in the help out of the list command seems random, not a valid time format for golang. Signed-off-by:
Mert Inan <inanme@gmail.com> Signed-off-by:
mert <mert.inan@sky.uk> (cherry picked from commit 30f643ce)
-
Du Zheng authored
Signed-off-by:
Du Zheng <zsuzhengdu@gmail.com> (cherry picked from commit 87040536)
-
Daniel Lipovetsky authored
test(pkg/storage): Verify that storage.Create returns an error if it fails to clean up least-recent release versions Signed-off-by:
Daniel Lipovetsky <dlipovetsky@d2iq.com> (cherry picked from commit 8c28da65)
-
Daniel Lipovetsky authored
Previously, storage.Create was ignoring the error. This meant that a user that relied on the recent release version cleanup would not be notified if that cleanup failed, and release versions could grow without bound. Closes #9145 Signed-off-by:
Daniel Lipovetsky <dlipovetsky@d2iq.com> (cherry picked from commit 00cf10d3)
-
Marc Khouzam authored
CircleCI has been failing on 'make test-style' because of a timeout. This commit increases the timeout. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca> (cherry picked from commit 8d336245)
-
houfangdong authored
Signed-off-by:
houfangdong <xianhfd@gmail.com> (cherry picked from commit 24925c4c)
-
Jack Whitter-Jones authored
What this PR does / why we need it: fix for issue #9253. The link taken from the projects GitHub page has been used for consistency across the documentation. Signed-off-by:
Jack Whitter-Jones <jackwhitterjones@gmail.com> (cherry picked from commit 64e2d596)
-
Nick Jones authored
This commit updates the default section in values.yaml for the example ingress definition to correspond with the template. Signed-off-by:
Nick Jones <nick@dischord.org> (cherry picked from commit 04256780)
-
Shoubhik Bose authored
Signed-off-by:
Shoubhik Bose <shbose@redhat.com> (cherry picked from commit 7e41f700)
-
- 04 Feb, 2021 4 commits
-
-
Josh Dolitsky authored
* Upgrade to oras v0.9.0 Signed-off-by:
Josh Dolitsky <josh@dolit.ski> * fix test-style Signed-off-by:
Josh Dolitsky <josh@dolit.ski> (cherry picked from commit 0b2fec08)
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Adam Reese authored
Signed-off-by:
Adam Reese <adam@reese.io> (cherry picked from commit 3dbb1614)
-
Adam Reese authored
ref: https://github.com/helm/helm/security/advisories/GHSA-c38g-469g-cmgx * Skip invalid chart versions when reading the repository index file or when programmatically adding a chart version. * Adds semver validation and strips non-printable characters and normalizes spaces for string fields in Metadata.Validate() * Fixes a unit test that was pulling a remote repo. Now uses a local repo. * Fixes ignored error in repo update command Signed-off-by:
Adam Reese <adam@reese.io> (cherry picked from commit 657ce552)
-
- 06 Jan, 2021 4 commits
-
-
Matt Farina authored
The recent addition of oci:// to specify dependencies in the Chart.yaml dependencies and with helm pull missed handling for the dependency build command. This command was failing to handle OCI. This change adds support for the dep build command following the same pattern used to add oci:// functionality. Signed-off-by:
Matt Farina <matt@mattfarina.com> (cherry picked from commit 1135392b)
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
This is a follow-up to #8608. k8s.io/apiserver was added but not added to the go.mod file. Go handled the situation cleanly but left a dirty git tree. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 05 Jan, 2021 5 commits
-
-
Joe Julian authored
* Reduce linting severity for users of out-of-date kubernetes Fixes #8596 Signed-off-by:
Joe Julian <me@joejulian.name> * add more verbose deprecation info Signed-off-by:
Joe Julian <me@joejulian.name> * use new upstream deprecations Signed-off-by:
Joe Julian <me@joejulian.name> * do not error for custom resources Signed-off-by:
Joe Julian <me@joejulian.name> * Define deprecation version in lint rules by LDFLAG Signed-off-by:
Joe Julian <me@joejulian.name> * make comment clearer Signed-off-by:
Joe Julian <me@joejulian.name> * Extend the k8s version discovery and constants to chartutil Signed-off-by:
Joe Julian <me@joejulian.name> * remove awk dependency Signed-off-by:
Joe Julian <me@joejulian.name> * align k8s version constant names between capabilities.go and deprecations.go Signed-off-by:
Joe Julian <me@joejulian.name> * show the error if the unexpected happens Signed-off-by:
Joe Julian <me@joejulian.name> * bump k8sVersionMinor and golden chart templates for k8s 1.20 Signed-off-by:
Joe Julian <me@joejulian.name> * bump for tests to match 1.20.1 Signed-off-by:
Joe Julian <me@joejulian.name>
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 23 Dec, 2020 1 commit
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 18 Dec, 2020 3 commits
-
-
Daniel Lipovetsky authored
While the comments may seem to state the obvious to someone with helm CLI experience, an SDK-first user may find these comments helpful. Signed-off-by:
Daniel Lipovetsky <dlipovetsky@d2iq.com>
-
Peter Engelbert authored
Signed-off-by:
Peter Engelbert <pmengelbert@gmail.com>
-
Martin Hickey authored
feat: Allow helm test to run a subset of tests
-
- 17 Dec, 2020 3 commits
-
-
Matt Farina authored
helm upgrade with --wait support jobs in manifest to be completed
-
Dinu Mathai authored
Fixed bug - The flags --cert-file/--key-file where ignored when --insecure-skip-tls-verify flag is set (#9070) * fix: Fixed bug - The flags --cert-file/--key-file where ignored when --insecure-skip-tls-verify flag is set Signed-off-by:
Dinu Mathai <Dinu.Mathai1@T-Mobile.com> * fix: Added unit test Signed-off-by:
Dinu Mathai <Dinu.Mathai1@T-Mobile.com>
-
Scott Rigby authored
* Replace Helm Hub with Artifact Hub Signed-off-by:
Scott Rigby <scott@r6by.com> * Update link to new doc entry for Monocular compatible search API Signed-off-by:
Scott Rigby <scott@r6by.com> * Add struct for Artifact Hub data, and return correct URL for both artifact hub instances and backwards compatibility for Monocular search API Signed-off-by:
Scott Rigby <scott@r6by.com> * Keep default endpoint hub.helm.sh, so the helm org controls the domain. At least until artifacthub moves to CNCF incubation Signed-off-by:
Scott Rigby <scott@r6by.com>
-
- 16 Dec, 2020 1 commit
-
-
Marc Khouzam authored
Nil tables should not be reported as non-tables. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
- 15 Dec, 2020 1 commit
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 14 Dec, 2020 4 commits
-
-
Matt Farina authored
Note, randInt is now a function in sprig so the failing test needed to be updated to a function that does not exist. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Updating to Kuberentes 1.20 packages
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
dependabot[bot] authored
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/Masterminds/semver/releases) - [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md) - [Commits](https://github.com/Masterminds/semver/compare/v3.1.0...v3.1.1 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-