diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 83143de6..875a4524 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -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 @@ -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 diff --git a/chart/values.yaml b/chart/values.yaml index 05cb1097..4d36f7be 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -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 diff --git a/install-cli.sh b/install-cli.sh index 94000f5c..1db39516 100755 --- a/install-cli.sh +++ b/install-cli.sh @@ -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 ""