From 3b257c68abe885e857e98d5e942fca99b3070bac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 14:07:09 -0500 Subject: [PATCH] [node-red] Update helm chart common to v2 (#385) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Renovate Bot Co-authored-by: ᗪєνιη ᗷυнʟ --- charts/node-red/Chart.yaml | 4 ++-- charts/node-red/ci/ct-values.yaml | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 charts/node-red/ci/ct-values.yaml diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index a44b25b4..41a97e17 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 1.2.5 description: Node-RED is low-code programming for event-driven applications name: node-red -version: 4.3.0 +version: 5.0.0 keywords: - nodered - node-red @@ -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/node-red/ci/ct-values.yaml b/charts/node-red/ci/ct-values.yaml deleted file mode 100644 index f6ccc628..00000000 --- a/charts/node-red/ci/ct-values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -ingress: - enabled: true