From 1523e7682173f4887db01337dc7975c85317c5b3 Mon Sep 17 00:00:00 2001 From: Casey Buto Date: Thu, 30 Apr 2026 14:16:34 -0400 Subject: [PATCH] Prep for v0.16.6 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 76a67192..cd056e95 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.5 +VERSION ?= 0.16.6 REVISION := $(shell git rev-parse --short HEAD;) BINDIR := $(CURDIR)/bin diff --git a/README.md b/README.md index 68f6b53c..8ef9a42c 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.5 + ghcr.io/helm/chartmuseum:v0.16.6 ``` 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.5 + ghcr.io/helm/chartmuseum:v0.16.6 ``` ### Helm Chart