From 7114c2b43fcb007118d045843a3c2711d59f9e1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:10:49 -0500 Subject: [PATCH] [navidrome] Update helm chart common to v2 (#384) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/navidrome/Chart.yaml | 4 ++-- charts/navidrome/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/navidrome/ci/ct-values.yaml diff --git a/charts/navidrome/Chart.yaml b/charts/navidrome/Chart.yaml index 767539ed..bdc7f54b 100644 --- a/charts/navidrome/Chart.yaml +++ b/charts/navidrome/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.39.0 description: Navidrome is an open source web-based music collection server and streamer name: navidrome -version: 1.0.1 +version: 2.0.0 keywords: - navidrome - music @@ -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/navidrome/ci/ct-values.yaml b/charts/navidrome/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/navidrome/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true