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 }}