Skip to content

Commit

Permalink
Bump version to prep for 0.16.2 (#774)
Browse files Browse the repository at this point in the history
* Bump version to prep for 0.16.2

Signed-off-by: Casey Buto <[email protected]>

* use released version in README

Signed-off-by: Casey Buto <[email protected]>

---------

Signed-off-by: Casey Buto <[email protected]>
  • Loading branch information
cbuto committed May 31, 2024
1 parent bea8a5d commit 574fd1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION ?= 0.16.1
VERSION ?= 0.16.2
REVISION := $(shell git rev-parse --short HEAD;)

BINDIR := $(CURDIR)/bin
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand All @@ -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
Expand Down

0 comments on commit 574fd1c

Please sign in to comment.