updated various links

Signed-off-by: chgl <chgl@users.noreply.github.com>
This commit is contained in:
chgl 2021-04-18 21:18:16 +02:00
parent 343927cbf1
commit 6f27c8c070
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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