diff --git a/incubator/parse/Chart.yaml b/incubator/parse/Chart.yaml index 074fc67ee..88a26be98 100644 --- a/incubator/parse/Chart.yaml +++ b/incubator/parse/Chart.yaml @@ -1,5 +1,5 @@ name: parse -version: 0.1.2 +version: 0.1.3 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: - parse diff --git a/incubator/parse/values.yaml b/incubator/parse/values.yaml index e9ccfa60c..7e9a9caa0 100644 --- a/incubator/parse/values.yaml +++ b/incubator/parse/values.yaml @@ -56,7 +56,7 @@ parseDashboard: ## Bitnami Parse Dashboard image version ## ref: https://hub.docker.com/r/bitnami/parse-dashboard/tags/ ## - image: bitnami/parse-dashboard:1.0.19-r5 + image: bitnami/parse-dashboard:1.0.19-r6 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'