[stable/parse] Improve upgrade instructions in NOTES.txt (#12228)

* [stable/parse] Improve upgrade instructions in NOTES.txt

Signed-off-by: juan131 <juan@bitnami.com>

* Fix NOTES.txt

Signed-off-by: juan131 <juan@bitnami.com>

* Fix NOTES.txt

Signed-off-by: juan131 <juan@bitnami.com>

* Bump chart version

Signed-off-by: juan131 <juan@bitnami.com>
This commit is contained in:
Juan Ariza Toledano
2019-03-15 04:29:21 -07:00
committed by Kubernetes Prow Robot
parent 2615960a6e
commit 3fe797fb78
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+2 -2
View File
@@ -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: