mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
bumping docker image to latest official v1.0.1 version (#17699)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e5d12c4011
commit
e787c18cf4
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: 0.20.7
|
||||
appVersion: 1.0.1
|
||||
description: Node-RED is flow-based programming for the Internet of Things
|
||||
name: node-red
|
||||
version: 1.3.3
|
||||
version: 1.3.4
|
||||
keywords:
|
||||
- nodered
|
||||
- node-red
|
||||
|
||||
@@ -38,8 +38,8 @@ The following tables lists the configurable parameters of the Node-RED chart and
|
||||
|
||||
| Parameter | Description | Default |
|
||||
|:---------------------------------- |:----------------------------------------------------------------------- |:------------------------- |
|
||||
| `image.repository` | node-red image | `nodered/node-red-docker` |
|
||||
| `image.tag` | node-red image tag | `0.20.7-slim-v8` |
|
||||
| `image.repository` | node-red image | `nodered/node-red` |
|
||||
| `image.tag` | node-red image tag | `1.0.1-12-minimal` |
|
||||
| `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` |
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
strategyType: Recreate
|
||||
|
||||
image:
|
||||
repository: nodered/node-red-docker
|
||||
tag: 0.20.7-slim-v8
|
||||
repository: nodered/node-red
|
||||
tag: 1.0.1-12-minimal
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user