diff --git a/charts/udash-agent/Chart.yaml b/charts/udash-agent/Chart.yaml index e67b908..e2d1772 100644 --- a/charts/udash-agent/Chart.yaml +++ b/charts/udash-agent/Chart.yaml @@ -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 diff --git a/charts/udash-agent/values.yaml b/charts/udash-agent/values.yaml index b2ff1a3..9b22eef 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.14.0@sha256:a52edcb9535d8c392a2e592bf7c3b4fc0c14ecd4b1360aa96639145038b5da75 + tag: v0.15.0@sha256:4030ba7489e8ec8462028638a3ed92b94ba97deeb13013fd22cd0a11e4e4bd7a # -- Command override for the AgentRelay container. command: - "udash" diff --git a/charts/udash/Chart.yaml b/charts/udash/Chart.yaml index ab67d3a..0ebfd75 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.26.0 +version: 0.27.0 diff --git a/charts/udash/values.yaml b/charts/udash/values.yaml index 79cc2f6..c5d397e 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.14.0@sha256:a52edcb9535d8c392a2e592bf7c3b4fc0c14ecd4b1360aa96639145038b5da75 + tag: v0.15.0@sha256:4030ba7489e8ec8462028638a3ed92b94ba97deeb13013fd22cd0a11e4e4bd7a # -- Command override for the udash-server container. command: - "udash"