From 67b90ea59546a770eb2ea0b3c5722ec66bb3d3ba Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 13 Apr 2018 16:09:18 +0800 Subject: [PATCH] Typo fix in owncloud (#5005) * Update Chart.yaml * Update README.md --- stable/owncloud/Chart.yaml | 2 +- stable/owncloud/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/owncloud/Chart.yaml b/stable/owncloud/Chart.yaml index 5cdfc3edf4..0882364806 100644 --- a/stable/owncloud/Chart.yaml +++ b/stable/owncloud/Chart.yaml @@ -1,5 +1,5 @@ name: owncloud -version: 1.0.4 +version: 1.0.5 appVersion: 10.0.7 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/stable/owncloud/README.md b/stable/owncloud/README.md index 01e5c91739..9bd6166522 100644 --- a/stable/owncloud/README.md +++ b/stable/owncloud/README.md @@ -10,7 +10,7 @@ $ helm install stable/owncloud ## Introduction -This chart bootstraps a [ownCloud](https://github.com/bitnami/bitnami-docker-owncloud) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. +This chart bootstraps an [ownCloud](https://github.com/bitnami/bitnami-docker-owncloud) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager. It also packages the [Bitnami MariaDB chart](https://github.com/kubernetes/charts/tree/master/stable/mariadb) which is required for bootstrapping a MariaDB deployment for the database requirements of the ownCloud application.