From d2c2dbd5747697383fe6d448a76c7bafe1d22327 Mon Sep 17 00:00:00 2001 From: Victor Login Date: Sun, 28 Jul 2019 05:39:54 +0300 Subject: [PATCH] [stable/node-red] Bump version to 0.20.7 (#15930) Signed-off-by: Victor Login --- stable/node-red/Chart.yaml | 4 ++-- stable/node-red/README.md | 4 ++-- stable/node-red/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/node-red/Chart.yaml b/stable/node-red/Chart.yaml index 419fc10a84..d13dcac94c 100644 --- a/stable/node-red/Chart.yaml +++ b/stable/node-red/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 0.20.5 +appVersion: 0.20.7 description: Node-RED is flow-based programming for the Internet of Things name: node-red -version: 1.3.0 +version: 1.3.1 keywords: - nodered - node-red diff --git a/stable/node-red/README.md b/stable/node-red/README.md index 20c9a89d83..5a64e13f60 100644 --- a/stable/node-red/README.md +++ b/stable/node-red/README.md @@ -37,9 +37,9 @@ The command removes all the Kubernetes components associated with the chart and The following tables lists the configurable parameters of the Node-RED chart and their default values. | Parameter | Description | Default | -|:-----------------------------------|:------------------------------------------------------------------------|:--------------------------| +|:---------------------------------- |:----------------------------------------------------------------------- |:------------------------- | | `image.repository` | node-red image | `nodered/node-red-docker` | -| `image.tag` | node-red image tag | `0.20.5-slim-v8` | +| `image.tag` | node-red image tag | `0.20.7-slim-v8` | | `image.pullPolicy` | node-red image pull policy | `IfNotPresent` | | `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` | | `flows` | Default flows configuration | `flows.json` | diff --git a/stable/node-red/values.yaml b/stable/node-red/values.yaml index 38c770065a..e9641eda2f 100644 --- a/stable/node-red/values.yaml +++ b/stable/node-red/values.yaml @@ -7,7 +7,7 @@ strategyType: Recreate image: repository: nodered/node-red-docker - tag: 0.20.5-slim-v8 + tag: 0.20.7-slim-v8 pullPolicy: IfNotPresent nameOverride: ""