diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 139cb6a..5ea8438 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,14 +4,19 @@ on: push: branches: - master + paths: + - "charts/**" -permissions: - contents: write - packages: write jobs: release: runs-on: ubuntu-latest + + permissions: + contents: write + packages: write + id-token: write + steps: - name: Checkout uses: actions/checkout@v2 diff --git a/README.md b/README.md index 75b083e..5a7234d 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Charts are also available in OCI format. The list of available charts can be fou Install one of the available charts: ```shell -helm upgrade -i oci://ghcr.io/pact-foundation/charts/pact-broker --version= +helm upgrade -i oci://ghcr.io/pact-foundation/pact-broker-chart/pact-broker --version= ``` ## Contributing diff --git a/charts/pact-broker/Chart.yaml b/charts/pact-broker/Chart.yaml index 35e71b3..2a5f125 100644 --- a/charts/pact-broker/Chart.yaml +++ b/charts/pact-broker/Chart.yaml @@ -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.5.1 +version: 0.5.2 appVersion: 2.105.0.1 dependencies: - condition: postgresql.enabled diff --git a/charts/pact-broker/README.md b/charts/pact-broker/README.md index 5ea1c83..892846d 100644 --- a/charts/pact-broker/README.md +++ b/charts/pact-broker/README.md @@ -1,6 +1,6 @@ # pact-broker -![Version: 0.5.1](https://img.shields.io/badge/Version-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) +![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-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. @@ -40,7 +40,7 @@ Charts are also available in OCI format. The list of available charts can be fou Install one of the available charts: ```shell -helm upgrade -i oci://ghcr.io/pact-foundation/charts/pact-broker --version= +helm upgrade -i oci://ghcr.io/pact-foundation/pact-broker-chart/pact-broker --version= ``` ## Source Code diff --git a/charts/pact-broker/README.md.gotmpl b/charts/pact-broker/README.md.gotmpl index 4cc6af3..2daa52a 100644 --- a/charts/pact-broker/README.md.gotmpl +++ b/charts/pact-broker/README.md.gotmpl @@ -41,7 +41,7 @@ Charts are also available in OCI format. The list of available charts can be fou Install one of the available charts: ```shell -helm upgrade -i oci://ghcr.io/pact-foundation/charts/pact-broker --version= +helm upgrade -i oci://ghcr.io/pact-foundation/pact-broker-chart/pact-broker --version= ``` {{ template "chart.homepageLine" . }}