Skip to content

Commit

Permalink
Add open source images for TimescaleDB (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Emon46 <emon@appscode.com>
  • Loading branch information
Emon46 committed Mar 11, 2021
1 parent d325aff commit d4d9f3a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-11.11-timescaledb.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-12.6-timescaledb.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-13.2-timescaledb.yaml
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit d4d9f3a

Please sign in to comment.