Skip to content

Commit

Permalink
chore(deps): update pact-broker image to 2.123.0-pactbroker2.112.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Nov 4, 2024
1 parent a36dd4d commit 26f3ee8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/pact-broker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: pact-broker
description: The Pact Broker is an application for sharing for Pact contracts and verification results.
type: application
version: 1.1.0
appVersion: 2.107.1
version: 1.2.0
appVersion: 2.112.0
dependencies:
- condition: postgresql.enabled
name: postgresql
Expand Down
4 changes: 2 additions & 2 deletions charts/pact-broker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pact-broker

![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.107.1](https://img.shields.io/badge/AppVersion-2.107.1-informational?style=flat-square)
![Version: 1.2.0](https://img.shields.io/badge/Version-1.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)

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

Expand Down Expand Up @@ -162,7 +162,7 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p
| image.pullSecrets | 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 | `[]` |
| image.registry | Pact Broker image registry | string | `"docker.io"` |
| image.repository | Pact Broker image repository | string | `"pactfoundation/pact-broker"` |
| image.tag | Pact Broker image tag (immutable tags are recommended) | string | `"2.112.0-pactbroker2.107.1"` |
| image.tag | Pact Broker image tag (immutable tags are recommended) | string | `"2.123.0-pactbroker2.112.0"` |
| ingress.annotations | ingress.annotations Additional annotations for the Ingress resource | object | `{}` |
| ingress.className | ingress.className Name of the IngressClass cluster resource which defines which controller will implement the resource (e.g nginx) | string | `""` |
| ingress.enabled | ingress.enabled Enable the creation of the ingress resource | bool | `true` |
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 @@ -8,7 +8,7 @@ image:
repository: pactfoundation/pact-broker

# -- Pact Broker image tag (immutable tags are recommended)
tag: 2.112.0-pactbroker2.107.1
tag: 2.123.0-pactbroker2.112.0

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

0 comments on commit 26f3ee8

Please sign in to comment.