Skip to content

Commit

Permalink
Fixed typo in the TimescaleDB ImageCatalog (#419)
Browse files Browse the repository at this point in the history
Signed-off-by: VergilYotov <[email protected]>
  • Loading branch information
VergilYotov authored Oct 17, 2024
1 parent 90299d6 commit f838002
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/cluster/templates/image-catalog-timescaledb-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
spec:
images:
- major: 12
image: timescale/timescaledb-ha:pg15-ts{{ .Values.version.timescaledb }}
image: timescale/timescaledb-ha:pg12-ts{{ .Values.version.timescaledb }}
- major: 13
image: timescale/timescaledb-ha:pg15-ts{{ .Values.version.timescaledb }}
image: timescale/timescaledb-ha:pg13-ts{{ .Values.version.timescaledb }}
- major: 14
image: timescale/timescaledb-ha:pg15-ts{{ .Values.version.timescaledb }}
image: timescale/timescaledb-ha:pg14-ts{{ .Values.version.timescaledb }}
- major: 15
image: timescale/timescaledb-ha:pg15-ts{{ .Values.version.timescaledb }}
- major: 16
Expand Down

0 comments on commit f838002

Please sign in to comment.