From eb253b33a808cf4d8ae6bc4844fd6f22dff32634 Mon Sep 17 00:00:00 2001 From: Joel Colledge Date: Tue, 13 Jul 2021 11:13:29 +0200 Subject: [PATCH] snapshot-controller: fix title in README Signed-off-by: Joel Colledge --- charts/snapshot-controller/Chart.yaml | 2 +- charts/snapshot-controller/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/snapshot-controller/Chart.yaml b/charts/snapshot-controller/Chart.yaml index a6e5243..2be1c9c 100644 --- a/charts/snapshot-controller/Chart.yaml +++ b/charts/snapshot-controller/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: snapshot-controller -version: 1.0.0 +version: 1.0.1 appVersion: "v4.1.1" icon: https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/artwork/sandbox-artwork/icon/color.svg maintainers: diff --git a/charts/snapshot-controller/README.md b/charts/snapshot-controller/README.md index a70cb88..c478a13 100644 --- a/charts/snapshot-controller/README.md +++ b/charts/snapshot-controller/README.md @@ -1,4 +1,4 @@ -# snapshot-validation-webhook +# snapshot-controller Deploys the [snapshot-controller](https://github.com/kubernetes-csi/external-snapshotter) in a cluster. The controller is required for CSI snapshotting to work and is not specific to any CSI driver.