From 5c191a5cb1421fc20b1711fbbf164e100fb04328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:23:44 -0500 Subject: [PATCH] [ombi] Update helm chart common to v2 (#389) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/ombi/Chart.yaml | 4 ++-- charts/ombi/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/ombi/ci/ct-values.yaml diff --git a/charts/ombi/Chart.yaml b/charts/ombi/Chart.yaml index 329c36f2..adea292f 100644 --- a/charts/ombi/Chart.yaml +++ b/charts/ombi/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.681 description: Want a Movie or TV Show on Plex or Emby? Use Ombi! name: ombi -version: 5.9.0 +version: 6.0.0 keywords: - ombi - plex @@ -21,7 +21,7 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.3 - name: mariadb version: 9.1.4 repository: https://charts.bitnami.com/bitnami diff --git a/charts/ombi/ci/ct-values.yaml b/charts/ombi/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/ombi/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true