fix: update helm chart release configuration and naming template

This commit is contained in:
bcmmbaga
2026-02-04 18:45:04 +03:00
parent ed4e30dbb6
commit ba70020f71
+2 -1
View File
@@ -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 }}"