Skip to content

Commit

Permalink
chore: /s/Pactflow/PactFlow (#31)
Browse files Browse the repository at this point in the history
* chore: /s/Pactflow/PactFlow
---------

Co-authored-by: Chris Burns <29541485+ChrisJBurns@users.noreply.github.com>
  • Loading branch information
YOU54F and ChrisJBurns authored Apr 7, 2023
1 parent 9c02f3f commit 5f9d8d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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: 0.10.0
version: 0.10.1
appVersion: 2.105.0.1
dependencies:
- condition: postgresql.enabled
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: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.105.0.1](https://img.shields.io/badge/AppVersion-2.105.0.1-informational?style=flat-square)
![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.105.0.1](https://img.shields.io/badge/AppVersion-2.105.0.1-informational?style=flat-square)

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

Expand Down Expand Up @@ -99,7 +99,7 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p
| broker.config.disable_ssl | If set to true, SSL verification will be disabled for the HTTP requests made by the webhooks | bool | `false` |
| broker.config.enableDiagnosticEndpoints | Whether or not to enable the diagnostic endpoints at /diagnostic/status/heartbeat and "diagnostic/status/dependencies | bool | `true` |
| broker.config.features | A list of features to enable in the Pact Broker for beta testing before public release. | string | `nil` |
| broker.config.hidePactflowMessages | Set to true to hide the messages in the logs about Pactflow | bool | `true` |
| broker.config.hidePactflowMessages | Set to true to hide the messages in the logs about PactFlow | bool | `true` |
| broker.config.httpDebugLoggingEnabled | Enable this setting to print the entire request and response to the logs at debug level. Do not leave this on permanently, as it will have performance and security issues. Ensure the application log_level is set to debug when this setting is enabled. | bool | `false` |
| broker.config.logFormat | The application log format. Can be any value supported by Semantic Logger. Allowed values: default, json, color | string | `"default"` |
| broker.config.logLevel | The application log level Allowed values: debug, info, warn, error, fatal | string | `"info"` |
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 @@ -86,7 +86,7 @@ broker:
# Ensure the application log_level is set to debug when this setting is enabled.
httpDebugLoggingEnabled: false

# -- Set to true to hide the messages in the logs about Pactflow
# -- Set to true to hide the messages in the logs about PactFlow
hidePactflowMessages: true

# -- The Postgresql ssl mode.
Expand Down

0 comments on commit 5f9d8d4

Please sign in to comment.