https://github.com/k-kinzal/helm-import
Import Helm Chart where only public code into local repository.
https://github.com/k-kinzal/helm-import
helm helm-plugin helm-plugins kubernetes
Last synced: 28 days ago
JSON representation
Import Helm Chart where only public code into local repository.
- Host: GitHub
- URL: https://github.com/k-kinzal/helm-import
- Owner: k-kinzal
- License: apache-2.0
- Created: 2019-01-02T11:59:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T06:38:25.000Z (over 7 years ago)
- Last Synced: 2025-01-11T06:43:14.238Z (over 1 year ago)
- Topics: helm, helm-plugin, helm-plugins, kubernetes
- Language: Go
- Homepage:
- Size: 4.18 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Import Plugin
[](https://goreportcard.com/report/github.com/k-kinzal/helm-import)
Import Helm Chart where only public code into local repository.
## Get Started
```bash
$ helm plugin install https://github.com/k-kinzal/helm-import
```
## Usage
```bash
$ helm import URL
```
## Flags
```
-h, --help help for import
```
## URL Patterns
* `https://example.com/path/to/file.tgz`
* `https://github.com/user/repo/`
* `https://github.com/user/repo/tree/branch`
* `https://github.com/user/repo/tree/branch/path/to`
helm-import supports these URL patterns.