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:
Petr Drastil 2023-02-08 02:09:40 +01:00 committed by GitHub
parent b1be8fabd4
commit 3bede30d39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View file

@ -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

View file

@ -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: