mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
@@ -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
|
||||
|
||||
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user