From 3fe797fb786f15186f6f69bab8716f835c35bb71 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Fri, 15 Mar 2019 12:29:21 +0100 Subject: [PATCH] [stable/parse] Improve upgrade instructions in NOTES.txt (#12228) * [stable/parse] Improve upgrade instructions in NOTES.txt Signed-off-by: juan131 * Fix NOTES.txt Signed-off-by: juan131 * Fix NOTES.txt Signed-off-by: juan131 * Bump chart version Signed-off-by: juan131 --- stable/parse/Chart.yaml | 2 +- stable/parse/templates/NOTES.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index 6e94d66210..e2d68ad924 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: parse -version: 6.1.1 +version: 6.1.2 appVersion: 3.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: diff --git a/stable/parse/templates/NOTES.txt b/stable/parse/templates/NOTES.txt index 79e9b7fa15..d448136ecd 100644 --- a/stable/parse/templates/NOTES.txt +++ b/stable/parse/templates/NOTES.txt @@ -59,8 +59,8 @@ service: 2. Complete your Parse Dashboard deployment by running: - helm upgrade {{ .Release.Name }} \ - --set server.host=$APP_HOST,server.port={{ .Values.server.port }},server.masterKey=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "parse.fullname" . }} -o jsonpath="{.data.master-key}" | base64 --decode),dashboard.username={{ .Values.dashboard.username }},dashboard.password=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "parse.fullname" . }} -o jsonpath="{.data.parse-dashboard-password}" | base64 --decode) stable/parse + helm upgrade {{ .Release.Name }} stable/{{ .Chart.Name }} \ + --set server.host=$APP_HOST,server.port={{ .Values.server.port }},server.masterKey=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "parse.fullname" . }} -o jsonpath="{.data.master-key}" | base64 --decode),dashboard.username={{ .Values.dashboard.username }},dashboard.password=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ template "parse.fullname" . }} -o jsonpath="{.data.parse-dashboard-password}" | base64 --decode){{- if .Values.global }}{{- if .Values.global.imagePullSecrets }},global.imagePullSecrets={{ .Values.global.imagePullSecrets }}{{- end }}{{- end }} {{ else }} 1. Get the Parse Dashboard URL by running: