Skip to content

Commit 9aa35b5

Browse files
authored
[+] update helm charts to the latest version (#1)
1 parent 28caf0c commit 9aa35b5

13 files changed

+172
-173
lines changed

helm/Chart.lock

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
dependencies:
22
- name: grafana
33
repository: https://grafana.github.io/helm-charts
4-
version: 6.28.0
4+
version: 6.50.0
55
- name: influxdb
66
repository: https://helm.influxdata.com/
7-
version: 4.11.0
8-
- name: metallb
9-
repository: https://metallb.github.io/metallb
10-
version: 0.12.1
11-
- name: postgresql
12-
repository: https://charts.bitnami.com/bitnami
13-
version: 11.1.27
14-
digest: sha256:e9bfaa6e31e6cd4342fca59ce0eb4342d8554f93c47ac6da2f9a906a94e76515
15-
generated: "2022-05-25T13:43:40.575945883+03:00"
7+
version: 4.12.0
8+
- name: timescaledb-single
9+
repository: https://charts.timescale.com
10+
version: 0.33.1
11+
digest: sha256:aa69f371e9b3af46363697d1b18527011397ed20bdeadd7b4c9f97d0ccb4d340
12+
generated: "2023-02-10T10:57:30.040044626+02:00"

helm/Chart.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ appVersion: "1.9.0"
2525
dependencies:
2626
- name: grafana
2727
repository: https://grafana.github.io/helm-charts
28-
version: "6.28.0"
28+
version: "6.50.0"
2929
condition: grafana.enabled
3030
- name: influxdb
3131
repository: https://helm.influxdata.com/
32-
version: "4.11.0"
32+
version: "4.12.0"
3333
condition: influxdb.enabled
34-
- name: metallb
35-
repository: https://metallb.github.io/metallb
36-
version: "0.12.1"
37-
condition: metallb.enabled
38-
- name: postgresql
39-
repository: https://charts.bitnami.com/bitnami
40-
version: "11.1.27"
34+
# - name: postgresql
35+
# repository: https://charts.bitnami.com/bitnami
36+
# version: "12.1.15"
37+
# condition: postgresql.enabled
38+
- name: timescaledb-single
39+
repository: https://charts.timescale.com
40+
version: "0.33.1"
4141
condition: postgresql.enabled

helm/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Documentation
2+
3+
4+
Key | Default value | Description
5+
---|---|---
6+
storage | influx | influx or postgres; Defines backend for storing data
7+
postgres_storage.database | pgwatch2_metrics | in case if storage is set to postgres, defines database name
8+
metrics_preset | |
9+
metrics_preset.name | remotedba | name of the default metrics_preset
10+
metrics_preset.description| Metrics used for monitoring of Remote-DBA Databases | Metrics preset description
11+
metrics_preset.metrics | '{"kpi": 120, "wal": 60, "locks": 60, "db_size": 300, "archiver": 60, "backends": 60, "bgwriter": 60, "cpu_load": 60, "db_stats": 60, "settings": 7200, "wal_size": 300, "locks_mode": 60, "index_stats": 900, "replication": 120, "sproc_stats": 180, "table_stats": 300, "wal_receiver": 120, "change_events": 300, "table_io_stats": 600, "sequence_health": 3600, "replication_slots": 120}' | Metrics

helm/charts/grafana-6.28.0.tgz

-31.1 KB
Binary file not shown.

helm/charts/grafana-6.50.0.tgz

36 KB
Binary file not shown.

helm/charts/influxdb-4.11.0.tgz

-16.1 KB
Binary file not shown.

helm/charts/influxdb-4.12.0.tgz

16.2 KB
Binary file not shown.

helm/charts/metallb-0.12.1.tgz

-11.4 KB
Binary file not shown.

helm/charts/postgresql-11.1.27.tgz

-53.6 KB
Binary file not shown.
47 KB
Binary file not shown.

0 commit comments

Comments
 (0)