From 73577e39ef0c004da671d1f5c4a7b2de11ac41c1 Mon Sep 17 00:00:00 2001 From: Felix Kammerer <98359428+Kaktor@users.noreply.github.com> Date: Fri, 5 Aug 2022 11:28:36 +0200 Subject: [PATCH] chore: update node-red to 3.0.2 (#138) Signed-off-by: Felix Kammerer Co-authored-by: Felix Kammerer --- charts/node-red/Chart.yaml | 8 ++++---- charts/node-red/README.md | 13 +++++++------ 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 9d30eb7b..3323e5a8 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -9,8 +9,8 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png type: application -version: 0.19.0 -appVersion: 3.0.0 +version: 0.19.1 +appVersion: 3.0.2 keywords: - node-red @@ -29,10 +29,10 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - update node-red to version 3.0.0 + - update node-red to version 3.0.2 artifacthub.io/images: | - name: node-red - image: docker.io/nodered/node-red:2.2.2 + image: docker.io/nodered/node-red:3.0.2 - name: node-red-sidecar image: quay.io/kiwigrid/k8s-sidecar:1.18.1 artifacthub.io/license: Apache-2.0 diff --git a/charts/node-red/README.md b/charts/node-red/README.md index 64d9895a..1fba2d65 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -1,12 +1,13 @@ # node-red ⚙ -![Version: 0.19.0](https://img.shields.io/badge/Version-0.19.0-informational?style=for-the-badge) -![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) -![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=for-the-badge) +![Version: 0.19.1](https://img.shields.io/badge/Version-0.19.1-informational?style=for-the-badge) +![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) +![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=for-the-badge) [![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/node-red&style=for-the-badge)](https://artifacthub.io/packages/search?repo=node-red) [![SIT](https://img.shields.io/badge/SIT-awesome-blueviolet.svg?style=for-the-badge)](https://jobs.schwarz) + ## Description 📜 @@ -26,7 +27,7 @@ helm repo update To install the chart with the release name node-red run: ```bash -helm install node-red node-red/node-red --version 0.19.0 +helm install node-red node-red/node-red --version 0.19.1 ``` After a few seconds, node-red should be running. @@ -180,5 +181,5 @@ Apache License, Version 2.0 | Name | Email | Url | | ---- | ------ | --- | -| dirien | | | -| Kaktor | | | +| dirien | engin.diri@mail.schwarz | https://jobs.schwarz | +| Kaktor | felix.kammerer@mail.schwarz | https://jobs.schwarz |