Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Commit 72ffaff

Browse files
committed
Release 0.1.0-alpha.3.1
1 parent 540ed31 commit 72ffaff

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ into your Kubernetes cluster:
2727
```
2828
helm repo add timescale https://charts.timescale.com/
2929
helm repo update
30-
helm install <release_name> timescale/timescale-observability
30+
helm install --devel <release_name> timescale/timescale-observability
3131
```
3232

3333
## Cleanup

chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for the Timescale Observability Suite
44

55
type: 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

1010
dependencies:
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

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ timescaledb-single:
1919
# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
2020
timescale-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

0 commit comments

Comments
 (0)