[node-red] upgrade to 2.2.2 (#1693)

* [node-red] upgrade to 2.2.2

Signed-off-by: Florian Heiderich <florian@heiderich.org>
This commit is contained in:
Florian Heiderich 2022-07-25 09:39:07 +02:00 committed by GitHub
parent ad814f200b
commit 4925d1f08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 8 deletions

View File

@ -1,9 +1,9 @@
--- ---
apiVersion: v2 apiVersion: v2
appVersion: 2.1.4 appVersion: 2.2.2
description: Node-RED is low-code programming for event-driven applications description: Node-RED is low-code programming for event-driven applications
name: node-red name: node-red
version: 10.1.2 version: 10.2.0
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- nodered - nodered
@ -23,4 +23,4 @@ dependencies:
annotations: annotations:
artifacthub.io/changes: |- artifacthub.io/changes: |-
- kind: changed - kind: changed
description: Upgraded `common` chart dependency to version 4.4.2 description: Upgraded to Node Red 2.2.2 upstream image

View File

@ -1,6 +1,6 @@
# node-red # node-red
![Version: 10.1.2](https://img.shields.io/badge/Version-10.1.2-informational?style=flat-square) ![AppVersion: 2.1.4](https://img.shields.io/badge/AppVersion-2.1.4-informational?style=flat-square) ![Version: 10.2.0](https://img.shields.io/badge/Version-10.2.0-informational?style=flat-square) ![AppVersion: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=flat-square)
Node-RED is low-code programming for event-driven applications Node-RED is low-code programming for event-driven applications
@ -84,14 +84,14 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone | | env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| image.repository | string | `"nodered/node-red"` | image repository | | image.repository | string | `"nodered/node-red"` | image repository |
| image.tag | string | `"2.1.4"` | image tag | | image.tag | string | `"2.2.2"` | image tag |
| ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
| service | object | See values.yaml | Configures service settings for the chart. | | service | object | See values.yaml | Configures service settings for the chart. |
## Changelog ## Changelog
### Version 10.1.2 ### Version 10.2.0
#### Added #### Added
@ -99,7 +99,7 @@ N/A
#### Changed #### Changed
* Upgraded `common` chart dependency to version 4.4.2 * Upgraded to Node Red 2.2.2 upstream image
#### Fixed #### Fixed

View File

@ -9,7 +9,8 @@ image:
# -- image repository # -- image repository
repository: nodered/node-red repository: nodered/node-red
# -- image tag # -- image tag
tag: 2.1.4 # @default -- chart.appVersion
tag:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent