diff --git a/clusters/cl01tl/helm/dawarich/Chart.yaml b/clusters/cl01tl/helm/dawarich/Chart.yaml index e16bd11ab..7798e8373 100644 --- a/clusters/cl01tl/helm/dawarich/Chart.yaml +++ b/clusters/cl01tl/helm/dawarich/Chart.yaml @@ -26,4 +26,4 @@ dependencies: repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons@main/png/dawarich.png # renovate: datasource=github-releases depName=Freika/dawarich -appVersion: 1.3.4 +appVersion: 1.4.0 diff --git a/clusters/cl01tl/helm/dawarich/values.yaml b/clusters/cl01tl/helm/dawarich/values.yaml index 1ce1037f3..f10d551a0 100644 --- a/clusters/cl01tl/helm/dawarich/values.yaml +++ b/clusters/cl01tl/helm/dawarich/values.yaml @@ -9,7 +9,7 @@ dawarich: main: image: repository: freikin/dawarich - tag: 1.3.4 + tag: 1.4.0 pullPolicy: IfNotPresent command: ["web-entrypoint.sh"] args: ["bin/rails", "server", "-p", "3000", "-b", "::"] @@ -106,7 +106,7 @@ dawarich: sidekiq: image: repository: freikin/dawarich - tag: 1.3.4 + tag: 1.4.0 pullPolicy: IfNotPresent command: ["sidekiq-entrypoint.sh"] args: ["sidekiq"]