ci(chart): attempt to fix release-please chart version update

This commit is contained in:
2025-03-16 01:04:45 +00:00
parent 88733428f5
commit 2dd53f398a
2 changed files with 8 additions and 3 deletions

View File

@@ -9,7 +9,12 @@
"always-update": true,
"prerelease": false,
"extra-files": [
"chart/Chart.yaml"
"chart/Chart.yaml",
{
"type": "yaml",
"path": "chart/values.yaml",
"jsonpath": "$.appVersion"
}
]
}
},