Skip to content

Commit 4a2e32f

Browse files
chore(deps): update ghcr.io/pact-foundation/pact-broker docker tag to v2.133.0-pactbroker2.116.0 (#199)
* chore(deps): update ghcr.io/pact-foundation/pact-broker docker tag to v2.133.0-pactbroker2.116.0 * bumps chart version Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --------- Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com>
1 parent 461000f commit 4a2e32f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/pact-broker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ 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: 5.1.0
6-
appVersion: 2.112.0
5+
version: 5.2.0
6+
appVersion: 2.116.0
77
dependencies:
88
- name: common
99
repository: oci://registry-1.docker.io/bitnamicharts

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: 5.1.0](https://img.shields.io/badge/Version-5.1.0-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: 5.2.0](https://img.shields.io/badge/Version-5.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.116.0](https://img.shields.io/badge/AppVersion-2.116.0-informational?style=flat-square)
44

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

@@ -122,7 +122,7 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p
122122
| broker.containerSecurityContext.runAsNonRoot | Set Pact Broker container's Security Context runAsNonRoot | bool | `true` |
123123
| broker.containerSecurityContext.runAsUser | Set Pact Broker container's Security Context runAsUser | int | `1001` |
124124
| broker.extraContainers | Additional containers to add to the Pact Broker pods | list | `[]` |
125-
| broker.image | Pact Broker image url | string | `"ghcr.io/pact-foundation/pact-broker:2.124.0-pactbroker2.112.0"` |
125+
| broker.image | Pact Broker image url | string | `"ghcr.io/pact-foundation/pact-broker:2.133.0-pactbroker2.116.0"` |
126126
| 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"` |
127127
| 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 | `[]` |
128128
| broker.labels | Additional labels that can be added to the Broker deployment | object | `{}` |

charts/pact-broker/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
broker:
33

44
# -- Pact Broker image url
5-
image: ghcr.io/pact-foundation/pact-broker:2.124.0-pactbroker2.112.0
5+
image: ghcr.io/pact-foundation/pact-broker:2.133.0-pactbroker2.116.0
66

77
# -- Specify a imagePullPolicy
88
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

0 commit comments

Comments
 (0)