diff --git a/incubator/timescale/Chart.yaml b/incubator/timescale/Chart.yaml index fb6fde4d0..44131e97b 100644 --- a/incubator/timescale/Chart.yaml +++ b/incubator/timescale/Chart.yaml @@ -4,8 +4,8 @@ apiVersion: v1 name: timescaledb-single description: 'TimescaleDB HA Deployment.' -appVersion: 0.33.3 # Added to make linter happy -version: 0.33.6 +appVersion: 0.33.4 # Added to make linter happy +version: 0.33.7 icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png # appVersion specifies the version of the software, which can vary wildly, diff --git a/incubator/timescale/README.md b/incubator/timescale/README.md index a904f64a2..00f8a6158 100644 --- a/incubator/timescale/README.md +++ b/incubator/timescale/README.md @@ -28,7 +28,7 @@ TimescaleDB HA Deployment. | clusterName | string | `""` | | | version | string | `nil` | | | image.repository | string | `"timescale/timescaledb-ha"` | | -| image.tag | string | `"pg14.11-ts2.14.2-all"` | | +| image.tag | string | `"pg14.13-ts2.17.1-all"` | | | image.pullPolicy | string | `"Always"` | | | curlImage.repository | string | `"curlimages/curl"` | | | curlImage.tag | string | `"7.87.0"` | | diff --git a/incubator/timescale/values.yaml b/incubator/timescale/values.yaml index 98b8d9860..f44b49641 100644 --- a/incubator/timescale/values.yaml +++ b/incubator/timescale/values.yaml @@ -20,7 +20,7 @@ image: # Image was built from # https://github.com/timescale/timescaledb-docker-ha repository: timescale/timescaledb-ha - tag: pg14.11-ts2.14.2-all + tag: pg14.13-ts2.17.1-all pullPolicy: Always # There are job and cronjob resources that run during updates or backups that use curl image