Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions updatecli/updatecli.d/udash-front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ targets:
file: values.yaml
key: "$.images.front.tag"
versionincrement: minor
appversion: false

actions:
default:
Expand Down
13 changes: 2 additions & 11 deletions updatecli/updatecli.d/udash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }}'
Expand All @@ -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:
Expand Down
12 changes: 1 addition & 11 deletions updatecli/updatecli.d/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down