Typo fix in chartmuseum/README.md (Recreation of #5038 for conflicts ) (#5127)

* Add version for chartmuseum

version: 1.3.1

* Typo fix in chartmuseum/README.md

Line 347: By default chartmuseum use local filesystem storage.
use->uses
Line 348: But on pod recreation if will lose all charts,
if->it
This commit is contained in:
AdamDang
2018-04-19 07:27:10 -07:00
committed by k8s-ci-robot
parent e4b0bc8e59
commit eed478a9f3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Helm Chart Repository with support for Amazon S3 and Google Cloud Storage
name: chartmuseum
version: 1.3.0
version: 1.3.1
appVersion: 0.5.2
home: https://github.com/chartmuseum/chartmuseum
icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png
+2 -2
View File
@@ -344,8 +344,8 @@ helm install --name my-chartmuseum -f custom.yaml stable/chartmuseum
```
### Using with local filesystem storage
By default chartmuseum use local filesystem storage.
But on pod recreation if will lose all charts, to prevent that enable persistent storage.
By default chartmuseum uses local filesystem storage.
But on pod recreation it will lose all charts, to prevent that enable persistent storage.
```yaml
env: