From 70b405fe3f19906a5840b6445e6e7c7d0cf2ce20 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 12 Jul 2017 13:48:18 +0530 Subject: [PATCH] [stable/owncloud] Release 0.4.12 (#1436) * owncloud: update to `bitnami/owncloud:10.0.2-r1` * owncloud: bump chart version to `0.4.12` * owncloud: adds `appVersion` field * owncloud: fix typos --- stable/owncloud/Chart.yaml | 3 ++- stable/owncloud/templates/NOTES.txt | 4 ++-- stable/owncloud/values.yaml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/stable/owncloud/Chart.yaml b/stable/owncloud/Chart.yaml index f9e9cc14d3..0e7a258095 100644 --- a/stable/owncloud/Chart.yaml +++ b/stable/owncloud/Chart.yaml @@ -1,5 +1,6 @@ name: owncloud -version: 0.4.11 +version: 0.4.12 +appVersion: 10.0.2 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/templates/NOTES.txt b/stable/owncloud/templates/NOTES.txt index d602874ae0..7b588e51f9 100644 --- a/stable/owncloud/templates/NOTES.txt +++ b/stable/owncloud/templates/NOTES.txt @@ -19,7 +19,7 @@ host. To configure ownCloud with the URL of your service: Watch the status with: 'kubectl get svc --namespace {{ .Release.Namespace }} -w {{ template "fullname" . }}' export APP_HOST=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ template "fullname" . }} --template "{{ "{{ range (index .status.loadBalancer.ingress 0) }}{{ . }}{{ end }}" }}") - export APP_PASSWORD=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.owncloud1-password}" | base64 --decode) + export APP_PASSWORD=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.owncloud-password}" | base64 --decode) {{- if .Values.mariadb.mariadbRootPassword }} export APP_DATABASE_PASSWORD=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "mariadb.fullname" . }} -o jsonpath="{.data.mariadb-root-password}" | base64 --decode) {{- end }} @@ -45,6 +45,6 @@ host. To configure ownCloud with the URL of your service: 2. Get your ownCloud login credentials by running: - echo Email: {{ .Values.owncloudUsername }} + echo User: {{ .Values.owncloudUsername }} echo Password: $(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "fullname" . }} -o jsonpath="{.data.owncloud-password}" | base64 --decode) {{- end }} diff --git a/stable/owncloud/values.yaml b/stable/owncloud/values.yaml index 9375b6e7d3..293a6fa543 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:10.0.2-r0 +image: bitnami/owncloud:10.0.2-r1 ## Specify a imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images