We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e933392 commit 3fe3d4fCopy full SHA for 3fe3d4f
.github/workflows/update-dependencies.yml
@@ -1,7 +1,7 @@
1
name: Check for dependency updates
2
on:
3
schedule:
4
- - cron: "0 9 * * *"
+ - cron: "0 9 * * 0"
5
workflow_dispatch:
6
jobs:
7
check_for_update:
@@ -33,7 +33,7 @@ jobs:
33
git config user.name "${{ github.actor }}"
34
35
# Get latest vLLM release tag and replace it in various places
36
- CHART_VALUES=chart/values.yaml
+ CHART_VALUES=charts/azimuth-llm/values.yaml
37
# Export vars so that they can be used by yq's strenv function
38
export OLD_VLLM_TAG=$(yq '.api.image.version' $CHART_VALUES)
39
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