diff --git a/charts/pact-broker/Chart.yaml b/charts/pact-broker/Chart.yaml index 57867af..147fa2b 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: 0.10.1 -appVersion: 2.105.0.1 +version: 0.11.0 +appVersion: 2.107.0.1 dependencies: - condition: postgresql.enabled name: postgresql diff --git a/charts/pact-broker/values.yaml b/charts/pact-broker/values.yaml index 0dc2c45..6ff5504 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.105.0.1 + tag: 2.112.0-pactbroker2.107.1 # -- Specify a imagePullPolicy # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'