Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
th0th committed Sep 13, 2024
1 parent ad641d1 commit c61a264
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/node-red/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# node-red

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.2](https://img.shields.io/badge/AppVersion-4.0.2-informational?style=flat-square)
![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.2](https://img.shields.io/badge/AppVersion-4.0.2--debian-informational?style=flat-square)

Low-code programming for event-driven applications.

Expand All @@ -16,7 +16,7 @@ $ helm upgrade \
--namespace node-red \
--repo https://th0th.github.io/helm-charts \
--values values.yaml \
--version 0.1.0
--version 0.2.0
```

## Uninstall
Expand All @@ -33,8 +33,8 @@ $ helm uninstall --namespace node-red node-red
| ingress.enabled | bool | `false` | enable the ingress |
| ingress.host | string | `"node-red.local"` | host for the ingress |
| ingress.tls | list | `[]` | tls configuration for the ingress |
| nodeRed.image.repository | string | `"nodered/node-red"` | node-red image repository |
| nodeRed.image.tag | string | `"latest"` | node-red image tag |
| nodeRed.image.repository | string | `"th0th/node-red"` | node-red image repository |
| nodeRed.image.tag | string | `"4.0.2-debian"` | node-red image tag |
| nodeRed.persistence.enabled | bool | `true` | enable persistence |
| nodeRed.resources | object | `{}` | resources for the node-red statefulset |
| nodeRed.settings | object | `{"adminAuth":{"type":"credentials","users":[]}}` | node-red settings |
Expand Down

0 comments on commit c61a264

Please sign in to comment.