Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Oct 8, 2021
1 parent 3693331 commit 1692591
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 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.6.1
appVersion: 0.6.1
version: 0.7.0
appVersion: 0.7.0

dependencies:
- name: timescaledb-single
Expand All @@ -14,7 +14,7 @@ dependencies:
repository: https://charts.timescale.com
- name: promscale
condition: promscale.enabled
version: 0.6.0
version: 0.6.1
repository: https://charts.timescale.com
- name: kube-prometheus-stack
condition: kube-prometheus-stack.enabled
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ timescaledb-single:
# https://github.com/timescale/promscale/tree/master/helm-chart
promscale:
enabled: true
image: timescale/promscale:0.6.0
image: timescale/promscale:0.6.1
# needs to be enabled for tracing support in Promscale
# to expose traces port
tracing:
Expand Down
2 changes: 1 addition & 1 deletion cli/cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/timescale/tobs/cli/pkg/utils"
)

const tobsVersion = "0.6.1"
const tobsVersion = "0.7.0"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down
31 changes: 16 additions & 15 deletions deploy/static/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ metadata:
type: Opaque
data:
admin-user: "YWRtaW4="
admin-password: "RXZleTZnaUFUUUVXYUFDckY0N1ZodUVRN0NTSFBTcGVOcmVSRFZNQQ=="
admin-password: "b3Fsa3Q4VXZvTG1pWkxXbVBIMTZ2THdSY3l3NFFLOHgzNHFGYkh1cQ=="
ldap-toml: ""
---
# Source: tobs/charts/kube-prometheus-stack/templates/alertmanager/secret.yaml
Expand Down Expand Up @@ -535,7 +535,7 @@ metadata:
labels:
tobs_datasource: "true"
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
type: Opaque
stringData:
Expand All @@ -544,13 +544,13 @@ stringData:
apiVersion: 1

datasources:
- name: Promscale
- name: Promscale-PromQL
type: prometheus
url: http://tobs-promscale-connector.tobs.svc.cluster.local:9201
isDefault: true
editable: true
access: proxy
- name: TimescaleDB
- name: Promscale-SQL
url: tobs.tobs.svc.cluster.local:5432
type: postgres
isDefault: false
Expand All @@ -573,7 +573,7 @@ metadata:
namespace: tobs
labels:
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
type: Opaque
data:
Expand Down Expand Up @@ -38879,7 +38879,7 @@ metadata:
labels:
grafana_dashboard: "1"
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
data:

Expand Down Expand Up @@ -42524,7 +42524,7 @@ metadata:
namespace: tobs
labels:
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
data:
add-users.sql: |-
Expand Down Expand Up @@ -43606,7 +43606,7 @@ metadata:
namespace: tobs
labels:
app: tobs-promscale
chart: promscale-0.6.0
chart: promscale-0.6.1
release: tobs
heritage: Helm
annotations:
Expand Down Expand Up @@ -43711,7 +43711,7 @@ metadata:
namespace: tobs
labels:
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
component: promlens
annotations:
Expand Down Expand Up @@ -43851,7 +43851,7 @@ spec:
checksum/config: 9943b3f9b9cf7c0f467186141ca49b2ea9b6e11ac72fea94690b59dbccf7cdd1
checksum/dashboards-json-config: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
checksum/sc-dashboard-provider-config: 5e1224c9f94c5614a365eb9ed8fdb3179b0e87876ab2d6fc46a50592e9837ff2
checksum/secret: 93aec58b8339c2773d60c6c4bae9028a2c6a32f8dce91a6df16a6682226f10ae
checksum/secret: aaa02e741facfd6a5e3a7b534d2c66badb69ea69a7db80146dfc2896196a8927
spec:

serviceAccountName: tobs-grafana
Expand Down Expand Up @@ -44110,7 +44110,7 @@ metadata:
namespace: tobs
labels:
app: tobs-promscale
chart: promscale-0.6.0
chart: promscale-0.6.1
release: tobs
heritage: Helm
spec:
Expand All @@ -44132,7 +44132,7 @@ spec:

spec:
containers:
- image: timescale/promscale:0.6.0
- image: timescale/promscale:0.6.1
imagePullPolicy: IfNotPresent
name: promscale-connector
resources:
Expand All @@ -44142,6 +44142,7 @@ spec:
ports:
- containerPort: 9201
name: connector-port

env:
- name: PROMSCALE_DB_PORT
value: "5432"
Expand All @@ -44167,7 +44168,7 @@ metadata:
namespace: tobs
labels:
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
component: promlens
spec:
Expand Down Expand Up @@ -44584,7 +44585,7 @@ metadata:
namespace: tobs
labels:
app: tobs
chart: tobs-0.6.1
chart: tobs-0.7.0
release: tobs
heritage: Helm
spec:
Expand Down Expand Up @@ -48680,7 +48681,7 @@ spec:
apiVersion: batch/v1
kind: Job
metadata:
name: "tobs-patroni-o3"
name: "tobs-patroni-5i"
labels:
app: tobs-timescaledb
chart: timescaledb-single-0.8.2
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.6.1}
TOBS_VERSION=${TOBS_VERSION:-0.7.0}

happyexit() {
echo ""
Expand Down

0 comments on commit 1692591

Please sign in to comment.