File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.2.1 (2025-09-08 )
3
+ ## 0.2.2 (2025-09-26 )
4
4
5
- * [ timescaledb] Update TimescaleDB to 2.22.0 ([ #46 ] ( https://github.com/CloudPirates-io/helm-charts/pull/46 ) )
5
+ * [ timescale/ timescaledb] chore(deps): update docker.io/timescale/timescaledb: 2.22.0-pg17 Docker digest to bd55a8c ([ #167 ] ( https://github.com/CloudPirates-io/helm-charts/pull/167 ) )
6
6
7
7
## 0.2.0 (2025-09-02)
8
8
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : timescaledb
3
3
description : TimescaleDB - The Open Source Time-Series Database for PostgreSQL
4
4
type : application
5
- version : 0.2.1
5
+ version : 0.2.2
6
6
appVersion : " 2.22.0-pg17"
7
7
keywords :
8
8
- timescaledb
Original file line number Diff line number Diff line change 22
22
# # @param image.repository TimescaleDB image repository
23
23
repository : timescale/timescaledb
24
24
# # @param image.tag TimescaleDB image tag (immutable tags are recommended)
25
- tag : " 2.22.0-pg17@sha256:ddbce8b06206c2b16e1f5797222a0ed28947b710a07a230e77b174b419f69d74 "
25
+ tag : " 2.22.0-pg17@sha256:bd55a8c608eaf813af588e55bfeab25787b9380487adfe8f78d3064760bf4e44 "
26
26
# # @param image.imagePullPolicy TimescaleDB image pull policy
27
27
imagePullPolicy : Always
28
28
You can’t perform that action at this time.
0 commit comments