-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add pages to sidebars plus some tweaks
- Loading branch information
Showing
5 changed files
with
77 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Deploy with Helm | ||
custom_edit_url: https://github.com/pact-foundation/pact-broker-chart/edit/master/README.md | ||
slug: ./readme | ||
--- | ||
<!-- This file has been synced from the pact-foundation/pact-broker-chart repository. Please do not edit it directly. The URL of the source file can be found in the custom_edit_url value above --> | ||
|
||
[](https://opensource.org/licenses/MIT)  | ||
|
||
This repository will house the Pact Broker Helm Chart. It is important to note that this is a community maintained Helm Chart that has been brought under the Pact Foundation GitHub for ease of reference. The current maintainers are: | ||
|
||
- [Chris Burns](https://github.com/ChrisJBurns) | ||
|
||
We are always looking for maintainers, please let us know if you'd be interested. :) | ||
|
||
## TL;DR | ||
|
||
```console | ||
helm repo add bitnami https://charts.bitnami.com/bitnami | ||
helm repo add pact-broker https://pact-foundation.github.io/pact-broker-chart/ | ||
|
||
helm install pact-broker pact-broker/pact-broker | ||
``` | ||
|
||
## Usage | ||
|
||
The Pact Broker Chart is available in the following formats: | ||
- [Chart Repository](https://helm.sh/docs/topics/chart_repository/) | ||
- [OCI Artifacts](https://helm.sh/docs/topics/registries/) | ||
|
||
### Installing from Chart Repository | ||
|
||
The following command can be used to add the chart repository: | ||
|
||
```console | ||
helm repo add pact-broker https://pact-foundation.github.io/pact-broker-chart/ | ||
``` | ||
|
||
Once the chart has been added, install one of the available charts: | ||
|
||
```console | ||
helm install pact-broker pact-broker/pact-broker | ||
``` | ||
|
||
### Installing from an OCI Registry | ||
|
||
Charts are also available in OCI format. The list of available charts can be found [here](https://github.com/pact-foundation/pact-broker-chart/). | ||
|
||
Install one of the available charts: | ||
|
||
```shell | ||
helm upgrade -i <release_name> oci://ghcr.io/pact-foundation/pact-broker-chart/pact-broker --version=<version> | ||
``` | ||
|
||
## Contributing | ||
|
||
The source code of all [Pact Broker](https://docs.pact.io/pact_broker/overview) [Helm](https://helm.sh) charts can be found on Github: <https://github.com/pact-foundation/pact-broker-chart/tree/master/charts/pact-broker/> | ||
|
||
## License | ||
|
||
[MIT License](https://github.com/pact-foundation/pact-broker-chart/blob/master/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters