Skip to content

Commit c744e69

Browse files
committed
Release 0.1.0-beta.2
1 parent b9511ad commit c744e69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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-beta.1
8-
appVersion: 0.1.0-beta.1
7+
version: 0.1.0-beta.2
8+
appVersion: 0.1.0-beta.2
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-beta.1
17+
version: 0.1.0-beta.2
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
@@ -20,7 +20,7 @@ timescaledb-single:
2020
# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
2121
timescale-prometheus:
2222
enabled: true
23-
image: timescale/timescale-prometheus:0.1.0-beta.1
23+
image: timescale/timescale-prometheus:0.1.0-beta.2
2424
# connection options
2525
connection:
2626
# the db name in which the metrics will be stored

0 commit comments

Comments
 (0)