From 26f3ee8aaba9ec9f55356b47fa80ea247c4b70ba Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Mon, 4 Nov 2024 15:21:25 +0000 Subject: [PATCH] chore(deps): update pact-broker image to 2.123.0-pactbroker2.112.0 (#91) --- charts/pact-broker/Chart.yaml | 4 ++-- charts/pact-broker/README.md | 4 ++-- charts/pact-broker/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/pact-broker/Chart.yaml b/charts/pact-broker/Chart.yaml index f47c97d..0d6b301 100644 --- a/charts/pact-broker/Chart.yaml +++ b/charts/pact-broker/Chart.yaml @@ -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 diff --git a/charts/pact-broker/README.md b/charts/pact-broker/README.md index 03242f9..727ffe1 100644 --- a/charts/pact-broker/README.md +++ b/charts/pact-broker/README.md @@ -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. @@ -162,7 +162,7 @@ helm upgrade -i 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` | diff --git a/charts/pact-broker/values.yaml b/charts/pact-broker/values.yaml index 3e1976f..e63ef6a 100644 --- a/charts/pact-broker/values.yaml +++ b/charts/pact-broker/values.yaml @@ -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'