Skip to content

Commit

Permalink
[incubator/timescale] Bumped timescale to pg 14.11 ts 2.14.2 (#1451)
Browse files Browse the repository at this point in the history
* Bumped timescale to pg 14.11 ts 2.14.2

* Bumped timescale to pg 14.11 ts 2.14.2
  • Loading branch information
jdesouza authored Mar 26, 2024
1 parent 1ceba3f commit 6cd8f5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions incubator/timescale/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
appVersion: 0.33.2 # Added to make linter happy
version: 0.33.5
appVersion: 0.33.3 # Added to make linter happy
version: 0.33.6
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.10-ts2.13.0-all"` | |
| image.tag | string | `"pg14.11-ts2.14.2-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.10-ts2.13.0-all
tag: pg14.11-ts2.14.2-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 6cd8f5f

Please sign in to comment.