From 85c77f9a503862a85a9058f22913ad6a4b4c0a2e Mon Sep 17 00:00:00 2001 From: Casey Buto Date: Tue, 24 Mar 2026 09:55:10 -0400 Subject: [PATCH] Prep for v0.16.5 release Signed-off-by: Casey Buto --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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