Skip to content

Commit

Permalink
Fix sync chart with helm-charts
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasovskib committed Apr 12, 2024
1 parent 85c3914 commit 49acb38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
git checkout main
mkdir -p ./charts/gpu-metrics-exporter
cp -r ${CHART_PATH}/* ./charts/gpu-metrics-exporter
git add charts/gpu-metrics-exporter
git commit -m "Update gpu-metrics-exporter chart to ${{env.RELEASE_TAG}}"
Expand Down

0 comments on commit 49acb38

Please sign in to comment.