From 6e39a0ae190fa15d4e2cf9cfd86a8d23b75942df Mon Sep 17 00:00:00 2001 From: jlrgraham Date: Mon, 3 Jan 2022 12:07:04 -0600 Subject: [PATCH] [node-red] Upgrade to 2.1.4. (#1352) * [node-red] Upgrade to 2.1.4. * [node-red] bump common dep to 4.3.0. --- charts/stable/node-red/Chart.yaml | 6 +++--- charts/stable/node-red/README.md | 13 ++++++++++--- charts/stable/node-red/README_CHANGELOG.md.gotmpl | 7 +++++++ charts/stable/node-red/values.yaml | 2 +- 4 files changed, 21 insertions(+), 7 deletions(-) diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml index f86133db..5810053b 100644 --- a/charts/stable/node-red/Chart.yaml +++ b/charts/stable/node-red/Chart.yaml @@ -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 diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md index 9c952eca..598bf434 100644 --- a/charts/stable/node-red/README.md +++ b/charts/stable/node-red/README.md @@ -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 diff --git a/charts/stable/node-red/README_CHANGELOG.md.gotmpl b/charts/stable/node-red/README_CHANGELOG.md.gotmpl index 3f36a646..751295d0 100644 --- a/charts/stable/node-red/README_CHANGELOG.md.gotmpl +++ b/charts/stable/node-red/README_CHANGELOG.md.gotmpl @@ -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 diff --git a/charts/stable/node-red/values.yaml b/charts/stable/node-red/values.yaml index 10aecb08..c9fb15de 100644 --- a/charts/stable/node-red/values.yaml +++ b/charts/stable/node-red/values.yaml @@ -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