docs: Rename argocd references to argoworkflows in workflow chart (#842)
* rename argocd to argoworkflows Signed-off-by: Niels ten Boom <nielstenboom@gmail.com> * bump patch version Signed-off-by: Niels ten Boom <nielstenboom@gmail.com> * bump patch version Signed-off-by: Niels ten Boom <nielstenboom@gmail.com> Co-authored-by: Vlad Losev <vladlosev@users.noreply.github.com>
This commit is contained in:
parent
4e739561c0
commit
3ca4a4eca0
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
name: argo-workflows
|
name: argo-workflows
|
||||||
description: A Helm chart for Argo Workflows
|
description: A Helm chart for Argo Workflows
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.11
|
version: 0.2.12
|
||||||
appVersion: "v3.0.7"
|
appVersion: "v3.0.7"
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo-workflows/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
|
home: https://github.com/argoproj/argo-helm
|
||||||
|
@ -15,4 +15,4 @@ maintainers:
|
||||||
- name: benjaminws
|
- name: benjaminws
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- "[Fixed]: Pods stuck in pending phase due to workflow update timeouts."
|
- "[Changed]: Argo workflows values file no longer has examples referencing ArgoCD"
|
||||||
|
|
|
@ -278,7 +278,7 @@ server:
|
||||||
##
|
##
|
||||||
hosts:
|
hosts:
|
||||||
[]
|
[]
|
||||||
# - argocd.example.com
|
# - argoworkflows.example.com
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
extraPaths:
|
extraPaths:
|
||||||
|
@ -297,9 +297,9 @@ server:
|
||||||
# name: use-annotation
|
# name: use-annotation
|
||||||
tls:
|
tls:
|
||||||
[]
|
[]
|
||||||
# - secretName: argocd-example-tls
|
# - secretName: argoworkflows-example-tls
|
||||||
# hosts:
|
# hosts:
|
||||||
# - argocd.example.com
|
# - argoworkflows.example.com
|
||||||
https: false
|
https: false
|
||||||
|
|
||||||
clusterWorkflowTemplates:
|
clusterWorkflowTemplates:
|
||||||
|
|
Loading…
Reference in a new issue