From 69e13c8198e8698b1d9a2c43ed3901641d772de1 Mon Sep 17 00:00:00 2001 From: Maximilian Marschall Date: Wed, 29 Mar 2023 09:05:49 +0200 Subject: [PATCH 1/2] timescaledb-single: Add services to Role, fix #599 Signed-off-by: Maximilian Marschall --- .../templates/role-timescaledb.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/charts/timescaledb-single/templates/role-timescaledb.yaml b/charts/timescaledb-single/templates/role-timescaledb.yaml index 2694af1f..12b3739c 100644 --- a/charts/timescaledb-single/templates/role-timescaledb.yaml +++ b/charts/timescaledb-single/templates/role-timescaledb.yaml @@ -44,4 +44,15 @@ rules: - patch - update - watch + # add services to fix issue #599 +- apiGroups: [""] + resources: ["services"] + verbs: + - create + - get + - list + - patch + - update + - watch + - delete {{- end }} From 2ff9be64e5d998e42ff2383fe4ee89774ff954ca Mon Sep 17 00:00:00 2001 From: Maximilian Marschall Date: Wed, 29 Mar 2023 09:36:08 +0200 Subject: [PATCH 2/2] timescaledb-single: bump version to 0.33.3 Signed-off-by: Maximilian Marschall --- charts/timescaledb-single/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/timescaledb-single/Chart.yaml b/charts/timescaledb-single/Chart.yaml index 84e86776..cdf38a43 100644 --- a/charts/timescaledb-single/Chart.yaml +++ b/charts/timescaledb-single/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 name: timescaledb-single description: 'TimescaleDB HA Deployment.' -version: 0.33.2 +version: 0.33.3 icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png # appVersion specifies the version of the software, which can vary wildly,