From ee918dd6d0adf7a5519cafd1a49228e19b7c6c1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:28:11 -0500 Subject: [PATCH] [piaware] Update helm chart common to v2 (#394) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/piaware/Chart.yaml | 4 ++-- charts/piaware/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/piaware/Chart.yaml b/charts/piaware/Chart.yaml index f11816ef..3ffff9e4 100644 --- a/charts/piaware/Chart.yaml +++ b/charts/piaware/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.0 description: Program for forwarding ADS-B data to FlightAware name: piaware -version: 3.3.0 +version: 4.0.0 keywords: - piaware - flight-aware @@ -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/piaware/ci/ct-values.yaml b/charts/piaware/ci/ct-values.yaml index 8033cc39..3d1d3eb6 100644 --- a/charts/piaware/ci/ct-values.yaml +++ b/charts/piaware/ci/ct-values.yaml @@ -1,5 +1,3 @@ -ingress: - enabled: true env: LAT: "29.9792" LONG: "31.1342"