From eed478a9f38e1f4a153cfd37d4b06e6accf7cc3b Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 19 Apr 2018 22:27:10 +0800 Subject: [PATCH] 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 --- stable/chartmuseum/Chart.yaml | 2 +- stable/chartmuseum/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/chartmuseum/Chart.yaml b/stable/chartmuseum/Chart.yaml index e10155b832..c053d5d876 100644 --- a/stable/chartmuseum/Chart.yaml +++ b/stable/chartmuseum/Chart.yaml @@ -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 diff --git a/stable/chartmuseum/README.md b/stable/chartmuseum/README.md index 3127fb0806..3f09967589 100644 --- a/stable/chartmuseum/README.md +++ b/stable/chartmuseum/README.md @@ -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: