From 22ed86b73e844e2f3cc5a44e0af5660142699096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 20:57:47 +0100 Subject: [PATCH] [xteve] Update helm chart common to v2 (#404) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [xteve] Update helm chart common to v2 * Delete ct-values.yaml Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/xteve/Chart.yaml | 4 ++-- charts/xteve/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/xteve/ci/ct-values.yaml diff --git a/charts/xteve/Chart.yaml b/charts/xteve/Chart.yaml index 21afabda..62c1bf0d 100644 --- a/charts/xteve/Chart.yaml +++ b/charts/xteve/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 2.1.2.0120 description: M3U Proxy for Plex DVR and Emby Live TV. name: xteve -version: 3.3.0 +version: 4.0.0 keywords: - xteve - iptv @@ -19,4 +19,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.4 diff --git a/charts/xteve/ci/ct-values.yaml b/charts/xteve/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/xteve/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true