From 2dd53f398ada3ba69dd52793a896c7b81cfcc40c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Mar 2025 01:04:45 +0000 Subject: [PATCH] ci(chart): attempt to fix release-please chart version update --- .github/release-please-config.json | 7 ++++++- chart/Chart.yaml | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/release-please-config.json b/.github/release-please-config.json index b16476d..262a105 100644 --- a/.github/release-please-config.json +++ b/.github/release-please-config.json @@ -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" + } ] } }, diff --git a/chart/Chart.yaml b/chart/Chart.yaml index ebbb200..7d5d8a6 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: casecmp description: A Helm chart for casecmp type: application -version: 2.3.0 # x-release-please-version -appVersion: 2.3.0 # x-release-please-version +version: 2.3.0 +appVersion: 2.3.0