From 86b8f221dfc3f45e53999a93cb82d0a3cdcb9934 Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Tue, 10 Oct 2023 11:19:27 +0300 Subject: [PATCH] github-action: update charts path to include memtierd and memory-qos Signed-off-by: Feruzjon Muyassarov --- .github/workflows/package-helm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-helm.yaml b/.github/workflows/package-helm.yaml index e407de109..db9550d13 100644 --- a/.github/workflows/package-helm.yaml +++ b/.github/workflows/package-helm.yaml @@ -6,7 +6,7 @@ on: - "v*.*.*" env: - CHARTS_DIR: deployment/helm/resource-management-policies/ + CHARTS_DIR: deployment/helm/ jobs: release: @@ -34,4 +34,4 @@ jobs: name: ${{ github.ref_name }} draft: true append_body: true - files: nri-resource-policy-*helm-chart*.tgz + files: nri-*helm-chart*.tgz