From 541d5d04b92c6dddd555833cd1af0a2f4eaf55c7 Mon Sep 17 00:00:00 2001 From: jotadrilo Date: Wed, 21 Dec 2016 20:26:57 +0100 Subject: [PATCH] OwnCloud: Update chart to 0.4.1 (#301) * update OwnCloud image version to 9.1.2-r0 * add trailing backslash to the repository url * update requirements repository url --- stable/owncloud/Chart.yaml | 2 +- stable/owncloud/requirements.yaml | 2 +- stable/owncloud/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/owncloud/Chart.yaml b/stable/owncloud/Chart.yaml index 6d2575cb0f..a7d1cb9366 100644 --- a/stable/owncloud/Chart.yaml +++ b/stable/owncloud/Chart.yaml @@ -1,5 +1,5 @@ name: owncloud -version: 0.4.0 +version: 0.4.1 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: - owncloud diff --git a/stable/owncloud/requirements.yaml b/stable/owncloud/requirements.yaml index 1417e46ef1..9590b37793 100644 --- a/stable/owncloud/requirements.yaml +++ b/stable/owncloud/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: mariadb version: 0.5.2 - repository: http://storage.googleapis.com/kubernetes-charts + repository: https://kubernetes-charts.storage.googleapis.com/ diff --git a/stable/owncloud/values.yaml b/stable/owncloud/values.yaml index 5ec50fbbd9..b0d0fd5142 100644 --- a/stable/owncloud/values.yaml +++ b/stable/owncloud/values.yaml @@ -1,7 +1,7 @@ ## Bitnami ownCloud image version ## ref: https://hub.docker.com/r/bitnami/owncloud/tags/ ## -image: bitnami/owncloud:9.1.1-r1 +image: bitnami/owncloud:9.1.2-r0 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'