2 Commits

Author SHA1 Message Date
a76594a78c Update Helm release generic-device-plugin to v0.4.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 7s
2025-07-12 02:48:47 +00:00
14d9086281 use tag ids
All checks were successful
renovate / renovate (push) Successful in 1m32s
2025-07-11 21:47:32 -05:00
3 changed files with 5 additions and 5 deletions

View File

@@ -30,6 +30,6 @@ jobs:
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3
STALE_TAG: 'stale'
EXCLUDE_TAG: 'renovate'
STALE_TAG: 16
EXCLUDE_TAG: 20
run: python ./scripts/scripts/process-issues.py

View File

@@ -30,6 +30,6 @@ jobs:
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3
STALE_TAG: 'stale'
REQUIRED_TAG: 'automerge'
STALE_TAG: 16
REQUIRED_TAG: 15
run: python ./scripts/scripts/process-pull-requests.py

View File

@@ -15,6 +15,6 @@ maintainers:
dependencies:
- name: generic-device-plugin
repository: https://gitea.alexlebens.dev/api/packages/alexlebens/helm
version: 0.3.2
version: 0.4.0
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png
appVersion: 0.1.10