Skip to content

Commit 78fae58

Browse files
committed
Bump version to prep for 0.16.2
Signed-off-by: Casey Buto <cbuto22@gmail.com>
1 parent bea8a5d commit 78fae58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.16.1
1+
VERSION ?= 0.16.2
22
REVISION := $(shell git rev-parse --short HEAD;)
33

44
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.1
475+
ghcr.io/helm/chartmuseum:canary
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.1
488+
ghcr.io/helm/chartmuseum:canary
489489
```
490490

491491
### Helm Chart

0 commit comments

Comments
 (0)