Skip to content
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 docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ services:

db:
# Pin to a specific patch version to avoid unintended upgrades
image: timescale/timescaledb:2.26.4-pg16
image: timescale/timescaledb:2.27.1-pg16
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
Expand Down
2 changes: 1 addition & 1 deletion helm/snorlx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ database:
# Internal database settings
image:
repository: timescale/timescaledb
tag: 2.26.4-pg16
tag: 2.27.1-pg16
pullPolicy: IfNotPresent
storage:
size: 10Gi
Expand Down
Loading