From ea47d1ec60eee4e9f4f186f75adae590bfefd402 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 16 Apr 2020 18:33:14 +0000 Subject: [PATCH] [bitnami/owncloud] Release 8.1.13 updating components versions Signed-off-by: Bitnami Containers --- bitnami/owncloud/Chart.yaml | 2 +- bitnami/owncloud/requirements.lock | 6 +++--- bitnami/owncloud/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/owncloud/Chart.yaml b/bitnami/owncloud/Chart.yaml index 5fe8d493c..b244dfd53 100644 --- a/bitnami/owncloud/Chart.yaml +++ b/bitnami/owncloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: owncloud -version: 8.1.12 +version: 8.1.13 appVersion: 10.4.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/bitnami/owncloud/requirements.lock b/bitnami/owncloud/requirements.lock index ad1139c42..aec6e8aa2 100644 --- a/bitnami/owncloud/requirements.lock +++ b/bitnami/owncloud/requirements.lock @@ -1,6 +1,6 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 7.3.16 -digest: sha256:184bf5ece3b69c5878b96d0eb4e431aa779dfe128bf9d91e15226bb0632b793a -generated: "2020-04-10T16:46:27.752867901Z" + version: 7.3.17 +digest: sha256:21cd1616f41dc73d743aa0d839a61527b462b96ce040f1a49cdbf9cea45f906c +generated: "2020-04-16T17:21:33.042165907Z" diff --git a/bitnami/owncloud/values.yaml b/bitnami/owncloud/values.yaml index 43ed59346..7b386378b 100644 --- a/bitnami/owncloud/values.yaml +++ b/bitnami/owncloud/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/owncloud - tag: 10.4.0-debian-10-r37 + tag: 10.4.0-debian-10-r42 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -254,7 +254,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r5 + tag: 0.8.0-debian-10-r11 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.