Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion updatecli/updatecli.d/udash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}'
Expand All @@ -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
Expand Down