From 3a27368ef29b2d3a812267f6a6cace84d0e6596a Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Wed, 20 Jul 2022 08:35:41 +0200 Subject: [PATCH] feat: update node-red to 3.0.0 (#133) * feat: update node-red to 3.0.0 Signed-off-by: Engin Diri --- README.md | 10 ++++++---- charts/node-red/Chart.yaml | 6 +++--- charts/node-red/README.md | 6 +++--- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index bf8a53d1..8c408955 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![SIT](https://img.shields.io/badge/SIT-awesome-blueviolet.svg?style=for-the-badge)](https://jobs.schwarz) ![Helm](https://img.shields.io/badge/helm-0F1689?style=for-the-badge&logo=helm&logoColor=white) -![Node-Red](https://img.shields.io/badge/node--red-8F0000?style=for-the-badge&logo=nodered&logoColor=white) +![Node-Red](https://img.shields.io/badge/node--red_3.x-8F0000?style=for-the-badge&logo=nodered&logoColor=white) ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/SchwarzIT/node-red-chart/chart-publish/main?logo=github&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) @@ -66,6 +66,8 @@ Apache License, Version 2.0 ## Maintainers -| Name | Email | Url | -| ---- | ------ | --- | -| [@dirien](https://github.com/dirien) | engin.diri@mail.schwarz | https://jobs.schwarz | \ No newline at end of file +| Name | Email | Url | +|--------|-------------------------------|------------------------| +| dirien | | | +| Kaktor | | | + diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index d11206e3..9d30eb7b 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.18.0 -appVersion: 2.2.2 +version: 0.19.0 +appVersion: 3.0.0 keywords: - node-red @@ -29,7 +29,7 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - add option to add addition pod labels to deployment + - update node-red to version 3.0.0 artifacthub.io/images: | - name: node-red image: docker.io/nodered/node-red:2.2.2 diff --git a/charts/node-red/README.md b/charts/node-red/README.md index a785609f..64d9895a 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -1,8 +1,8 @@ # node-red ⚙ -![Version: 0.18.0](https://img.shields.io/badge/Version-0.18.0-informational?style=for-the-badge) +![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: 2.2.2](https://img.shields.io/badge/AppVersion-2.2.2-informational?style=for-the-badge) +![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-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) @@ -26,7 +26,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.18.0 +helm install node-red node-red/node-red --version 0.19.0 ``` After a few seconds, node-red should be running.