[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
appVersion: 2.1.4
appVersion: 2.2.2
description: Node-RED is low-code programming for event-driven applications
name: node-red
version: 10.1.2
version: 10.2.0
kubeVersion: ">=1.16.0-0"
keywords:
- nodered
@ -23,4 +23,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- 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
![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
@ -84,14 +84,14 @@ N/A
| env.TZ | string | `"UTC"` | Set the container timezone |
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
| 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. |
| 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. |
## Changelog
### Version 10.1.2
### Version 10.2.0
#### Added
@ -99,7 +99,7 @@ N/A
#### Changed
* Upgraded `common` chart dependency to version 4.4.2
* Upgraded to Node Red 2.2.2 upstream image
#### Fixed

View File

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