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: