
Modern GKE versions only accept ImplementationSpecific as pathType for the ingress resource, so here we added a new value for the pathType which can be used to set pathType on demand, the default value is still Prefix for backward compatability Signed-off-by: Mouhsen Ibrahim <mouhsen.ibrahim@gmail.com>
21 lines
562 B
YAML
21 lines
562 B
YAML
apiVersion: v2
|
|
appVersion: 2.0.4
|
|
description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
|
name: argo-cd
|
|
version: 3.7.1
|
|
home: https://github.com/argoproj/argo-helm
|
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
|
keywords:
|
|
- argoproj
|
|
- argocd
|
|
- gitops
|
|
maintainers:
|
|
- name: alexec
|
|
- name: alexmt
|
|
- name: jessesuen
|
|
- name: seanson
|
|
dependencies:
|
|
- name: redis-ha
|
|
version: 4.12.14
|
|
repository: https://dandydeveloper.github.io/charts/
|
|
condition: redis-ha.enabled
|