From 2f9a11e56b246b9d0ee150d248847e0095ad4326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 20:43:20 +0100 Subject: [PATCH] [sabnzbd] Update helm chart common to v2 (#399) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [sabnzbd] Update helm chart common to v2 * Delete ct-values.yaml * Update Chart.yaml Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> --- charts/sabnzbd/Chart.yaml | 4 ++-- charts/sabnzbd/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/sabnzbd/ci/ct-values.yaml diff --git a/charts/sabnzbd/Chart.yaml b/charts/sabnzbd/Chart.yaml index 1e6ba0d6..bfd26efd 100644 --- a/charts/sabnzbd/Chart.yaml +++ b/charts/sabnzbd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.1.0 description: Free and easy binary newsreader name: sabnzbd -version: 3.7.1 +version: 4.0.0 keywords: - sabnzbd - usenet @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.4 diff --git a/charts/sabnzbd/ci/ct-values.yaml b/charts/sabnzbd/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/sabnzbd/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true