Releases: openSUSE/helm-mirror
v0.3.1
v0.3.0
- New features: get latest and specific charts
- Getting charts now only downloads the altest versions of the charts.
- The --all-versions flags allows to download all versions of the charts.
- The flags --chart-name and --chart-version allow the user to only get the desired chart.
v0.2.4
v0.2.3
Fix install issues with helm plugin install
fixes issue with go modules (#15) Signed-off-by: Vicente Zepeda Mas <vzepedamas@suse.com>
v0.2.1
v0.2.0
v0.2.0
Added
-
mirror inspect-images
flag--output
usage updated, flag--file-name
no longer needed.file=filename
json=filename.json
yaml=filename.yaml
skopeo=filename.yaml
-
helm-mirror
has a new flag--new-root-url
new root url of the chart repository.
(eg:https://mirror.local.lan/charts
). This will allow users to set the name of
their mirror server when getting all the charts. -
downloaded-index.yaml
file changes it's name toindex.yaml
to allow users to host quickly
a mirror chart server.
v0.1.0
v0.1.0
Added
-
mirror [chart-repo] [target-folder]
this command takes a chart repository and downloads all
chart found in there and downloads them to a local target folder. -
mirror inspect-images [target]
this command takes the target and extracts all container
images being used in it. It can be a single chart or a folder with multiple charts. If
some values are not present to process the chart you can use--ignore-errors
flag to
render the charts and get the container image anyway. (this can output inconsistent data) -
Use Helm configuration settings for Chart Repository.
- --ca-file
- --cert-file
- --key-file
- --password
- --username