From bd9da3d19bbe85c8b541de5f3e3d54ccfbc786c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 19:38:05 +0100 Subject: [PATCH] [freshrss] Update helm chart common to v2 (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [freshrss] Update helm chart common to v2 * Delete ct-values.yaml Co-authored-by: Renovate Bot Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <6213398+bjw-s@users.noreply.github.com> --- charts/freshrss/Chart.yaml | 4 ++-- charts/freshrss/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/freshrss/ci/ct-values.yaml diff --git a/charts/freshrss/Chart.yaml b/charts/freshrss/Chart.yaml index 336ef119..65ee8d97 100644 --- a/charts/freshrss/Chart.yaml +++ b/charts/freshrss/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.17.0 description: FreshRSS is a self-hosted RSS feed aggregator name: freshrss -version: 1.2.0 +version: 2.0.0 keywords: - freshrss - rss @@ -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/freshrss/ci/ct-values.yaml b/charts/freshrss/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/freshrss/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true