From 4dbd968417f0955281054855aa6f2fb703fd5d6c Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 15 Jun 2026 19:37:22 +0200 Subject: [PATCH] fix: revert appVersion update Signed-off-by: Olivier Vernin --- updatecli/updatecli.d/udash.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/updatecli/updatecli.d/udash.yaml b/updatecli/updatecli.d/udash.yaml index 4d86930..41f1395 100644 --- a/updatecli/updatecli.d/udash.yaml +++ b/updatecli/updatecli.d/udash.yaml @@ -33,7 +33,7 @@ targets: file: values.yaml key: "$.images.server.tag" versionincrement: minor - appversion: true + appversion: false udash-agent: name: update udash docker image tag to '{{ source "udash" }}' @@ -47,6 +47,17 @@ targets: versionincrement: minor appversion: false + appVersion: + name: update chart appVersion to '{{ source "udash" }}' + kind: helmchart + scmid: default + sourceid: udash + spec: + name: charts/udash-agent + file: Chart.yaml + key: "$.appVersion" + versionincrement: minor + actions: default: kind: github/pullrequest