Skip to content

Commit

Permalink
feat: update node-red to 3.0.0 (#133)
Browse files Browse the repository at this point in the history
* feat: update node-red to 3.0.0

Signed-off-by: Engin Diri <[email protected]>
  • Loading branch information
Engin Diri authored Jul 20, 2022
1 parent 1c306d4 commit 3a27368
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -66,6 +66,8 @@ Apache License, Version 2.0

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| [@dirien](https://github.com/dirien) | [email protected] | https://jobs.schwarz |
| Name | Email | Url |
|--------|-------------------------------|------------------------|
| dirien | <[email protected]> | <https://jobs.schwarz> |
| Kaktor | <[email protected]> | <https://jobs.schwarz> |

6 changes: 3 additions & 3 deletions charts/node-red/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/node-red/README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 3a27368

Please sign in to comment.