We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea8a5d commit 78fae58Copy full SHA for 78fae58
Makefile
@@ -1,4 +1,4 @@
1
-VERSION ?= 0.16.1
+VERSION ?= 0.16.2
2
REVISION := $(shell git rev-parse --short HEAD;)
3
4
BINDIR := $(CURDIR)/bin
README.md
@@ -472,7 +472,7 @@ docker run --rm -it \
472
-e STORAGE=local \
473
-e STORAGE_LOCAL_ROOTDIR=/charts \
474
-v $(pwd)/charts:/charts \
475
- ghcr.io/helm/chartmuseum:v0.16.1
+ ghcr.io/helm/chartmuseum:canary
476
```
477
478
Example usage (S3):
@@ -485,7 +485,7 @@ docker run --rm -it \
485
-e STORAGE_AMAZON_PREFIX="" \
486
-e STORAGE_AMAZON_REGION="us-east-1" \
487
-v ~/.aws:/home/chartmuseum/.aws:ro \
488
489
490
491
### Helm Chart
0 commit comments