Skip to content

Commit

Permalink
Release 0.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Sep 7, 2020
1 parent 428fa3a commit b28506e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 tobs, The Observability Stack for Kubernetes

type: application

version: 0.1.0-beta.3
appVersion: 0.1.0-beta.3
version: 0.1.0-beta.4
appVersion: 0.1.0-beta.4

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-beta.3
version: 0.1.0-beta.4
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 @@ -25,7 +25,7 @@ timescaledb-single:
# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
timescale-prometheus:
enabled: true
image: timescale/timescale-prometheus:0.1.0-beta.3
image: timescale/timescale-prometheus:0.1.0-beta.4
# connection options
connection:
# the db name in which the metrics will be stored
Expand Down
2 changes: 1 addition & 1 deletion install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eu

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

happyexit() {
echo ""
Expand Down

0 comments on commit b28506e

Please sign in to comment.