From 0bd29e4c6debfa44d9ecf883ca4faa1f7878a876 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 20:54:18 +0100 Subject: [PATCH] [traccar] Update helm chart common to v2 (#402) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [traccar] Update helm chart common to v2 * Delete ct-values.yaml Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/traccar/Chart.yaml | 4 ++-- charts/traccar/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/traccar/ci/ct-values.yaml diff --git a/charts/traccar/Chart.yaml b/charts/traccar/Chart.yaml index 202f189f..1ced7a67 100644 --- a/charts/traccar/Chart.yaml +++ b/charts/traccar/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: v4.11 description: Traccar is an open source GPS tracking system. name: traccar -version: 1.2.0 +version: 2.0.0 keywords: - traccar - gps @@ -16,7 +16,7 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.4 - name: mariadb version: 9.1.4 repository: https://charts.bitnami.com/bitnami diff --git a/charts/traccar/ci/ct-values.yaml b/charts/traccar/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/traccar/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true