From 57f043cc77002170e1965491957c6515dc76e088 Mon Sep 17 00:00:00 2001 From: Nick Hudson Date: Tue, 11 Oct 2022 11:58:29 -0500 Subject: [PATCH] Bump timescaledb-single helm chart to 0.18.0 --- chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index e4597d6a..13f99ccb 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -12,13 +12,13 @@ keywords: - monitoring - tracing - opentelemetry -version: 16.1.0 +version: 16.2.0 # TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28) # kubeVersion: ">= 1.23.0" dependencies: - name: timescaledb-single condition: timescaledb-single.enabled - version: 0.17.0 + version: 0.18.0 repository: https://charts.timescale.com - name: promscale condition: promscale.enabled