From a648f8673930174dcb0e9a9fdd31efc4fad42127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 3 Jul 2024 10:33:07 +0000 Subject: [PATCH] fix: add updater typhoon-web chart --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29de959b..0db1c9e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,7 @@ jobs: - run: | go run internal/tools/updater/main.go --file helm/charts/typhoon/Chart.yaml --version ${{ env.RELEASE_VERSION }} go run internal/tools/updater/main.go --file helm/charts/typhoon-accounting/Chart.yaml --version ${{ env.RELEASE_VERSION }} + go run internal/tools/updater/main.go --file helm/charts/typhoon-web/Chart.yaml --version ${{ env.RELEASE_VERSION }} - uses: azure/setup-helm@v4 with: version: v3.11.2