From 8d3200db8f9439add54fea684cfef3e7f6a8cbe4 Mon Sep 17 00:00:00 2001 From: Bin Liu Date: Thu, 8 Feb 2018 17:59:43 +0800 Subject: [PATCH] Fix typos (#3608) --- stable/minio/Chart.yaml | 2 +- stable/minio/templates/_helper_create_bucket.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/minio/Chart.yaml b/stable/minio/Chart.yaml index e3b71c0d64..8386002c49 100755 --- a/stable/minio/Chart.yaml +++ b/stable/minio/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Distributed object storage server built for cloud applications and devops. name: minio -version: 0.5.1 +version: 0.5.2 keywords: - storage - object-storage diff --git a/stable/minio/templates/_helper_create_bucket.txt b/stable/minio/templates/_helper_create_bucket.txt index 766f7aa438..582c7cd4b7 100644 --- a/stable/minio/templates/_helper_create_bucket.txt +++ b/stable/minio/templates/_helper_create_bucket.txt @@ -63,7 +63,7 @@ createBucket() { echo "Bucket '$BUCKET' already exists." fi - # At this point, the bucket should exist, skip checking for existance + # At this point, the bucket should exist, skip checking for existence # Set policy on the bucket echo "Setting policy of bucket '$BUCKET' to '$POLICY'." /usr/bin/mc policy $POLICY myminio/$BUCKET