chore(argo): fix referenced URL (#693)
* fix referenced URL Signed-off-by: yu-croco <yuki.kita22@gmail.com> * update chart version due to referenced link fix Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
parent
8f7d9ff0d8
commit
7e5a2e136f
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v2.12.5
|
appVersion: v2.12.5
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
name: argo
|
name: argo
|
||||||
version: 0.16.8
|
version: 0.16.9
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -136,7 +136,7 @@ controller:
|
||||||
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
|
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
|
||||||
# PriorityClass: system-cluster-critical
|
# PriorityClass: system-cluster-critical
|
||||||
priorityClassName: ""
|
priorityClassName: ""
|
||||||
# https://argoproj.github.io/argo/links/
|
# https://argoproj.github.io/argo-workflows/links/
|
||||||
links: []
|
links: []
|
||||||
|
|
||||||
# executor controls how the init and wait container should be customized
|
# executor controls how the init and wait container should be customized
|
||||||
|
@ -206,7 +206,7 @@ server:
|
||||||
# Run the argo server in "secure" mode. Configure this value instead of
|
# Run the argo server in "secure" mode. Configure this value instead of
|
||||||
# "--secure" in extraArgs. See the following documentation for more details
|
# "--secure" in extraArgs. See the following documentation for more details
|
||||||
# on secure mode:
|
# on secure mode:
|
||||||
# https://argoproj.github.io/argo/tls/#encrypted
|
# https://argoproj.github.io/argo-workflows/tls/#encrypted
|
||||||
secure: false
|
secure: false
|
||||||
|
|
||||||
# Extra arguments to provide to the Argo server binary.
|
# Extra arguments to provide to the Argo server binary.
|
||||||
|
|
Loading…
Reference in a new issue