mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
2615960a6e
commit
3fe797fb78
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user