|
1 | 1 | # pact-broker |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | The Pact Broker is an application for sharing for Pact contracts and verification results. |
6 | 6 |
|
@@ -122,6 +122,9 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p |
122 | 122 | | broker.containerSecurityContext.runAsNonRoot | Set Pact Broker container's Security Context runAsNonRoot | bool | `true` | |
123 | 123 | | broker.containerSecurityContext.runAsUser | Set Pact Broker container's Security Context runAsUser | int | `1001` | |
124 | 124 | | broker.extraContainers | Additional containers to add to the Pact Broker pods | list | `[]` | |
| 125 | +| broker.image | Pact Broker image url | string | `"docker.io/pactfoundation/pact-broker:2.124.0-pactbroker2.112.0"` | |
| 126 | +| 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"` | |
| 127 | +| 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 | `[]` | |
125 | 128 | | broker.labels | Additional labels that can be added to the Broker deployment | object | `{}` | |
126 | 129 | | broker.livenessProbe.enabled | Enable livenessProbe on Pact Broker containers | bool | `true` | |
127 | 130 | | broker.livenessProbe.failureThreshold | Failure threshold for livenessProbe | int | `3` | |
@@ -156,11 +159,6 @@ helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/p |
156 | 159 | | database.databaseName | External database name | string | `""` | |
157 | 160 | | database.host | Database host | string | `""` | |
158 | 161 | | database.port | Database port number | string | `""` | |
159 | | -| image.pullPolicy | 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"` | |
160 | | -| 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 | `[]` | |
161 | | -| image.registry | Pact Broker image registry | string | `"docker.io"` | |
162 | | -| image.repository | Pact Broker image repository | string | `"pactfoundation/pact-broker"` | |
163 | | -| image.tag | Pact Broker image tag (immutable tags are recommended) | string | `"2.124.0-pactbroker2.112.0"` | |
164 | 162 | | ingress.annotations | ingress.annotations Additional annotations for the Ingress resource | object | `{}` | |
165 | 163 | | ingress.className | ingress.className Name of the IngressClass cluster resource which defines which controller will implement the resource (e.g nginx) | string | `""` | |
166 | 164 | | ingress.enabled | ingress.enabled Enable the creation of the ingress resource | bool | `true` | |
|
0 commit comments