diff --git a/Makefile b/Makefile index e7c9a588..9649e7b9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION ?= 0.16.1 +VERSION ?= 0.16.2 REVISION := $(shell git rev-parse --short HEAD;) BINDIR := $(CURDIR)/bin diff --git a/README.md b/README.md index d3cd8e3b..0ef6eac3 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.1 + ghcr.io/helm/chartmuseum:v0.16.2 ``` 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.1 + ghcr.io/helm/chartmuseum:v0.16.2 ``` ### Helm Chart