diff --git a/stable/chartmuseum/Chart.yaml b/stable/chartmuseum/Chart.yaml index 9e5b4117bf..e3ad5169b5 100644 --- a/stable/chartmuseum/Chart.yaml +++ b/stable/chartmuseum/Chart.yaml @@ -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 diff --git a/stable/chartmuseum/templates/NOTES.txt b/stable/chartmuseum/templates/NOTES.txt index b21e451e7d..5efa6be08a 100644 --- a/stable/chartmuseum/templates/NOTES.txt +++ b/stable/chartmuseum/templates/NOTES.txt @@ -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 }}