From 9a6b9a39163cc9ad9e6c9f8f6417730070221bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:13:27 +0000 Subject: [PATCH] chore(deps): update helm release app-template to v3 --- k8s/sources/download/autobrr/app.yaml | 2 +- k8s/sources/download/download/app.yaml | 2 +- k8s/sources/home-automation/home-assistant/app.yaml | 2 +- k8s/sources/home-automation/mosquitto/app.yaml | 2 +- k8s/sources/home-automation/zigbee2mqtt/app.yaml | 2 +- k8s/sources/media/bazarr/app.yaml | 2 +- k8s/sources/media/calibre-web/app.yaml | 2 +- k8s/sources/media/calibre/app.yaml | 2 +- k8s/sources/media/jellyfin/app.yaml | 2 +- k8s/sources/media/jellyseerr/app.yaml | 2 +- k8s/sources/media/prowlarr/app.yaml | 2 +- k8s/sources/media/radarr/app.yaml | 2 +- k8s/sources/media/readarr/app.yaml | 2 +- k8s/sources/media/sonarr/app.yaml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/k8s/sources/download/autobrr/app.yaml b/k8s/sources/download/autobrr/app.yaml index 0fbbd9c5..58131ac4 100644 --- a/k8s/sources/download/autobrr/app.yaml +++ b/k8s/sources/download/autobrr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/download/autobrr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/download/download/app.yaml b/k8s/sources/download/download/app.yaml index f5efeca2..1a960716 100644 --- a/k8s/sources/download/download/app.yaml +++ b/k8s/sources/download/download/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/download/download/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/home-automation/home-assistant/app.yaml b/k8s/sources/home-automation/home-assistant/app.yaml index 87c8ac18..c5508cf9 100644 --- a/k8s/sources/home-automation/home-assistant/app.yaml +++ b/k8s/sources/home-automation/home-assistant/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/home-automation/home-assistant/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/home-automation/mosquitto/app.yaml b/k8s/sources/home-automation/mosquitto/app.yaml index fd75dc8f..66e83427 100644 --- a/k8s/sources/home-automation/mosquitto/app.yaml +++ b/k8s/sources/home-automation/mosquitto/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/home-automation/mosquitto/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/home-automation/zigbee2mqtt/app.yaml b/k8s/sources/home-automation/zigbee2mqtt/app.yaml index 152d3548..6037d632 100644 --- a/k8s/sources/home-automation/zigbee2mqtt/app.yaml +++ b/k8s/sources/home-automation/zigbee2mqtt/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/home-automation/zigbee2mqtt/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/bazarr/app.yaml b/k8s/sources/media/bazarr/app.yaml index 4e7bd5a2..0b913ff7 100644 --- a/k8s/sources/media/bazarr/app.yaml +++ b/k8s/sources/media/bazarr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/bazarr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/calibre-web/app.yaml b/k8s/sources/media/calibre-web/app.yaml index 0befe9d5..7414e0ae 100644 --- a/k8s/sources/media/calibre-web/app.yaml +++ b/k8s/sources/media/calibre-web/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/calibre-web/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/calibre/app.yaml b/k8s/sources/media/calibre/app.yaml index 3795ee7c..08ace883 100644 --- a/k8s/sources/media/calibre/app.yaml +++ b/k8s/sources/media/calibre/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/calibre/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/jellyfin/app.yaml b/k8s/sources/media/jellyfin/app.yaml index e4025080..ed1285cb 100644 --- a/k8s/sources/media/jellyfin/app.yaml +++ b/k8s/sources/media/jellyfin/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/jellyfin/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/jellyseerr/app.yaml b/k8s/sources/media/jellyseerr/app.yaml index 776398c9..0fa1046b 100644 --- a/k8s/sources/media/jellyseerr/app.yaml +++ b/k8s/sources/media/jellyseerr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/jellyseerr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/prowlarr/app.yaml b/k8s/sources/media/prowlarr/app.yaml index 989c2f13..f50b0b41 100644 --- a/k8s/sources/media/prowlarr/app.yaml +++ b/k8s/sources/media/prowlarr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/prowlarr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/radarr/app.yaml b/k8s/sources/media/radarr/app.yaml index 3c46cc75..ceb1d18b 100644 --- a/k8s/sources/media/radarr/app.yaml +++ b/k8s/sources/media/radarr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/radarr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/readarr/app.yaml b/k8s/sources/media/readarr/app.yaml index c511d8cf..d13def48 100644 --- a/k8s/sources/media/readarr/app.yaml +++ b/k8s/sources/media/readarr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/readarr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main diff --git a/k8s/sources/media/sonarr/app.yaml b/k8s/sources/media/sonarr/app.yaml index ba0a0c8d..fcdeab18 100644 --- a/k8s/sources/media/sonarr/app.yaml +++ b/k8s/sources/media/sonarr/app.yaml @@ -16,7 +16,7 @@ spec: valueFiles: - $values/k8s/sources/media/sonarr/values.yaml repoURL: https://bjw-s.github.io/helm-charts - targetRevision: 2.6.* + targetRevision: 3.5.* - ref: values repoURL: https://github.com/synthe102/homelab.git targetRevision: main