[node-red] Upgrade to 2.1.4. (#1352)

* [node-red] Upgrade to 2.1.4.

* [node-red] bump common dep to 4.3.0.
This commit is contained in:
jlrgraham 2022-01-03 12:07:04 -06:00 committed by GitHub
parent d704fd4583
commit 6e39a0ae19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 7 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v2
appVersion: 1.3.5
appVersion: 2.1.4
description: Node-RED is low-code programming for event-driven applications
name: node-red
version: 9.1.0
version: 10.0.0
kubeVersion: ">=1.16.0-0"
keywords:
- nodered
@ -18,4 +18,4 @@ maintainers:
dependencies:
- name: common
repository: https://library-charts.k8s-at-home.com
version: 4.2.0
version: 4.3.0

View File

@ -1,6 +1,6 @@
# node-red
![Version: 9.1.0](https://img.shields.io/badge/Version-9.1.0-informational?style=flat-square) ![AppVersion: 1.3.5](https://img.shields.io/badge/AppVersion-1.3.5-informational?style=flat-square)
![Version: 10.0.0](https://img.shields.io/badge/Version-10.0.0-informational?style=flat-square) ![AppVersion: 2.1.4](https://img.shields.io/badge/AppVersion-2.1.4-informational?style=flat-square)
Node-RED is low-code programming for event-driven applications
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.k8s-at-home.com | common | 4.2.0 |
| https://library-charts.k8s-at-home.com | common | 4.3.0 |
## TL;DR
@ -84,7 +84,7 @@ 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 | `"1.3.5"` | image tag |
| image.tag | string | `"2.1.4"` | 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. |
@ -95,6 +95,13 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [10.0.0]
#### Changed
- Upgrade to Node Red 2.x (2.1.4) upstream image.
- Upgrade common dep to 4.3.0.
### [9.0.0]
#### Changed

View File

@ -9,6 +9,13 @@ All notable changes to this application Helm chart will be documented in this fi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### [10.0.0]
#### Changed
- Upgrade to Node Red 2.x (2.1.4) upstream image.
- Upgrade common dep to 4.3.0.
### [9.0.0]
#### Changed

View File

@ -9,7 +9,7 @@ image:
# -- image repository
repository: nodered/node-red
# -- image tag
tag: 1.3.5
tag: 2.1.4
# -- image pull policy
pullPolicy: IfNotPresent