From d058965386ef2c4a38f3b632863da2dbc0f236ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 13:57:36 -0500 Subject: [PATCH] [lidarr] Update helm chart common to v2 (#381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/lidarr/Chart.yaml | 4 ++-- charts/lidarr/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/lidarr/ci/ct-values.yaml diff --git a/charts/lidarr/Chart.yaml b/charts/lidarr/Chart.yaml index a0a4d5ff..c5a0704d 100644 --- a/charts/lidarr/Chart.yaml +++ b/charts/lidarr/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.8.0.1886 description: Looks and smells like Sonarr but made for music name: lidarr -version: 5.7.0 +version: 6.0.0 keywords: - lidarr - torrent @@ -18,4 +18,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 diff --git a/charts/lidarr/ci/ct-values.yaml b/charts/lidarr/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/lidarr/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true