Skip to content

Commit

Permalink
Fixed typo in the TimescaleDB ImageCatalog (cloudnative-pg#419)
Browse files Browse the repository at this point in the history
Signed-off-by: VergilYotov <[email protected]>
  • Loading branch information
VergilYotov authored and Yannic Remmet-Zarotiadis committed Dec 9, 2024
1 parent 910478e commit c541bdf
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 c541bdf

Please sign in to comment.