Skip to content

Commit 8dc8fda

Browse files
committed
chore(charts): remove timeseries
1 parent 94f7f00 commit 8dc8fda

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ Please see below for links and descriptions of each component:
1717
- [builder](https://github.com/drycc/builder) - Git server and source-to-image component
1818
- [imagebuilder](https://github.com/drycc/imagebuilder) - The builder for Container Image and [CNCF Buildpacks](https://buildpacks.io/) based applications
1919
- [fluentbit](https://github.com/drycc/fluentbit) - Backend log shipping mechanism for `drycc logs`
20-
- [postgres](https://github.com/drycc/postgres) - The central database
20+
- [database](https://github.com/drycc/database) - Central database based on PostgreSQL
2121
- [registry](https://github.com/drycc/registry) - The Container registry
2222
- [logger](https://github.com/drycc/logger) - The (in-memory) log buffer for `drycc logs`
23-
- [monitor](https://github.com/drycc/monitor) - The platform monitoring components
24-
- [timeseries](https://github.com/drycc/timeseries) - The monitor database for telegraf
25-
- [prometheus](https://github.com/drycc/prometheus) - The monitor database for drycc component
23+
- [grafana](https://github.com/drycc/grafana) - Central monitor grafana
24+
- [prometheus](https://github.com/drycc/prometheus) - The monitor database
2625
- [rabbitmq](https://github.com/drycc/rabbitmq) - RabbitMQ is a message broker used with controller celery
2726
- [storage](https://github.com/drycc/storage) - The in-cluster, kubernetes storage, s3 api compatible, hybrid storage system.
2827
- [workflow-cli](https://github.com/drycc/workflow-cli) - Workflow CLI `drycc`

charts/workflow/Chart.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ dependencies:
1313
- name: database
1414
repository: {{repository}}
1515
version: x.x.x
16-
- name: timeseries
17-
repository: {{repository}}
18-
version: x.x.x
1916
- name: fluentbit
2017
repository: {{repository}}
2118
version: x.x.x
@@ -31,7 +28,7 @@ dependencies:
3128
- name: storage
3229
repository: {{repository}}
3330
version: x.x.x
34-
- name: monitor
31+
- name: grafana
3532
repository: {{repository}}
3633
version: x.x.x
3734
- name: registry

0 commit comments

Comments
 (0)