diff --git a/catalog/raw/postgres/postgres-11.11-timescaledb.yaml b/catalog/raw/postgres/postgres-11.11-timescaledb.yaml index 8f6f88d73..b031ec54f 100644 --- a/catalog/raw/postgres/postgres-11.11-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-11.11-timescaledb.yaml @@ -7,7 +7,7 @@ spec: coordinator: image: kubedb/pg-coordinator:v0.0.2 db: - image: timescale/timescaledb:2.1.0-pg11 + image: timescale/timescaledb:2.1.0-pg11-oss distribution: TimescaleDB exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 diff --git a/catalog/raw/postgres/postgres-12.6-timescaledb.yaml b/catalog/raw/postgres/postgres-12.6-timescaledb.yaml index 65501dab9..c32c80c18 100644 --- a/catalog/raw/postgres/postgres-12.6-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-12.6-timescaledb.yaml @@ -7,7 +7,7 @@ spec: coordinator: image: kubedb/pg-coordinator:v0.0.2 db: - image: timescale/timescaledb:2.1.0-pg12 + image: timescale/timescaledb:2.1.0-pg12-oss distribution: TimescaleDB exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 diff --git a/catalog/raw/postgres/postgres-13.2-timescaledb.yaml b/catalog/raw/postgres/postgres-13.2-timescaledb.yaml index b68213bc9..d173e8a8d 100644 --- a/catalog/raw/postgres/postgres-13.2-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-13.2-timescaledb.yaml @@ -7,7 +7,7 @@ spec: coordinator: image: kubedb/pg-coordinator:v0.0.2 db: - image: timescale/timescaledb:2.1.0-pg13 + image: timescale/timescaledb:2.1.0-pg13-oss distribution: TimescaleDB exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml index b88b3eabd..427e50f93 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml @@ -9,7 +9,7 @@ spec: coordinator: image: '{{ .Values.image.registry }}/pg-coordinator:v0.0.2' db: - image: timescale/timescaledb:2.1.0-pg11 + image: timescale/timescaledb:2.1.0-pg11-oss distribution: TimescaleDB exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml index f8e650854..f02f3657d 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml @@ -9,7 +9,7 @@ spec: coordinator: image: '{{ .Values.image.registry }}/pg-coordinator:v0.0.2' db: - image: timescale/timescaledb:2.1.0-pg12 + image: timescale/timescaledb:2.1.0-pg12-oss distribution: TimescaleDB exporter: image: prometheuscommunity/postgres-exporter:v0.9.0 diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml index 6e7629ad4..b7e912c3b 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml @@ -9,7 +9,7 @@ spec: coordinator: image: '{{ .Values.image.registry }}/pg-coordinator:v0.0.2' db: - image: timescale/timescaledb:2.1.0-pg13 + image: timescale/timescaledb:2.1.0-pg13-oss distribution: TimescaleDB exporter: image: prometheuscommunity/postgres-exporter:v0.9.0