mirror of
https://github.com/helm/charts.git
synced 2026-08-23 06:17:18 +00:00
[stable/chartmuseum] Make port-forward hint in NOTES.txt namespace-aware (#7646)
* Make port-forward namespace-aware Signed-off-by: Tammo van Lessen <tvanlessen@gmail.com> * version bump added. Signed-off-by: Tammo van Lessen <tvanlessen@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
fbbc3e3446
commit
170b6fae1d
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Helm Chart Repository with support for Amazon S3 and Google Cloud Storage
|
||||
name: chartmuseum
|
||||
version: 1.6.0
|
||||
version: 1.6.1
|
||||
appVersion: 0.7.1
|
||||
home: https://github.com/chartmuseum/chartmuseum
|
||||
icon: https://raw.githubusercontent.com/chartmuseum/chartmuseum/master/logo.png
|
||||
|
||||
@@ -25,6 +25,6 @@ OR
|
||||
|
||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app={{ template "chartmuseum.name" . }}" -l "release={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
||||
echo http://127.0.0.1:8080{{ .Values.env.open.CONTEXT_PATH }}/
|
||||
kubectl port-forward $POD_NAME 8080:8080
|
||||
kubectl port-forward $POD_NAME 8080:8080 --namespace {{ .Release.Namespace }}
|
||||
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user