From 95c35e352fcf1bd6c71b653f7cbfcd7bc68a7249 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 18 Sep 2026 08:42:16 +0000 Subject: [PATCH 1/3] chore: update chart appVersion to 'v0.18.0' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- charts/udash-agent/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/udash-agent/Chart.yaml b/charts/udash-agent/Chart.yaml index 528197e..af12eed 100644 --- a/charts/udash-agent/Chart.yaml +++ b/charts/udash-agent/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 -appVersion: v0.17.1 +appVersion: v0.18.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.37.0 +version: 0.38.0 From 865fff6fd4f7c18ac916e1aa506e6e29c55e2b8b Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 18 Sep 2026 08:42:17 +0000 Subject: [PATCH 2/3] chore: update udash docker image tag to 'v0.18.0' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- charts/udash-agent/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/udash-agent/values.yaml b/charts/udash-agent/values.yaml index 8237171..ce95f0a 100644 --- a/charts/udash-agent/values.yaml +++ b/charts/udash-agent/values.yaml @@ -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.17.1@sha256:76450ac9e81edfd705b02dc66bd66b226e6620a3cb4bd0488c4dd9a461266e4c + tag: v0.18.0@sha256:3648bd84c605948cf9ef25f7ad2e516923bdf4dec00eaa4fdef4c67544baf0eb # -- Command override for the AgentRelay container. command: - "udash" From 5fbe5f882276e004d1b713894d2f779938f79061 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 18 Sep 2026 08:42:18 +0000 Subject: [PATCH 3/3] chore: update udash docker image tag to 'v0.18.0' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- charts/udash/Chart.yaml | 2 +- charts/udash/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/udash/Chart.yaml b/charts/udash/Chart.yaml index d43b576..42c6cad 100644 --- a/charts/udash/Chart.yaml +++ b/charts/udash/Chart.yaml @@ -4,4 +4,4 @@ description: Udash, the Updatecli DASHboard icon: https://www.updatecli.io/images/updatecli_transparent.png name: udash type: application -version: 0.34.0 +version: 0.35.0 diff --git a/charts/udash/values.yaml b/charts/udash/values.yaml index e394b13..ab2386e 100644 --- a/charts/udash/values.yaml +++ b/charts/udash/values.yaml @@ -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.17.1@sha256:76450ac9e81edfd705b02dc66bd66b226e6620a3cb4bd0488c4dd9a461266e4c + tag: v0.18.0@sha256:3648bd84c605948cf9ef25f7ad2e516923bdf4dec00eaa4fdef4c67544baf0eb # -- Command override for the udash-server container. command: - "udash"