File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# TODO(cbuto): Pull from git tag to avoid needing to bump this prior to releasing
2- VERSION ?= 0.16.5
2+ VERSION ?= 0.16.6
33REVISION := $(shell git rev-parse --short HEAD;)
44
55BINDIR := $(CURDIR ) /bin
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ docker run --rm -it \
472472 -e STORAGE=local \
473473 -e STORAGE_LOCAL_ROOTDIR=/charts \
474474 -v $(pwd)/charts:/charts \
475- ghcr.io/helm/chartmuseum:v0.16.5
475+ ghcr.io/helm/chartmuseum:v0.16.6
476476` ` `
477477
478478Example usage (S3) :
@@ -485,7 +485,7 @@ docker run --rm -it \
485485 -e STORAGE_AMAZON_PREFIX="" \
486486 -e STORAGE_AMAZON_REGION="us-east-1" \
487487 -v ~/.aws:/home/chartmuseum/.aws:ro \
488- ghcr.io/helm/chartmuseum:v0.16.5
488+ ghcr.io/helm/chartmuseum:v0.16.6
489489` ` `
490490
491491# ## Helm Chart
You can’t perform that action at this time.
0 commit comments