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, "always-update": true,
"prerelease": false, "prerelease": false,
"extra-files": [ "extra-files": [
"chart/Chart.yaml" "chart/Chart.yaml",
{
"type": "yaml",
"path": "chart/values.yaml",
"jsonpath": "$.appVersion"
}
] ]
} }
}, },

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: casecmp name: casecmp
description: A Helm chart for casecmp description: A Helm chart for casecmp
type: application type: application
version: 2.3.0 # x-release-please-version version: 2.3.0
appVersion: 2.3.0 # x-release-please-version appVersion: 2.3.0