forked from argoproj/argo-helm
fix(argo-cd): Fix ApplicationSet CRD for pathParamPrefix (#1829)
fix(argo-cd): Fix ApplicationSet CRD for pathParamPrefix Signed-off-by: Petr Drastil <petr.drastil@gmail.com>main argo-cd-5.20.1
parent
b1be8fabd4
commit
3bede30d39
|
@ -3,7 +3,7 @@ appVersion: v2.6.0
|
|||
kubeVersion: ">=1.22.0-0"
|
||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||
name: argo-cd
|
||||
version: 5.20.0
|
||||
version: 5.20.1
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||
sources:
|
||||
|
@ -23,7 +23,5 @@ dependencies:
|
|||
condition: redis-ha.enabled
|
||||
annotations:
|
||||
artifacthub.io/changes: |
|
||||
- kind: changed
|
||||
description: Upgrade Argo CD to 2.6.0
|
||||
- kind: deprecated
|
||||
description: ApplicationSet args, logFormat and logLevel superseded by configs.params
|
||||
- kind: fixed
|
||||
description: Sync latest ApplicationSet CRD
|
||||
|
|
|
@ -1470,7 +1470,6 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
required:
|
||||
- pathParamPrefix
|
||||
- repoURL
|
||||
- revision
|
||||
type: object
|
||||
|
@ -3361,7 +3360,6 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
required:
|
||||
- pathParamPrefix
|
||||
- repoURL
|
||||
- revision
|
||||
type: object
|
||||
|
@ -6910,7 +6908,6 @@ spec:
|
|||
- spec
|
||||
type: object
|
||||
required:
|
||||
- pathParamPrefix
|
||||
- repoURL
|
||||
- revision
|
||||
type: object
|
||||
|
@ -10736,10 +10733,13 @@ spec:
|
|||
type: string
|
||||
status:
|
||||
type: string
|
||||
step:
|
||||
type: string
|
||||
required:
|
||||
- application
|
||||
- message
|
||||
- status
|
||||
- step
|
||||
type: object
|
||||
type: array
|
||||
conditions:
|
||||
|
|
Loading…
Reference in New Issue