[stable/owncloud] Update deployment apiVersion to 'apps/v1' - Mandatory for K8s 1.16 (#17304)

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-09-20 08:43:00 -07:00
committed by Kubernetes Prow Robot
parent bfd0395d2b
commit 692e68f190
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: owncloud
version: 6.2.3
version: 6.2.4
appVersion: 10.2.1
description: A file sharing server that puts the control and security of your own data back into your hands.
keywords:
+2 -2
View File
@@ -1,6 +1,6 @@
dependencies:
- name: mariadb
repository: https://kubernetes-charts.storage.googleapis.com/
version: 6.8.7
version: 6.9.1
digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a
generated: 2019-09-09T07:29:17.128586261Z
generated: "2019-09-20T15:17:56.920276+02:00"
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if include "owncloud.host" . -}}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "owncloud.fullname" . }}