Skip to content

Commit

Permalink
Update TimescaleDB version to 0.33.5 and use pg14.10-ts2.13.0-all ima…
Browse files Browse the repository at this point in the history
…ge (#1403)
  • Loading branch information
vitorvezani authored Dec 28, 2023
1 parent 3487a49 commit cf7acd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion incubator/timescale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
appVersion: 0.33.2 # Added to make linter happy
version: 0.33.4
version: 0.33.5
icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png

# appVersion specifies the version of the software, which can vary wildly,
Expand Down
2 changes: 1 addition & 1 deletion incubator/timescale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TimescaleDB HA Deployment.
| clusterName | string | `""` | |
| version | string | `nil` | |
| image.repository | string | `"timescale/timescaledb-ha"` | |
| image.tag | string | `"pg14.8-ts2.11.0-all"` | |
| image.tag | string | `"pg14.10-ts2.13.0-all"` | |
| image.pullPolicy | string | `"Always"` | |
| curlImage.repository | string | `"curlimages/curl"` | |
| curlImage.tag | string | `"7.87.0"` | |
Expand Down
2 changes: 1 addition & 1 deletion incubator/timescale/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ image:
# Image was built from
# https://github.com/timescale/timescaledb-docker-ha
repository: timescale/timescaledb-ha
tag: pg14.8-ts2.11.0-all
tag: pg14.10-ts2.13.0-all
pullPolicy: Always

# There are job and cronjob resources that run during updates or backups that use curl image
Expand Down

0 comments on commit cf7acd4

Please sign in to comment.