Skip to content

Commit aff97a7

Browse files
committed
Release 0.1.0-alpha.4
1 parent 3e826b5 commit aff97a7

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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 the Timescale Observability Suite
44

55
type: application
66

7-
version: 0.1.0-alpha.3.1
8-
appVersion: 0.1.0-alpha.3.1
7+
version: 0.1.0-alpha.4
8+
appVersion: 0.1.0-alpha.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-alpha.3.1
17+
version: 0.1.0-alpha.4
1818
repository: https://charts.timescale.com
1919
- name: prometheus
2020
condition: prometheus.enabled

chart/values.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Values for configuring the deployment of TimescaleDB
2-
# The charts README is at:
2+
# The charts README is at:
33
# https://github.com/timescale/timescaledb-kubernetes/tree/master/charts/timescaledb-single
4-
# Check out the various configuration options (administration guide) at:
4+
# Check out the various configuration options (administration guide) at:
55
# https://github.com/timescale/timescaledb-kubernetes/blob/master/charts/timescaledb-single/admin-guide.md
66
timescaledb-single:
77
# disable the chart if an existing TimescaleDB instance is used
88
enabled: true
99
image:
1010
tag: pg12-ts1.7
1111
# create only a ClusterIP service
12-
loadBalancer:
12+
loadBalancer:
1313
enabled: false
1414
# number or TimescaleDB pods to spawn (default is 3, 1 for no HA)
1515
replicaCount: 1
16-
16+
1717
# Values for configuring the deployment of the Timescale Prometheus Connector
1818
# The charts README is at:
1919
# https://github.com/timescale/timescale-prometheus/tree/master/helm-chart
2020
timescale-prometheus:
2121
enabled: true
22-
image: timescale/timescale-prometheus:0.1.0-alpha.3.1
22+
image: timescale/timescale-prometheus:0.1.0-alpha.4
2323
# connection options
2424
connection:
2525
# the db name in which the metrics will be stored
@@ -41,16 +41,16 @@ timescale-prometheus:
4141
# we disable the load balancer by default, only a ClusterIP service
4242
# will get created
4343
loadBalancer:
44-
enabled: false
44+
enabled: false
4545
resources:
4646
requests:
47-
# By default this should be enough for a cluster
47+
# By default this should be enough for a cluster
4848
# with only a few pods
4949
memory: 2Gi
5050
cpu: 1
5151
# Values for configuring the deployment of Prometheus
5252
# The stable/prometheus chart is used and the guide for it
53-
# can be found at:
53+
# can be found at:
5454
# https://hub.helm.sh/charts/stable/prometheus
5555
prometheus:
5656
enabled: true
@@ -62,7 +62,7 @@ prometheus:
6262
# we provide a config map which will have the
6363
# timescale-prometheus connector already configured as
6464
# a remote endpoint for read/write (if enabled)
65-
# this overrides the config map the prometheus chart
65+
# this overrides the config map the prometheus chart
6666
# creates
6767
configMapOverrideName: "prometheus-config"
6868
# values to be used in the override config map
@@ -73,18 +73,18 @@ prometheus:
7373
protocol: http
7474
port: "9201"
7575
write:
76-
enabled: true
76+
enabled: true
7777
# complete url = {protocol}://{host}:{port}/{endpoint}
7878
endpoint: "write"
79-
# write queue config
79+
# write queue config
8080
# see: https://prometheus.io/docs/practices/remote_write/
8181
queue:
8282
max_shards: 30
8383
read:
8484
enabled: true
8585
# complete url = {protocol}://{host}:{port}/endpoint
8686
endpoint: "read"
87-
87+
8888
# Values for configuring the deployment of Grafana
8989
# The stable/grafana chart is used and the guide for it
9090
# can be found at:
@@ -103,7 +103,7 @@ grafana:
103103
prometheus:
104104
datasource:
105105
enabled: true
106-
# By default url of data source is set to prometheus instance
106+
# By default url of data source is set to prometheus instance
107107
# deployed with this chart
108108
url: "http://{{ .Release.Name}}-prometheus-server.{{ .Release.Namespace }}.svc.cluster.local"
109109
timescale:

0 commit comments

Comments
 (0)