From a1b9795d3093fff972631870ebc398ff582fa33e Mon Sep 17 00:00:00 2001 From: Olivier Vernin Date: Mon, 15 Jun 2026 19:13:50 +0200 Subject: [PATCH] fix: appversion auto update Signed-off-by: Olivier Vernin --- updatecli/updatecli.d/udash-front.yaml | 1 + updatecli/updatecli.d/udash.yaml | 13 ++----------- updatecli/updatecli.d/updatecli.yaml | 12 +----------- 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/updatecli/updatecli.d/udash-front.yaml b/updatecli/updatecli.d/udash-front.yaml index 2dbbc92..d3b9f97 100644 --- a/updatecli/updatecli.d/udash-front.yaml +++ b/updatecli/updatecli.d/udash-front.yaml @@ -33,6 +33,7 @@ targets: file: values.yaml key: "$.images.front.tag" versionincrement: minor + appversion: false actions: default: diff --git a/updatecli/updatecli.d/udash.yaml b/updatecli/updatecli.d/udash.yaml index 5c96305..4d86930 100644 --- a/updatecli/updatecli.d/udash.yaml +++ b/updatecli/updatecli.d/udash.yaml @@ -33,6 +33,7 @@ targets: file: values.yaml key: "$.images.server.tag" versionincrement: minor + appversion: true udash-agent: name: update udash docker image tag to '{{ source "udash" }}' @@ -44,17 +45,7 @@ targets: file: values.yaml key: "$.images.agentrelay.tag" versionincrement: minor - - 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 + appversion: false actions: default: diff --git a/updatecli/updatecli.d/updatecli.yaml b/updatecli/updatecli.d/updatecli.yaml index 2911fe0..ac98ca1 100644 --- a/updatecli/updatecli.d/updatecli.yaml +++ b/updatecli/updatecli.d/updatecli.yaml @@ -33,17 +33,7 @@ targets: file: values.yaml key: "$.images.agent.tag" versionincrement: minor - - appVersion: - name: update chart appVersion to '{{ source "updatecli" }}' - kind: helmchart - scmid: default - sourceid: updatecli - spec: - name: charts/udash-agent - file: Chart.yaml - key: "$.appVersion" - versionincrement: minor + appversion: false actions: default: