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

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-09-20 08:43:24 -07:00
committed by Kubernetes Prow Robot
parent 388e6d30a2
commit 92a3fdb26a
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: prestashop
version: 8.2.2
version: 8.2.3
appVersion: 1.7.6-1
description: A popular open source ecommerce solution. Professional tools are easily accessible to increase online sales including instant guest checkout, abandoned cart reminders and automated Email marketing.
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:51:39.161174728Z
generated: "2019-09-20T15:25:01.318945+02:00"
+1 -1
View File
@@ -1,5 +1,5 @@
{{- if include "prestashop.host" . -}}
apiVersion: extensions/v1beta1
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "prestashop.fullname" . }}