diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index 430ef42a13..0f2aa97d99 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -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: diff --git a/stable/parse/requirements.lock b/stable/parse/requirements.lock index 2947523dbc..1dc0bdab79 100644 --- a/stable/parse/requirements.lock +++ b/stable/parse/requirements.lock @@ -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" diff --git a/stable/parse/templates/dashboard-deployment.yaml b/stable/parse/templates/dashboard-deployment.yaml index ead1aa6ea4..b8b908960b 100644 --- a/stable/parse/templates/dashboard-deployment.yaml +++ b/stable/parse/templates/dashboard-deployment.yaml @@ -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 diff --git a/stable/parse/templates/server-deployment.yaml b/stable/parse/templates/server-deployment.yaml index decbd231ac..7578c1494e 100644 --- a/stable/parse/templates/server-deployment.yaml +++ b/stable/parse/templates/server-deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "parse.fullname" . }}-server