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>
This commit is contained in:
parent
b1be8fabd4
commit
3bede30d39
2 changed files with 6 additions and 8 deletions
|
@ -3,7 +3,7 @@ appVersion: v2.6.0
|
||||||
kubeVersion: ">=1.22.0-0"
|
kubeVersion: ">=1.22.0-0"
|
||||||
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes.
|
||||||
name: argo-cd
|
name: argo-cd
|
||||||
version: 5.20.0
|
version: 5.20.1
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -23,7 +23,5 @@ dependencies:
|
||||||
condition: redis-ha.enabled
|
condition: redis-ha.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: changed
|
- kind: fixed
|
||||||
description: Upgrade Argo CD to 2.6.0
|
description: Sync latest ApplicationSet CRD
|
||||||
- kind: deprecated
|
|
||||||
description: ApplicationSet args, logFormat and logLevel superseded by configs.params
|
|
||||||
|
|
|
@ -1470,7 +1470,6 @@ spec:
|
||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- pathParamPrefix
|
|
||||||
- repoURL
|
- repoURL
|
||||||
- revision
|
- revision
|
||||||
type: object
|
type: object
|
||||||
|
@ -3361,7 +3360,6 @@ spec:
|
||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- pathParamPrefix
|
|
||||||
- repoURL
|
- repoURL
|
||||||
- revision
|
- revision
|
||||||
type: object
|
type: object
|
||||||
|
@ -6910,7 +6908,6 @@ spec:
|
||||||
- spec
|
- spec
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- pathParamPrefix
|
|
||||||
- repoURL
|
- repoURL
|
||||||
- revision
|
- revision
|
||||||
type: object
|
type: object
|
||||||
|
@ -10736,10 +10733,13 @@ spec:
|
||||||
type: string
|
type: string
|
||||||
status:
|
status:
|
||||||
type: string
|
type: string
|
||||||
|
step:
|
||||||
|
type: string
|
||||||
required:
|
required:
|
||||||
- application
|
- application
|
||||||
- message
|
- message
|
||||||
- status
|
- status
|
||||||
|
- step
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
conditions:
|
conditions:
|
||||||
|
|
Loading…
Reference in a new issue