From ba70020f71bcc996308cd700abd37b85fc608897 Mon Sep 17 00:00:00 2001 From: bcmmbaga Date: Wed, 4 Feb 2026 18:45:04 +0300 Subject: [PATCH] fix: update helm chart release configuration and naming template --- .github/workflows/helm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index bef0a14..0a075bd 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -6,6 +6,7 @@ on: # update this file to trigger helm chart release - 'charts/kubernetes-operator/Chart.yaml' - 'charts/netbird/Chart.yaml' + - 'charts/netbird-operator-config/Chart.yaml' branches: - main @@ -35,4 +36,4 @@ jobs: uses: helm/chart-releaser-action@v1.4.1 env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_RELEASE_NAME_TEMPLATE: "helm-v{{ .Version }}" + CR_RELEASE_NAME_TEMPLATE: "helm-{{ .Name }}-v{{ .Version }}"