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, 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 }}