Skip to content

Commit

Permalink
Update chart values path and reduce workflow freq
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Nov 2, 2024
1 parent e933392 commit 3fe3d4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Check for dependency updates
on:
schedule:
- cron: "0 9 * * *"
- cron: "0 9 * * 0"
workflow_dispatch:
jobs:
check_for_update:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
git config user.name "${{ github.actor }}"
# Get latest vLLM release tag and replace it in various places
CHART_VALUES=chart/values.yaml
CHART_VALUES=charts/azimuth-llm/values.yaml
# Export vars so that they can be used by yq's strenv function
export OLD_VLLM_TAG=$(yq '.api.image.version' $CHART_VALUES)
export NEW_VLLM_TAG=$(curl -s https://api.github.com/repos/vllm-project/vllm/releases/latest | jq .tag_name | sed s/\"//g)
Expand Down

0 comments on commit 3fe3d4f

Please sign in to comment.