From 97d0c44c8e1c32b19edc0e2cd23ec0602e368f2a Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 28 Dec 2016 18:25:53 +0000 Subject: [PATCH] parse-0.1.3: bump `bitnami/parse-dashboard` image to version `1.0.19-r6` --- incubator/parse/Chart.yaml | 2 +- incubator/parse/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'