Skip to content
Merged
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 charts/pact-broker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: pact-broker
description: The Pact Broker is an application for sharing for Pact contracts and verification results.
type: application
version: 6.1.2
version: 6.2.0
appVersion: 2.119.0
dependencies:
- name: common
Expand Down
6 changes: 3 additions & 3 deletions charts/pact-broker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pact-broker

![Version: 6.1.2](https://img.shields.io/badge/Version-6.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.119.0](https://img.shields.io/badge/AppVersion-2.119.0-informational?style=flat-square)
![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.119.0](https://img.shields.io/badge/AppVersion-2.119.0-informational?style=flat-square)

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

Expand Down Expand Up @@ -122,9 +122,9 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p
| broker.containerSecurityContext.runAsNonRoot | Set Pact Broker container's Security Context runAsNonRoot | bool | `true` |
| broker.containerSecurityContext.runAsUser | Set Pact Broker container's Security Context runAsUser | int | `1001` |
| broker.extraContainers | Additional containers to add to the Pact Broker pods | list | `[]` |
| broker.image | Pact Broker image configuration | object | `{"repository":"ghcr.io/pact-foundation/pact-broker","tag":"2.138.0-pactbroker2.119.0"}` |
| broker.image | Pact Broker image configuration | object | `{"repository":"ghcr.io/pact-foundation/pact-broker","tag":"2.139.0-pactbroker2.119.0"}` |
| broker.image.repository | Pact Broker image repository | string | `"ghcr.io/pact-foundation/pact-broker"` |
| broker.image.tag | Pact Broker image tag | string | `"2.138.0-pactbroker2.119.0"` |
| broker.image.tag | Pact Broker image tag | string | `"2.139.0-pactbroker2.119.0"` |
| broker.imagePullPolicy | Specify a imagePullPolicy Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' more info [here](https://kubernetes.io/docs/user-guide/images/#pre-pulling-images) | string | `"IfNotPresent"` |
| broker.imagePullSecrets | Array of imagePullSecrets to allow pulling the Pact Broker image from private registries. PS: Secret's must exist in the namespace to which you deploy the Pact Broker. more info [here](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) Example: pullSecrets: - mySecretName | list | `[]` |
| broker.labels | Additional labels that can be added to the Broker deployment | object | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pact-broker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ broker:
# -- Pact Broker image repository
repository: ghcr.io/pact-foundation/pact-broker
# -- Pact Broker image tag
tag: 2.138.0-pactbroker2.119.0
tag: 2.139.0-pactbroker2.119.0

# -- Specify a imagePullPolicy
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading