chore!: Remove deprecated argocd-applicationset and argocd-notifications (#1237)

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Marco Kilchhofer 2022-04-22 12:28:56 +02:00 committed by GitHub
parent 93274f59ae
commit 39bd0e1b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 2 additions and 8751 deletions

View file

@ -21,9 +21,7 @@ body:
- argo-events
- argo-rollouts
- argo-workflows
- argocd-applicationset
- argocd-image-updater
- argocd-notifications
- other
validations:
required: true

View file

@ -23,9 +23,7 @@ body:
- argo-events
- argo-rollouts
- argo-workflows
- argocd-applicationset
- argocd-image-updater
- argocd-notifications
- other
validations:
required: true

View file

@ -15,5 +15,4 @@ validate-chart-schema: false
validate-maintainers: true
validate-yaml: true
exclude-deprecated: true
excluded-charts:
- "argocd-applicationset"
excluded-charts: []

View file

@ -50,9 +50,7 @@ jobs:
- name: Deploy latest ArgoCD CRDs when testing ArgoCD extensions
if: |
contains(steps.list-changed.outputs.changed_charts, 'argocd-applicationset') ||
contains(steps.list-changed.outputs.changed_charts, 'argocd-image-updater') ||
contains(steps.list-changed.outputs.changed_charts, 'argocd-notifications')
contains(steps.list-changed.outputs.changed_charts, 'argocd-image-updater')
run: |
kubectl apply -f charts/argo-cd/crds