Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/node-red] - Bump the node-red container version to 1.0.4 #21493

Merged
merged 1 commit into from
Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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