Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SchwarzIT/node-red-chart
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf31668b7a6354a48c76b1d7ea90ee5f78326e81
Choose a base ref
..
head repository: SchwarzIT/node-red-chart
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d4e6d08473cb1489854b0b82154ce55c9413d26b
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +4 −4 charts/node-red/Chart.yaml
  2. +3 −3 charts/node-red/README.md
8 changes: 4 additions & 4 deletions charts/node-red/Chart.yaml
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

type: application

version: 0.30.0
appVersion: 3.1.3
version: 0.31.0
appVersion: 3.1.9

keywords:
- node-red
@@ -29,10 +29,10 @@ maintainers:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- add rbac support to disable the creation of roles and rolebindings
- Update to Node-Red image to 3.1.9
artifacthub.io/images: |
- name: node-red
image: docker.io/nodered/node-red:3.1.3
image: docker.io/nodered/node-red:3.1.9
- name: node-red-sidecar
image: quay.io/kiwigrid/k8s-sidecar:1.25.3
artifacthub.io/license: Apache-2.0
6 changes: 3 additions & 3 deletions charts/node-red/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red ⚙

![Version: 0.29.0](https://img.shields.io/badge/Version-0.29.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 3.1.3](https://img.shields.io/badge/AppVersion-3.1.3-informational?style=for-the-badge)
![Version: 0.31.0](https://img.shields.io/badge/Version-0.31.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 3.1.9](https://img.shields.io/badge/AppVersion-3.1.9-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)
@@ -16,7 +16,7 @@ A Helm chart for Node-Red, a low-code programming for event-driven applications
To install the chart using the OCI artifact, run:

```bash
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.29.0
helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.31.0
```

## Usage
@@ -32,7 +32,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.29.0
helm install node-red node-red/node-red --version 0.31.0
```

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