chore!: Remove deprecated argocd-applicationset and argocd-notifications (#1237)
Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
93274f59ae
commit
39bd0e1b30
43 changed files with 2 additions and 8751 deletions
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
|
@ -21,9 +21,7 @@ body:
|
|||
- argo-events
|
||||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-applicationset
|
||||
- argocd-image-updater
|
||||
- argocd-notifications
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
|
@ -23,9 +23,7 @@ body:
|
|||
- argo-events
|
||||
- argo-rollouts
|
||||
- argo-workflows
|
||||
- argocd-applicationset
|
||||
- argocd-image-updater
|
||||
- argocd-notifications
|
||||
- other
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
3
.github/configs/ct-install.yaml
vendored
3
.github/configs/ct-install.yaml
vendored
|
|
@ -15,5 +15,4 @@ validate-chart-schema: false
|
|||
validate-maintainers: true
|
||||
validate-yaml: true
|
||||
exclude-deprecated: true
|
||||
excluded-charts:
|
||||
- "argocd-applicationset"
|
||||
excluded-charts: []
|
||||
|
|
|
|||
4
.github/workflows/lint-and-test.yml
vendored
4
.github/workflows/lint-and-test.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue