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
2 changes: 1 addition & 1 deletion charts/udash-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: Udash Agent, is the Updatecli DASHboard agent running Updatecli to
icon: https://www.updatecli.io/images/updatecli_transparent.png
name: udash-agent
type: application
version: 0.20.0
version: 0.21.0
2 changes: 1 addition & 1 deletion charts/udash-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ images:
repository: ghcr.io/updatecli/udash
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.13.0@sha256:16cf55de3015bc344a5be12377548fe4a62ab353c47c0a5c78f26ee3de37b4c4
tag: v0.14.0@sha256:a52edcb9535d8c392a2e592bf7c3b4fc0c14ecd4b1360aa96639145038b5da75
command:
- "udash"
args:
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.23.0
version: 0.24.0
4 changes: 2 additions & 2 deletions charts/udash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ images:
repository: ghcr.io/updatecli/udash
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.13.0@sha256:16cf55de3015bc344a5be12377548fe4a62ab353c47c0a5c78f26ee3de37b4c4
tag: v0.14.0@sha256:a52edcb9535d8c392a2e592bf7c3b4fc0c14ecd4b1360aa96639145038b5da75
command:
- "udash"
args:
Expand All @@ -18,7 +18,7 @@ images:
repository: ghcr.io/updatecli/udash-front
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.15.0@sha256:f82fa7b24c5b1ac0f060442f81ba83faf5f4d2dc306378ed8aa70d402f13de0c
tag: v0.16.0@sha256:47ac96055885e30afbc69955e9acd11804575d201cb1b61c7cfb2a1127568368
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down
Loading