diff --git a/Makefile b/Makefile index 9d338ff4..76a67192 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index d403930a..68f6b53c 100644 --- a/README.md +++ b/README.md @@ -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): @@ -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