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: