From 1493fd8fc80c331793b960323ef98395193a1130 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 18:01:35 +0200 Subject: [PATCH] [node-red] Update container image nodered/node-red to v2.0.0 (#699) * [node-red] Update container image nodered/node-red to v2.0.0 * Commit bumped App Version Signed-off-by: TrueCharts-Bot Co-authored-by: Renovate Bot Co-authored-by: TrueCharts-Bot --- charts/incubator/node-red/Chart.yaml | 2 +- charts/incubator/node-red/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/incubator/node-red/Chart.yaml b/charts/incubator/node-red/Chart.yaml index 6e8be8d5720..0941f0388a1 100644 --- a/charts/incubator/node-red/Chart.yaml +++ b/charts/incubator/node-red/Chart.yaml @@ -20,4 +20,4 @@ name: node-red sources: - https://github.com/node-red/node-red-docker type: application -version: 6.4.0 +version: 6.4.1 diff --git a/charts/incubator/node-red/values.yaml b/charts/incubator/node-red/values.yaml index a6ddda7114e..67e4e07cccf 100644 --- a/charts/incubator/node-red/values.yaml +++ b/charts/incubator/node-red/values.yaml @@ -3,7 +3,7 @@ image: repository: nodered/node-red pullPolicy: IfNotPresent - tag: 1.3.5 + tag: 2.0.0 strategy: type: Recreate