From 3a8354635b4f699b58f075d08ad5a4256395bdd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:50:34 -0600 Subject: [PATCH] Update Helm release tdarr-exporter to v1.1.0 (#17) * Update Helm release tdarr-exporter to v1.1.0 * increment chart version * remove trailing whitespace * remove trailing whitespace --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Lebens --- charts/tdarr/Chart.yaml | 6 +++--- charts/tdarr/values.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/tdarr/Chart.yaml b/charts/tdarr/Chart.yaml index 9f87ce0..f29879c 100644 --- a/charts/tdarr/Chart.yaml +++ b/charts/tdarr/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tdarr -version: 0.0.3 +version: 0.0.4 description: Chart for Tdarr V2 keywords: - video @@ -12,7 +12,7 @@ maintainers: - name: alexlebens icon: https://avatars.githubusercontent.com/u/43864057?s=48&v=4 dependencies: - - name: tdarr-exporter - version: 1.0.0 + - name: tdarr-exporter + version: 1.1.0 repository: https://homeylab.github.io/helm-charts/ appVersion: "2.17.01" diff --git a/charts/tdarr/values.yaml b/charts/tdarr/values.yaml index 2050f58..2772f1e 100644 --- a/charts/tdarr/values.yaml +++ b/charts/tdarr/values.yaml @@ -55,7 +55,7 @@ server: size: 100Mi node: replicas: 3 - strategy: Recreate + strategy: Recreate image: repository: ghcr.io/haveagitgat/tdarr_node tag: "2.17.01"