From c61a264ae6d78cea91085eebf171960914df1ffd Mon Sep 17 00:00:00 2001 From: Gokhan Sari Date: Fri, 13 Sep 2024 19:05:06 +0300 Subject: [PATCH] Update README.md --- charts/node-red/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/node-red/README.md b/charts/node-red/README.md index 66d6878..11f6c43 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -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. @@ -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 @@ -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 |