Compare commits

...

3 Commits

Author SHA1 Message Date
5d45caa2ea chore(deps): update helm/chart-testing-action action to v2.8.0 2026-02-07 00:32:05 +00:00
ce0c5dc817 feat: remove manager
All checks were successful
lint-and-test / lint-helm (push) Successful in 11s
release-charts-gitea-actions / release (push) Successful in 24s
lint-and-test / chart-testing (push) Successful in 30s
renovate / renovate (push) Successful in 50s
2026-02-06 18:31:19 -06:00
20ecfbeec5 fix: add bumpVersion 2026-02-06 18:31:04 -06:00
3 changed files with 8 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ jobs:
python-version: '3.14'
- name: Set up Chart Testing
uses: helm/chart-testing-action@v2.7.0
uses: helm/chart-testing-action@v2.8.0
with:
yamale_version: "6.0.0"

View File

@@ -12,5 +12,4 @@ sources:
maintainers:
- name: alexlebens
icon: https://avatars.githubusercontent.com/u/100373852?s=48&v=4
# renovate: datasource=github-releases depName=gitea/act_runner
appVersion: 0.2.11

View File

@@ -52,7 +52,13 @@
"groupName": "{{#if packageName}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' packageName)}}}{{else}}{{{replace 'ghcr.io/' '' (replace 'docker.io/' '' depName)}}}{{/if}}",
"groupSlug": "unified-{{{groupName}}}",
"addLabels": ["image"],
"automerge": false
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
},
{
"description": "Automerge generic-device-plugin image on digest",