This repository was archived by the owner on Mar 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ into your Kubernetes cluster:
2727```
2828helm repo add timescale https://charts.timescale.com/
2929helm repo update
30- helm install <release_name> timescale/timescale-observability
30+ helm install --devel <release_name> timescale/timescale-observability
3131```
3232
3333## Cleanup
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ description: A Helm chart for the Timescale Observability Suite
44
55type : application
66
7- version : 0.1.0-alpha.3
8- appVersion : 0.1.0-alpha.3
7+ version : 0.1.0-alpha.3.1
8+ appVersion : 0.1.0-alpha.3.1
99
1010dependencies :
1111 - name : timescaledb-single
@@ -14,7 +14,7 @@ dependencies:
1414 repository : https://charts.timescale.com
1515 - name : timescale-prometheus
1616 condition : timescale-prometheus.enabled
17- version : 0.1.0-alpha.3
17+ version : 0.1.0-alpha.3.1
1818 repository : https://charts.timescale.com
1919 - name : prometheus
2020 condition : prometheus.enabled
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ timescaledb-single:
1919# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
2020timescale-prometheus :
2121 enabled : true
22- image : timescale/timescale-prometheus:0.1.0-alpha.3
22+ image : timescale/timescale-prometheus:0.1.0-alpha.3.1
2323 # connection options
2424 connection :
2525 # the db name in which the metrics will be stored
You can’t perform that action at this time.
0 commit comments