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.
- 12 Jan, 2022 18 commits
-
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Largely borrowed from (IndexFile).Get. However there is not currently a nice way to make this code also usable to the repo package, as IndexFile depends on a list of index Entries containing a nexted version. We could refactor this later to somehow use the same shared function, but for now keeping separate. Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Now that https://github.com/oras-project/oras-go/pull/89 is merged and released Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Add OCI tag verions to the Dependency object before Resolve. TODO: fix HTTP HTTPS error for local registries Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Andrew Block authored
Signed-off-by:
Andrew Block <andy.block@gmail.com>
-
Scott Rigby authored
This reverts commit f616a01808da3428c6191e5196f32ca72eb22254. Removing for now until we know we need it. Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
This reverts commit c0be414e4b8d2928018504c010cb04b1b2450bf3. Taking a different approach, but keep this work in git history for now until we know the new approach works. Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Scott Rigby authored
registry: change default registry config from `registry.json` to `registry/config.json`
-
- 11 Jan, 2022 3 commits
-
-
Allen Bai authored
Uses NewClientWithDockerFallback to always use Docker config and modifies go.mod to use oras v1.1.0-rc3. Ref: - https://github.com/helm/helm/pull/10536#issuecomment-1010144075 - https://github.com/oras-project/oras-go/pull/92 Signed-off-by:
Allen Bai <abai@redhat.com>
-
Allen Bai authored
Changes default registry config file from `registry.json` to `config.json`. This aligns with the `config.json` that is widely used in docker. Closes: https://github.com/helm/helm/issues/10156 Related: https://github.com/helm/helm/issues/10122 Signed-off-by:
Allen Bai <abai@redhat.com>
-
Scott Rigby authored
For OCI, convert + to _ before pull, and + to _ before push
-
- 10 Jan, 2022 9 commits
-
-
Josh Wolf authored
ensure consistency in registry client Push/Pull function signatures. ensure message is only printed when tags contain a replaced character Signed-off-by:
Josh Wolf <josh@wolfs.io>
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
Josh Wolf authored
Signed-off-by:
Josh Wolf <josh@wolfs.io>
-
Martin Hickey authored
Add more debug msg when helm upgrade
-
yxxhero authored
Signed-off-by:
yxxhero <aiopsclub@163.com>
-
Matt Farina authored
Fixing issue where OCI handling early causes a bad message
-
Matt Farina authored
docs: Clarify use of --set-file
-
Matt Farina authored
Note, there is OCI handling later in the funtion that should handle the situation instead. Closes #10534 Signed-off-by:
Matt Farina <matt.farina@suse.com>
-
Scott Rigby authored
Add newline to registry underscore message Signed-off-by:
Scott Rigby <scott@r6by.com>
-
- 08 Jan, 2022 1 commit
-
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
- 07 Jan, 2022 1 commit
-
-
Martin Hickey authored
Added flag --list-repo
-
- 06 Jan, 2022 2 commits
-
-
Bridget Kromhout authored
Signed-off-by:
Bridget Kromhout <bridget@kromhout.org>
-
Matt Farina authored
validate release name during install
-
- 05 Jan, 2022 1 commit
-
-
Scott Rigby authored
Signed-off-by:
Scott Rigby <scott@r6by.com>
-
- 03 Jan, 2022 2 commits
-
-
Marc Khouzam authored
We had made the assumption that when doing shell completion, we only needed choices that had for *prefix* what the user had typed. However, the zsh and fish shells have a more advanced matching system which first matches on prefix, but if no match is found, then does more advanced matching attempts, such as sub-strings; fish even matches on descriptions of completions. For example, helm status nginx<tab> would match releases such as ingress-nginx ingress-nginx-release as long as no release had a prefix of "nginx". Such fuzzy matching can make completion even more useful for users in cases where identical prefixes are common. Signed-off-by:
Marc Khouzam <marc.khouzam@montreal.ca>
-
Matt Farina authored
Merge pull request #10490 from helm/dependabot/go_modules/github.com/docker/docker-20.10.12incompatible chore(deps): bump github.com/docker/docker from 20.10.11+incompatible to 20.10.12+incompatible
-
- 29 Dec, 2021 1 commit
-
-
mengjiao.liu authored
Signed-off-by:
mengjiao.liu <mengjiao.liu@daocloud.io>
-
- 26 Dec, 2021 1 commit
-
-
Matthew Fisher authored
Clean up extra spaces
-
- 24 Dec, 2021 1 commit
-
-
jayonlau authored
Although these errors are not important, they affect the code specification. Signed-off-by:
jayonlau <jayonlau@gmail.com>
-