Skip to content

Commit 8c56547

Browse files
renovate[bot]CopilotChrisJBurns
authored
chore(deps): update postgresql docker tag to v16.7.24 (#159)
* chore(deps): update postgresql docker tag to v16.7.24 * Bump helm chart version from 3.3.2 to 3.3.3 and fix README formatting (#166) * chore(deps): update postgresql docker tag to v16.7.24 * Initial plan * Bump chart version from 3.3.2 to 3.3.3 and sync README with Chart.yaml versions Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> * Run pre-commit to fix README.md formatting Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent d4f7a9a commit 8c56547

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/pact-broker/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: postgresql
33
repository: oci://registry-1.docker.io/bitnamicharts
4-
version: 16.7.13
4+
version: 16.7.24
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
77
version: 2.31.4
8-
digest: sha256:e342c1177625949f3824130f80aaf1a3bf9a5b6e0fe9e8342b118b7dc4b5b9c5
9-
generated: "2025-08-12T14:47:34.339212345Z"
8+
digest: sha256:682f1eaee08475822560e364fd7dc8e7240db0e60778e4f2237163cba9a4e10d
9+
generated: "2025-08-13T22:12:50.953543239Z"

charts/pact-broker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: v2
22
name: pact-broker
33
description: The Pact Broker is an application for sharing for Pact contracts and verification results.
44
type: application
5-
version: 3.3.2
5+
version: 3.3.3
66
appVersion: 2.112.0
77
dependencies:
88
- condition: postgresql.enabled
99
name: postgresql
1010
repository: oci://registry-1.docker.io/bitnamicharts
11-
version: 16.7.13
11+
version: 16.7.24
1212
- name: common
1313
repository: oci://registry-1.docker.io/bitnamicharts
1414
tags:

charts/pact-broker/README.md

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

3-
![Version: 3.3.2](https://img.shields.io/badge/Version-3.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.112.0](https://img.shields.io/badge/AppVersion-2.112.0-informational?style=flat-square)
3+
![Version: 3.3.3](https://img.shields.io/badge/Version-3.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.112.0](https://img.shields.io/badge/AppVersion-2.112.0-informational?style=flat-square)
44

55
The Pact Broker is an application for sharing for Pact contracts and verification results.
66

@@ -52,7 +52,7 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p
5252
| Repository | Name | Version |
5353
|------------|------|---------|
5454
| oci://registry-1.docker.io/bitnamicharts | common | 2.31.4 |
55-
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.7.13 |
55+
| oci://registry-1.docker.io/bitnamicharts | postgresql | 16.7.24 |
5656

5757
## Values
5858

0 commit comments

Comments
 (0)