mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/parse] Update deployment apiVersion to 'apps/v1' - Mandatory for K8s 1.16 (#17351)
Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e69af6495e
commit
42b4e86255
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: parse
|
||||
version: 10.0.0
|
||||
version: 10.0.1
|
||||
appVersion: 3.9.0
|
||||
description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more.
|
||||
keywords:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: mongodb
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 7.2.8
|
||||
version: 7.2.9
|
||||
digest: sha256:380fe3c8514cc2d19b28e5b1a79d83961fa9f9d7f438eba85425dbf8c0b89bbd
|
||||
generated: 2019-09-13T01:16:14.323259325Z
|
||||
generated: "2019-09-23T09:17:59.529409+02:00"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{{- if and (include "parse.host" .) .Values.dashboard.enabled -}}
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "parse.fullname" . }}-dashboard
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: {{ include "parse.fullname" . }}-server
|
||||
|
||||
Reference in New Issue
Block a user