mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/opencart] Update deployment apiVersion to 'apps/v1' - Mandatory for K8s 1.16 (#17302)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
15cd5f9e72
commit
e59575367f
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: opencart
|
||||
version: 6.2.1
|
||||
version: 6.2.2
|
||||
appVersion: 3.0.3-2
|
||||
description: A free and open source e-commerce platform for online merchants. It provides a professional and reliable foundation for a successful online store.
|
||||
keywords:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: mariadb
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 6.8.3
|
||||
version: 6.9.1
|
||||
digest: sha256:a363428d6463718a9523a88c70e485218373e315f2979cb1bb17b034ec2be96a
|
||||
generated: 2019-09-02T07:50:28.412849581Z
|
||||
generated: "2019-09-20T15:15:13.125789+02:00"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if include "opencart.host" . -}}
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ template "opencart.fullname" . }}
|
||||
|
||||
Reference in New Issue
Block a user