Skip to content

Commit

Permalink
Release 0.1.0-alpha.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Jun 4, 2020
1 parent aff97a7 commit 6405091
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: A Helm chart for the Timescale Observability Suite

type: application

version: 0.1.0-alpha.4
appVersion: 0.1.0-alpha.4
version: 0.1.0-alpha.4.1
appVersion: 0.1.0-alpha.4.1

dependencies:
- name: timescaledb-single
Expand All @@ -14,7 +14,7 @@ dependencies:
repository: https://charts.timescale.com
- name: timescale-prometheus
condition: timescale-prometheus.enabled
version: 0.1.0-alpha.4
version: 0.1.0-alpha.4.1
repository: https://charts.timescale.com
- name: prometheus
condition: prometheus.enabled
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ timescaledb-single:
# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
timescale-prometheus:
enabled: true
image: timescale/timescale-prometheus:0.1.0-alpha.4
image: timescale/timescale-prometheus:0.1.0-alpha.4.1
# connection options
connection:
# the db name in which the metrics will be stored
Expand Down

0 comments on commit 6405091

Please sign in to comment.