mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
Bump the node-red container version to 1.0.4 (#21493)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 | `/` |
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user