diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index caf2b1bb..8ecc95a6 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -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 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index 8fd72407..056590a2 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -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 diff --git a/charts/stable/node-red/values.yaml b/charts/stable/node-red/values.yaml index c9fb15de..d1e45db2 100644 --- a/charts/stable/node-red/values.yaml +++ b/charts/stable/node-red/values.yaml @@ -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