From 7e144c6fcd98e8d99747d6c2d03d8eaecda3d95c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:36:28 -0500 Subject: [PATCH] [pyload] Update helm chart common to v2 (#396) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/pyload/Chart.yaml | 4 ++-- charts/pyload/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/pyload/ci/ct-values.yaml diff --git a/charts/pyload/Chart.yaml b/charts/pyload/Chart.yaml index 41001e3a..1d6b37ca 100644 --- a/charts/pyload/Chart.yaml +++ b/charts/pyload/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 0.4.20 description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web. name: pyload -version: 1.0.1 +version: 2.0.0 keywords: - pyload - download @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 diff --git a/charts/pyload/ci/ct-values.yaml b/charts/pyload/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/pyload/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true