fix(argo-cd): fix missing colon in example service definitions (#810)
* fix(argo-cd): fix missing colon in example service definitions Signed-off-by: Alex Andrews <alias-dev@protonmail.com> * build(argo-cd): Bump chart patch version Signed-off-by: Alex Andrews <alias-dev@protonmail.com>pull/811/head^2 argo-cd-3.6.9
parent
ca0a53d6eb
commit
7e381436f9
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: 2.0.3
|
||||
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 3.6.8
|
||||
version: 3.6.9
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
keywords:
|
||||
|
|
|
@ -567,7 +567,7 @@ server:
|
|||
# - path: /*
|
||||
# pathType: Prefix
|
||||
# backend:
|
||||
# service
|
||||
# service:
|
||||
# name: ssl-redirect
|
||||
# port:
|
||||
# name: use-annotation
|
||||
|
@ -604,7 +604,7 @@ server:
|
|||
# - path: /*
|
||||
# pathType: Prefix
|
||||
# backend:
|
||||
# service
|
||||
# service:
|
||||
# name: ssl-redirect
|
||||
# port:
|
||||
# name: use-annotation
|
||||
|
|
Loading…
Reference in New Issue