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.
- 10 Mar, 2021 2 commits
-
-
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 7 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>
-
Matt Farina authored
Builds with go 1.15
-
dependabot[bot] authored
Bumps [github.com/Masterminds/squirrel](https://github.com/Masterminds/squirrel) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/Masterminds/squirrel/releases) - [Commits](https://github.com/Masterminds/squirrel/compare/v1.4.0...v1.5.0 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.8.0 to 1.9.0. - [Release notes](https://github.com/lib/pq/releases) - [Commits](https://github.com/lib/pq/compare/v1.8.0...v1.9.0 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 12 Dec, 2020 3 commits
-
-
Peter Engelbert authored
Signed-off-by:
Peter Engelbert <pmengelbert@gmail.com>
-
Peter Engelbert authored
Additionally, revert `NewPull()` to its existing signature. Signed-off-by:
Peter Engelbert <pmengelbert@gmail.com>
-
Peter Engelbert authored
* Implement `helm dep update` for oci dependencies * New unit tests * Remove `helm chart pull` command * New `helm pull` does not depend on registry cache Signed-off-by:
Peter Engelbert <pmengelbert@gmail.com>
-
- 11 Dec, 2020 1 commit
-
-
Lüchinger Dominic authored
Adds the option kube-cafile and env variable HELM_KUBECAFILE for a overwrite of the certificate authority file Signed-off-by:
Lüchinger Dominic <dev@snowgarden.ch>
-
- 10 Dec, 2020 1 commit
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 08 Dec, 2020 2 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Note, klog is now set to v2. This is because k8s 1.19 uses klog v2. v1.0.0, which was previously used, also had a bug in the flag initialization which we were using. Helm was pulling klog v2.2.0 prior to this for use with k8s. Helm was using the wrong version of the library to initialize the flags. Updating that fixes the issues that could arise there. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 07 Dec, 2020 1 commit
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 03 Dec, 2020 1 commit
-
-
Chris Aniszczyk authored
Signed-off-by:
Chris Aniszczyk <caniszczyk@gmail.com>
-