File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png
99
1010type : application
1111
12- version : 0.37 .0
13- appVersion : 4.0.9
12+ version : 0.38 .0
13+ appVersion : 4.1.2
1414
1515keywords :
1616 - node-red
@@ -29,10 +29,10 @@ maintainers:
2929annotations :
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
Original file line number Diff line number Diff line change 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
1616To 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
3232To 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
3838After a few seconds, node-red should be running.
You can’t perform that action at this time.
0 commit comments