Skip to content

Commit bc14427

Browse files
committed
bumps helm chart for bitnami workaround
Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent c81d729 commit bc14427

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/pact-broker/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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.4
5+
version: 3.3.5
66
appVersion: 2.112.0
77
dependencies:
88
- condition: postgresql.enabled

charts/pact-broker/README.md

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

3-
![Version: 3.3.4](https://img.shields.io/badge/Version-3.3.4-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.5](https://img.shields.io/badge/Version-3.3.5-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

@@ -178,6 +178,7 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p
178178
| postgresql.auth.secretKeys.userPasswordKey | The key in which Postgres well look for, for the user password, in the existing Secret | string | `"user-password"` |
179179
| postgresql.auth.username | Name for a custom user to create | string | `"bn_broker"` |
180180
| postgresql.enabled | Switch to enable or disable the PostgreSQL helm chart | bool | `true` |
181+
| postgresql.image | Change default PostgreSQL image location (workaround for https://github.com/bitnami/charts/issues/35164) | object | `{"registry":"docker.io","repository":"bitnamilegacy/postgresql"}` |
181182
| service.annotations | service.annotations Additional annotations for the Service resource | object | `{}` |
182183
| service.clusterIP | Pact Broker service clusterIP | string | `""` |
183184
| service.loadBalancerIP | Pact Broker Service [loadBalancerIP](https://kubernetes.io/docs/user-guide/services/#type-loadbalancer) | string | `""` |

0 commit comments

Comments
 (0)