diff --git a/.github/workflows/mattermost-ziti-webhook.yml b/.github/workflows/mattermost-ziti-webhook.yml index f1ef9b49..a73ab7b7 100644 --- a/.github/workflows/mattermost-ziti-webhook.yml +++ b/.github/workflows/mattermost-ziti-webhook.yml @@ -20,17 +20,17 @@ jobs: runs-on: ubuntu-latest name: Ziti Mattermost Action - Py steps: - - uses: openziti/ziti-mattermost-action-py@main - if: ${{ env.ZHOOK_URL != null }} + - uses: openziti/ziti-mattermost-action-py@v1 + if: ${{ env.ZHOOK_URL_DEV_NOTIFICATIONS != null }} env: - ZHOOK_URL: ${{ secrets.ZHOOK_URL }} + ZHOOK_URL: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }} with: # Identity JSON containing key to access a Ziti network zitiId: ${{ secrets.ZITI_MATTERMOST_IDENTITY }} # URL to post the payload. Note that the `zitiId` must provide access to a service # intercepting `my-mattermost-ziti-server` - webhookUrl: ${{ secrets.ZHOOK_URL }} + webhookUrl: ${{ secrets.ZHOOK_URL_DEV_NOTIFICATIONS }} eventJson: ${{ toJson(github.event) }} senderUsername: "GitHubZ" diff --git a/charts/ziti-controller/Chart.yaml b/charts/ziti-controller/Chart.yaml index 9d949dac..24c26a41 100644 --- a/charts/ziti-controller/Chart.yaml +++ b/charts/ziti-controller/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 -appVersion: 1.6.5 +appVersion: 1.6.8 description: Host an OpenZiti controller in Kubernetes name: ziti-controller type: application -version: 2.0.3 +version: 2.0.5 diff --git a/charts/ziti-controller/README.md b/charts/ziti-controller/README.md index 7682ea3b..a58a6696 100644 --- a/charts/ziti-controller/README.md +++ b/charts/ziti-controller/README.md @@ -2,7 +2,7 @@ # ziti-controller -![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.5](https://img.shields.io/badge/AppVersion-1.6.5-informational?style=flat-square) +![Version: 2.0.5](https://img.shields.io/badge/Version-2.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.8](https://img.shields.io/badge/AppVersion-1.6.8-informational?style=flat-square) Host an OpenZiti controller in Kubernetes