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