Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# TODO(cbuto): Pull from git tag to avoid needing to bump this prior to releasing
VERSION ?= 0.16.4
VERSION ?= 0.16.5
REVISION := $(shell git rev-parse --short HEAD;)

BINDIR := $(CURDIR)/bin
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ docker run --rm -it \
-e STORAGE=local \
-e STORAGE_LOCAL_ROOTDIR=/charts \
-v $(pwd)/charts:/charts \
ghcr.io/helm/chartmuseum:v0.16.4
ghcr.io/helm/chartmuseum:v0.16.5
```

Example usage (S3):
Expand All @@ -485,7 +485,7 @@ docker run --rm -it \
-e STORAGE_AMAZON_PREFIX="" \
-e STORAGE_AMAZON_REGION="us-east-1" \
-v ~/.aws:/home/chartmuseum/.aws:ro \
ghcr.io/helm/chartmuseum:v0.16.4
ghcr.io/helm/chartmuseum:v0.16.5
```

### Helm Chart
Expand Down
Loading