Skip to content

Commit f4b12f4

Browse files
renovate[bot]zOnlyKroksgithub-actions[bot]
authored
[postgres] chore(deps): update docker.io/postgres:18.0 Docker digest to 073e7c8 (CloudPirates-io#172)
* [postgres] chore(deps): update docker.io/postgres:18.0 Docker digest to 073e7c8 * Bump chart version * Update CHANGELOG.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Finn Rades <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 805d3f8 commit f4b12f4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

charts/postgres/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Changelog
22

3-
## 0.7.1 (2025-10-02)
3+
## 0.7.2 (2025-10-02)
44

5-
* [postgres] implement support for existingClaim ([#212](https://github.com/CloudPirates-io/helm-charts/pull/212))
5+
* [postgres] chore(deps): update docker.io/postgres:18.0 Docker digest to 073e7c8 ([#172](https://github.com/CloudPirates-io/helm-charts/pull/172))
6+
7+
## <small>0.7.1 (2025-10-02)</small>
8+
9+
* implement support for existingClaim (#212) ([805d3f8](https://github.com/CloudPirates-io/helm-charts/commit/805d3f8)), closes [#212](https://github.com/CloudPirates-io/helm-charts/issues/212)
610

711
## 0.7.0 (2025-09-30)
812

charts/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: postgres
33
description: The World's Most Advanced Open Source Relational Database
44
type: application
5-
version: 0.7.1
5+
version: 0.7.2
66
appVersion: "18.0"
77
keywords:
88
- postgres

charts/postgres/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image:
2222
## @param image.repository PostgreSQL image repository
2323
repository: postgres
2424
## @param image.tag PostgreSQL image tag (immutable tags are recommended)
25-
tag: "18.0@sha256:9685e09573f19eeb99d259547a1cb7a7a77cd15877f55f51e215ad06edf5c721"
25+
tag: "18.0@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8"
2626
## @param image.imagePullPolicy PostgreSQL image pull policy
2727
imagePullPolicy: Always
2828

0 commit comments

Comments
 (0)