Skip to content

Commit 3fe3d4f

Browse files
committed
Update chart values path and reduce workflow freq
1 parent e933392 commit 3fe3d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check for dependency updates
22
on:
33
schedule:
4-
- cron: "0 9 * * *"
4+
- cron: "0 9 * * 0"
55
workflow_dispatch:
66
jobs:
77
check_for_update:
@@ -33,7 +33,7 @@ jobs:
3333
git config user.name "${{ github.actor }}"
3434
3535
# Get latest vLLM release tag and replace it in various places
36-
CHART_VALUES=chart/values.yaml
36+
CHART_VALUES=charts/azimuth-llm/values.yaml
3737
# Export vars so that they can be used by yq's strenv function
3838
export OLD_VLLM_TAG=$(yq '.api.image.version' $CHART_VALUES)
3939
export NEW_VLLM_TAG=$(curl -s https://api.github.com/repos/vllm-project/vllm/releases/latest | jq .tag_name | sed s/\"//g)

0 commit comments

Comments
 (0)