Skip to content

Commit 27eaace

Browse files
committed
chore(charts): remove logger
1 parent 0eee60b commit 27eaace

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Please see below for links and descriptions of each component:
1919
- [fluentbit](https://github.com/drycc/fluentbit) - Backend log shipping mechanism for `drycc logs`
2020
- [database](https://github.com/drycc/database) - Central database based on PostgreSQL
2121
- [registry](https://github.com/drycc/registry) - The Container registry
22-
- [logger](https://github.com/drycc/logger) - The (in-memory) log buffer for `drycc logs`
2322
- [grafana](https://github.com/drycc/grafana) - Central monitor grafana
2423
- [victoriametrics](https://github.com/drycc/victoriametrics) - The monitor database
2524
- [storage](https://github.com/drycc/storage) - The in-cluster, kubernetes storage, s3 api compatible, hybrid storage system.

charts/workflow/Chart.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ dependencies:
1616
- name: gateway
1717
repository: {{repository}}
1818
version: x.x.x
19-
- name: logger
20-
repository: {{repository}}
21-
version: x.x.x
2219
- name: valkey
2320
repository: {{repository}}
2421
version: x.x.x

install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,6 @@ storage:
580580
imagebuilder:
581581
imageRegistry: ${DRYCC_REGISTRY}
582582
583-
logger:
584-
replicas: ${LOGGER_REPLICAS:-1}
585-
imageRegistry: ${DRYCC_REGISTRY}
586-
587583
grafana:
588584
imageRegistry: ${DRYCC_REGISTRY}
589585
persistence:

0 commit comments

Comments
 (0)