From b506df88d5609bf63d369f0d5b3cd2811ef70a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cs=C3=B3ti=20Istv=C3=A1n?= <109945490+csotiistvan@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:30:41 +0200 Subject: [PATCH] Update helm-release chart folder --- .github/workflows/helm-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yml b/.github/workflows/helm-release.yml index d8cd3d4..4d11e42 100644 --- a/.github/workflows/helm-release.yml +++ b/.github/workflows/helm-release.yml @@ -23,6 +23,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: "k8s/helm" # Specify the path to your charts directory + charts_dir: "k8s/helm/tngkds" # Specify the path to your charts directory env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"