Skip to content

Commit 6405091

Browse files
committed
Release 0.1.0-alpha.4.1
1 parent aff97a7 commit 6405091

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-alpha.4
8-
appVersion: 0.1.0-alpha.4
7+
version: 0.1.0-alpha.4.1
8+
appVersion: 0.1.0-alpha.4.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.4
17+
version: 0.1.0-alpha.4.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.4
22+
image: timescale/timescale-prometheus:0.1.0-alpha.4.1
2323
# connection options
2424
connection:
2525
# the db name in which the metrics will be stored

0 commit comments

Comments
 (0)