Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

charts/timescaledb-single: update timescaledb to 2.11.1 #614

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/timescaledb-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
version: 0.33.2
version: 0.34.0
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 charts/timescaledb-single/docs/admin-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The following table lists the configurable parameters of the TimescaleDB Helm ch
| `fullnameOverride` | Override the fullname of the chart | `nil` |
| `image.pullPolicy` | The pull policy | `IfNotPresent` |
| `image.repository` | The image to pull | `timescale/timescaledb-ha` |
| `image.tag` | The version of the image to pull | `pg13-ts2.1-latest`
| `image.tag` | The version of the image to pull | `pg14.8-ts2.11.1` |
| `service.primary.type` | The service type to use for the primary service | `ClusterIP` |
| `service.primary.port` | The service port to use for the primary service | `5432` |
| `service.primary.nodePort` | The service nodePort to use for the primary service when `type` is `NodePort` | `null` |
Expand Down
2 changes: 1 addition & 1 deletion charts/timescaledb-single/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.6-ts2.9.1-p1
tag: pg14.8-ts2.11.1
pullPolicy: Always

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