diff --git a/stable/node-red/Chart.yaml b/stable/node-red/Chart.yaml index 8e942d39c6dd..c81e67bd21c1 100644 --- a/stable/node-red/Chart.yaml +++ b/stable/node-red/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: 1.0.2 +appVersion: 1.0.4 description: Node-RED is low-code programming for event-driven applications name: node-red -version: 1.4.1 +version: 1.4.2 keywords: - nodered - node-red diff --git a/stable/node-red/README.md b/stable/node-red/README.md index aac5cc635a7b..432e74a48390 100644 --- a/stable/node-red/README.md +++ b/stable/node-red/README.md @@ -38,7 +38,7 @@ The following tables lists the configurable parameters of the Node-RED chart and | Parameter | Description | Default | |:---------------------------------- |:----------------------------------------------------------------------- |:------------------------- | | `image.repository` | node-red image | `nodered/node-red` | -| `image.tag` | node-red image tag | `1.0.2-12-minimal` | +| `image.tag` | node-red image tag | `1.0.4-12-minimal` | | `image.pullPolicy` | node-red image pull policy | `IfNotPresent` | | `strategyType` | Specifies the strategy used to replace old Pods by new ones | `Recreate` | | `livenessProbePath` | Default livenessProbe path | `/` | diff --git a/stable/node-red/values.yaml b/stable/node-red/values.yaml index 6aa4a83b72c4..b050aea9912c 100644 --- a/stable/node-red/values.yaml +++ b/stable/node-red/values.yaml @@ -7,7 +7,7 @@ strategyType: Recreate image: repository: nodered/node-red - tag: 1.0.1-12-minimal + tag: 1.0.4-12-minimal pullPolicy: IfNotPresent nameOverride: ""