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
4 changes: 2 additions & 2 deletions charts/udash-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
appVersion: v0.14.0
appVersion: v0.15.0
description: Udash Agent, is the Updatecli DASHboard agent running Updatecli to check your repositories updates.
icon: https://www.updatecli.io/images/updatecli_transparent.png
name: udash-agent
type: application
version: 0.28.0
version: 0.29.0
2 changes: 1 addition & 1 deletion charts/udash-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ images:
# -- Image pull policy for the AgentRelay image.
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: v0.14.0@sha256:a52edcb9535d8c392a2e592bf7c3b4fc0c14ecd4b1360aa96639145038b5da75
tag: v0.15.0@sha256:4030ba7489e8ec8462028638a3ed92b94ba97deeb13013fd22cd0a11e4e4bd7a
# -- Command override for the AgentRelay container.
command:
- "udash"
Expand Down
2 changes: 1 addition & 1 deletion charts/udash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Udash, the Updatecli DASHboard
icon: https://www.updatecli.io/images/updatecli_transparent.png
name: udash
type: application
version: 0.26.0
version: 0.27.0
2 changes: 1 addition & 1 deletion charts/udash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ images:
# -- Image pull policy for the udash-server image.
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
tag: v0.14.0@sha256:a52edcb9535d8c392a2e592bf7c3b4fc0c14ecd4b1360aa96639145038b5da75
tag: v0.15.0@sha256:4030ba7489e8ec8462028638a3ed92b94ba97deeb13013fd22cd0a11e4e4bd7a
# -- Command override for the udash-server container.
command:
- "udash"
Expand Down