Skip to content

Commit 2cab1ca

Browse files
committed
Update Node-RED to 4.1.2
1 parent 26ed39a commit 2cab1ca

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

charts/node-red/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png
99

1010
type: application
1111

12-
version: 0.37.0
13-
appVersion: 4.0.9
12+
version: 0.38.0
13+
appVersion: 4.1.2
1414

1515
keywords:
1616
- node-red
@@ -29,10 +29,10 @@ maintainers:
2929
annotations:
3030
artifacthub.io/containsSecurityUpdates: "false"
3131
artifacthub.io/changes: |
32-
- Add startupProbe configuration support
32+
- Update Node-RED to 4.1.2
3333
artifacthub.io/images: |
3434
- name: node-red
35-
image: docker.io/nodered/node-red:4.0.9
35+
image: docker.io/nodered/node-red:4.1.2
3636
- name: node-red-sidecar
3737
image: quay.io/kiwigrid/k8s-sidecar:1.30.5
3838
artifacthub.io/license: Apache-2.0

charts/node-red/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# node-red ⚙
22

3-
![Version: 0.37.0](https://img.shields.io/badge/Version-0.37.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.9](https://img.shields.io/badge/AppVersion-4.0.9-informational?style=flat-square)
3+
![Version: 0.38.0](https://img.shields.io/badge/Version-0.38.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.1.2](https://img.shields.io/badge/AppVersion-4.1.2-informational?style=flat-square)
44

55
[![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
[![SIT](https://img.shields.io/badge/SIT-awesome-blueviolet.svg?style=for-the-badge)](https://jobs.schwarz)
@@ -16,7 +16,7 @@ A Helm chart for Node-Red, a low-code programming for event-driven applications
1616
To install the chart using the OCI artifact, run:
1717

1818
```bash
19-
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.37.0
19+
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.38.0
2020
```
2121

2222
## Usage
@@ -32,7 +32,7 @@ helm repo update
3232
To install the chart with the release name node-red run:
3333

3434
```bash
35-
helm install node-red node-red/node-red --version 0.37.0
35+
helm install node-red node-red/node-red --version 0.38.0
3636
```
3737

3838
After a few seconds, node-red should be running.

0 commit comments

Comments
 (0)