From 6f27c8c0707cf62561d6ca89e28d046323ca31be Mon Sep 17 00:00:00 2001 From: chgl Date: Sun, 18 Apr 2021 21:18:16 +0200 Subject: [PATCH] updated various links Signed-off-by: chgl --- charts/argo-workflows/Chart.yaml | 2 +- charts/argo-workflows/templates/NOTES.txt | 2 +- charts/argo-workflows/values.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index b540b670..24b5321a 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -4,7 +4,7 @@ description: A Helm chart for Argo Workflows type: application version: 0.1.0 appVersion: "v3.0.1" -icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png +icon: https://raw.githubusercontent.com/argoproj/argo-workflows/master/docs/assets/argo.png home: https://github.com/argoproj/argo-helm sources: - https://github.com/argoproj/argo-workflows diff --git a/charts/argo-workflows/templates/NOTES.txt b/charts/argo-workflows/templates/NOTES.txt index 00ec6b01..b6ac65d4 100644 --- a/charts/argo-workflows/templates/NOTES.txt +++ b/charts/argo-workflows/templates/NOTES.txt @@ -4,4 +4,4 @@ kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Rel 2. Submit the hello-world workflow by running: -argo submit https://raw.githubusercontent.com/argoproj/argo/master/examples/hello-world.yaml --watch +argo submit https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/hello-world.yaml --watch diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index ce5bc8bd..d9bc7976 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -139,7 +139,7 @@ controller: # ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ # PriorityClass: system-cluster-critical priorityClassName: "" - # https://argoproj.github.io/argo/links/ + # https://argoproj.github.io/argo-workflows/links/ links: [] # executor controls how the init and wait container should be customized @@ -159,7 +159,7 @@ server: enabled: true # only updates base url of resources on client side, # it's expected that a proxy server rewrites the request URL and gets rid of this prefix - # https://github.com/argoproj/argo/issues/716#issuecomment-433213190 + # https://github.com/argoproj/argo-workflows/issues/716#issuecomment-433213190 baseHref: / image: registry: quay.io