From 172de6b5ddf31caf0cd11d153ff3859841951cc8 Mon Sep 17 00:00:00 2001 From: "Wen-Chih (Ryan) Lo" Date: Wed, 28 Apr 2021 02:33:31 +0800 Subject: [PATCH] chore(argo): Fix service name in argo/templates/NOTES.txt (#701) Signed-off-by: Ryan Lo --- charts/argo/Chart.yaml | 2 +- charts/argo/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo/Chart.yaml b/charts/argo/Chart.yaml index 741fa2e6f..3f10ee6fd 100644 --- a/charts/argo/Chart.yaml +++ b/charts/argo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v2.12.5 description: A Helm chart for Argo Workflows name: argo -version: 0.16.9 +version: 0.16.10 icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm maintainers: diff --git a/charts/argo/templates/NOTES.txt b/charts/argo/templates/NOTES.txt index 327b262db..7b4c02f0b 100644 --- a/charts/argo/templates/NOTES.txt +++ b/charts/argo/templates/NOTES.txt @@ -11,6 +11,6 @@ argo submit https://raw.githubusercontent.com/argoproj/argo/master/examples/hell 3. Access Minio UI and create bucket '{{ .Values.minio.defaultBucket.name }}'. Minio UI is available on port 9000 and available via external URL. URL might be retrieved using following command: -kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-minio-svc +kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-minio {{ end }}