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 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" 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"