Skip to content

Import Helm Chart where only public code into local repository.

License

Notifications You must be signed in to change notification settings

k-kinzal/helm-import

Repository files navigation

Helm Import Plugin

Go Report Card

Import Helm Chart where only public code into local repository.

Get Started

$ helm plugin install https://github.com/k-kinzal/helm-import

Usage

$ 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.