From 3ee1714fab457504732311b82037aff4c00f9d4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 21:00:28 +0100 Subject: [PATCH] [zwave2mqtt] Update helm chart common to v2 (#406) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [zwave2mqtt] Update helm chart common to v2 * Delete ct-values.yaml Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/zwave2mqtt/Chart.yaml | 4 ++-- charts/zwave2mqtt/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/zwave2mqtt/ci/ct-values.yaml diff --git a/charts/zwave2mqtt/Chart.yaml b/charts/zwave2mqtt/Chart.yaml index da2517e2..1e142667 100644 --- a/charts/zwave2mqtt/Chart.yaml +++ b/charts/zwave2mqtt/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 4.0.6 description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue name: zwave2mqtt -version: 5.4.0 +version: 6.0.0 keywords: - zwave - mqtt @@ -17,4 +17,4 @@ maintainers: dependencies: - name: common repository: https://k8s-at-home.com/charts/ - version: 1.7.0 + version: 2.0.4 diff --git a/charts/zwave2mqtt/ci/ct-values.yaml b/charts/zwave2mqtt/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/zwave2mqtt/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true