[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
This commit is contained in:
Bitnami Bot
2017-07-12 13:48:18 +05:30
committed by Sameer Naik
parent c7a466d6db
commit 70b405fe3f
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -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
+2 -2
View File
@@ -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 }}
+1 -1
View File
@@ -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