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 Dec, 2020 5 commits
-
-
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>
-
- 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>
-
- 02 Dec, 2020 3 commits
-
-
Matthew Fisher authored
Cleanup tempfiles introduced by unit tests under pkg/
-
Matthew Fisher authored
fix: ingress path issue
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 01 Dec, 2020 2 commits
-
-
rimas authored
Signed-off-by:
rimas <rmocius@gmail.com>
-
rimas authored
Signed-off-by:
rimas <rmocius@gmail.com>
-
- 26 Nov, 2020 2 commits
-
-
Martin Hickey authored
[COMMENT]fix comment
-
Scaat Feng authored
Signed-off-by:
Scaat Feng <scaat.feng@gmail.com>
-
- 25 Nov, 2020 1 commit
-
-
Matthew Fisher authored
bump actions/stale to v3.0.14
-
- 24 Nov, 2020 6 commits
-
-
Matthew Fisher authored
Fix typo
-
Jon Huhn authored
Signed-off-by:
Jon Huhn <huhnjon@gmail.com>
-
Salim Salaues authored
Signed-off-by:
Salim Salaues <salim@openinvest.co>
-
Matthew Fisher authored
Revert "Add support to judge whether desired version is available or not"
-
Matthew Fisher authored
Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
Matthew Fisher authored
Add support to judge whether desired version is available or not
-
- 23 Nov, 2020 1 commit
-
-
Ma Xinjian authored
Signed-off-by:
Ma Xinjian <maxj.fnst@cn.fujitsu.com>
-
- 20 Nov, 2020 1 commit
-
-
Matthew Fisher authored
updates label handling to account for localization. Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 19 Nov, 2020 2 commits
-
-
Matthew Fisher authored
[actions/stale] increase number of operations per run to 100
-
Matthew Fisher authored
The default number of operations the stale issue bot will run is 30. This is a good size for a small-to-medium sized project and it prevents rate limits. However, for a project as large as Helm, the number of operations need to be increased so that it can find and close stale issues. Signed-off-by:
Matthew Fisher <matt.fisher@microsoft.com>
-
- 16 Nov, 2020 2 commits
-
-
Marc Khouzam authored
For backwards-compatibility, the generation of markdown headers is only enabled through the --generate-headers flag. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
Marc Khouzam authored
With the move to Cobra 1.1.1, all commands that have sub-commands have file completion automatically disabled, so helm need not do it itself. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
- 10 Nov, 2020 4 commits
-
-
Matt Farina authored
Add --skip-refresh option in helm dep build
-
Matt Farina authored
Tests for 8948
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
LoadFiles needs to load the Chart.yaml file first. When later files are loaded there are checks for metadata. If that is not loaded the checks could be handled incorrectly. Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
- 09 Nov, 2020 1 commit
-
-
Matt Farina authored
Updating to k8s 1.19.3 based packages
-
- 07 Nov, 2020 1 commit
-
-
yxxhero authored
Signed-off-by:
yxxhero <aiopsclub@163.com>
-
- 06 Nov, 2020 3 commits
-
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Matt Farina authored
Signed-off-by:
Matt Farina <matt@mattfarina.com>
-
Martin Hickey authored
lint: lint all documents in a multi-doc yaml file
-