mirror of
https://github.com/helm/chartmuseum.git
synced 2026-02-05 15:45:50 +01:00
Merge remote-tracking branch 'origin/release-0.8.1' into HEAD
Signed-off-by: Josh Dolitsky <jdolitsky@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
# Change this and commit to create new release
|
||||
VERSION=0.8.1
|
||||
VERSION=0.8.2
|
||||
REVISION := $(shell git rev-parse --short HEAD;)
|
||||
|
||||
CM_LOADTESTING_HOST ?= http://localhost:8080
|
||||
|
||||
@@ -94,7 +94,7 @@ Install binary using [GoFish](https://gofi.sh/):
|
||||
```
|
||||
gofish install chartmuseum
|
||||
==> Installing chartmuseum...
|
||||
🐠 chartmuseum 0.8.1: installed in 95.431145ms
|
||||
🐠 chartmuseum 0.8.2: installed in 95.431145ms
|
||||
```
|
||||
|
||||
or manually:
|
||||
@@ -113,7 +113,7 @@ mv ./chartmuseum /usr/local/bin
|
||||
```
|
||||
Using `latest` in URLs above will get the latest binary (built from master branch).
|
||||
|
||||
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.8.1`). The stable checksums can be found [here](https://github.com/fishworks/fish-food/blob/master/Food/chartmuseum.lua).
|
||||
Replace `latest` with `$(curl -s https://s3.amazonaws.com/chartmuseum/release/stable.txt)` to automatically determine the latest stable release (e.g. `v0.8.2`). The stable checksums can be found [here](https://github.com/fishworks/fish-food/blob/master/Food/chartmuseum.lua).
|
||||
|
||||
Determine your version with `chartmuseum --version`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user