Skip to content

Commit 54e2413

Browse files
authored
Prep for v0.16.6 release (#1128)
Signed-off-by: Casey Buto <cbuto22@gmail.com>
1 parent 09d63b8 commit 54e2413

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO(cbuto): Pull from git tag to avoid needing to bump this prior to releasing
2-
VERSION ?= 0.16.5
2+
VERSION ?= 0.16.6
33
REVISION := $(shell git rev-parse --short HEAD;)
44

55
BINDIR := $(CURDIR)/bin

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ docker run --rm -it \
472472
-e STORAGE=local \
473473
-e STORAGE_LOCAL_ROOTDIR=/charts \
474474
-v $(pwd)/charts:/charts \
475-
ghcr.io/helm/chartmuseum:v0.16.5
475+
ghcr.io/helm/chartmuseum:v0.16.6
476476
```
477477

478478
Example usage (S3):
@@ -485,7 +485,7 @@ docker run --rm -it \
485485
-e STORAGE_AMAZON_PREFIX="" \
486486
-e STORAGE_AMAZON_REGION="us-east-1" \
487487
-v ~/.aws:/home/chartmuseum/.aws:ro \
488-
ghcr.io/helm/chartmuseum:v0.16.5
488+
ghcr.io/helm/chartmuseum:v0.16.6
489489
```
490490

491491
### Helm Chart

0 commit comments

Comments
 (0)