Skip to content

Commit 58c7497

Browse files
authored
Create update.yml workflow
1 parent 489ce8d commit 58c7497

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/update.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: helm-version-updater
2+
3+
on:
4+
schedule:
5+
- cron: "0 13 * * *"
6+
workflow_dispatch: {}
7+
8+
jobs:
9+
helm-version-updater:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
13+
- uses: lrstanley/[email protected]
14+
with:
15+
check-dir: charts/

0 commit comments

Comments
 (0)