Skip to content

Commit

Permalink
Bump the node-red container version to 1.0.4 (helm#21493)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Billimek <jeff@billimek.com>
  • Loading branch information
billimek authored and Ian Levesque committed Jul 13, 2020
1 parent 026625e commit 3c4e0b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/node-red/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/node-red/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `/` |
Expand Down
2 changes: 1 addition & 1 deletion stable/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 3c4e0b8

Please sign in to comment.