Skip to content

Commit b28506e

Browse files
committed
Release 0.1.0-beta.4
1 parent 428fa3a commit b28506e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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 tobs, The Observability Stack for Kubernetes
44

55
type: application
66

7-
version: 0.1.0-beta.3
8-
appVersion: 0.1.0-beta.3
7+
version: 0.1.0-beta.4
8+
appVersion: 0.1.0-beta.4
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.3
17+
version: 0.1.0-beta.4
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
@@ -25,7 +25,7 @@ timescaledb-single:
2525
# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
2626
timescale-prometheus:
2727
enabled: true
28-
image: timescale/timescale-prometheus:0.1.0-beta.3
28+
image: timescale/timescale-prometheus:0.1.0-beta.4
2929
# connection options
3030
connection:
3131
# the db name in which the metrics will be stored

install-cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eu
44

55
INSTALLROOT=${INSTALLROOT:-"${HOME}/.tobs"}
6-
TOBS_VERSION=${TOBS_VERSION:-0.1.0-beta.3}
6+
TOBS_VERSION=${TOBS_VERSION:-0.1.0-beta.4}
77

88
happyexit() {
99
echo ""

0 commit comments

Comments
 (0)