From d2a5cc152a69f03bb0d3b8c53c8aa5d557820a12 Mon Sep 17 00:00:00 2001 From: maximenannan Date: Wed, 19 Jun 2019 15:20:34 +0200 Subject: [PATCH] [stable/spark-history-server] Fix notes (#14882) * [stable/spark-history-server] Fix notes Signed-off-by: Maxime NANNAN * [stable/spark-history-server] Upgrade Chart's version Signed-off-by: Maxime NANNAN --- stable/spark-history-server/Chart.yaml | 2 +- stable/spark-history-server/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/spark-history-server/Chart.yaml b/stable/spark-history-server/Chart.yaml index fd3de1bddb..717cd5536c 100644 --- a/stable/spark-history-server/Chart.yaml +++ b/stable/spark-history-server/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: spark-history-server -version: 1.0.0 +version: 1.0.1 appVersion: 2.4.0 description: A Helm chart for Spark History Server home: https://spark.apache.org diff --git a/stable/spark-history-server/templates/NOTES.txt b/stable/spark-history-server/templates/NOTES.txt index 50a78fabce..bff38f55dd 100644 --- a/stable/spark-history-server/templates/NOTES.txt +++ b/stable/spark-history-server/templates/NOTES.txt @@ -13,6 +13,6 @@ Get the application URL by running the following commands. Note that the UI woul {{- else if contains "ClusterIP" .Values.service.type }} export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") Note: If on OpenShift, change to the chart namespace before running the command below.' - kubectl port-forward $POD_NAME 8080:80 + kubectl port-forward $POD_NAME 8080:18080 Now visit http://127.0.0.1:8080 to use your application.' {{- end }}