https://github.com/nhomble/helm-pull-exactly
pull exactly the --version
https://github.com/nhomble/helm-pull-exactly
Last synced: 3 months ago
JSON representation
pull exactly the --version
- Host: GitHub
- URL: https://github.com/nhomble/helm-pull-exactly
- Owner: nhomble
- Created: 2022-07-04T23:32:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T03:00:29.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T00:47:28.012Z (5 months ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-pull-exactly
get the exact chart you wanted
## Usage
Instead of `helm pull $ARGS` you can do `helm pull-exactly $ARGS`. The helm plugin will verify that the downloaded chart's version is equal to the passed in `--version [VERSION]`.
### When wouldn't this be true
`helm` respects SemVer and it will find matching versions when a simple lookup fails. For example `bitnami/kubeapps--version 8.1.11+do.not.exist` would resolve to `8.1.11`.
## Install
```sh
helm plugin install https://github.com/nhomble/helm-pull-exactly
```