From 43387c32c7b2a2e10cd450226107fbe06e5b2707 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Sat, 28 Sep 2024 11:16:58 +0200 Subject: [PATCH] 4.0.3 (#346) * feat: update node-red to 4.0.3 Signed-off-by: Engin Diri * feat: update node-red to 4.0.3 Signed-off-by: Engin Diri --------- Signed-off-by: Engin Diri --- charts/node-red/Chart.yaml | 9 ++++----- charts/node-red/README.md | 10 +++++----- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 45fb9ba9..44240ffe 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -9,8 +9,8 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png type: application -version: 0.32.3 -appVersion: 3.1.9 +version: 0.33.0 +appVersion: 4.0.3 keywords: - node-red @@ -29,11 +29,10 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - update quay.io/kiwigrid/k8s-sidecar to 1.28.0 - - Incorrect chart values for memory limit + - update docker.io/nodered/node-red to 4.0.3 artifacthub.io/images: | - name: node-red - image: docker.io/nodered/node-red:3.1.9 + image: docker.io/nodered/node-red:4.0.3 - name: node-red-sidecar image: quay.io/kiwigrid/k8s-sidecar:1.28.0 artifacthub.io/license: Apache-2.0 diff --git a/charts/node-red/README.md b/charts/node-red/README.md index 3cc86e36..5887587d 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -1,6 +1,6 @@ # node-red ⚙ -![Version: 0.32.0](https://img.shields.io/badge/Version-0.32.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) +![Version: 0.33.0](https://img.shields.io/badge/Version-0.33.0-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 4.0.3](https://img.shields.io/badge/AppVersion-4.0.3-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.32.0 +helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.33.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.32.0 +helm install node-red node-red/node-red --version 0.33.0 ``` After a few seconds, node-red should be running. @@ -112,7 +112,7 @@ The command removes all the Kubernetes components associated with the chart and | rbac.createClusterRole | bool | `false` | Create a ClusterRole resource for the node-red pod. default: false | | rbac.enabled | bool | `true` | | | readinessProbe | object | `{"httpGet":{"path":"/","port":"http"}}` | Readiness probe for the Deployment | -| resources | object | `{"limits":{"cpu":"500m","memory":"5123Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | CPU/Memory resource requests/limits | +| resources | object | `{"limits":{"cpu":"500m","memory":"512Mi"},"requests":{"cpu":"100m","memory":"128Mi"}}` | CPU/Memory resource requests/limits | | securityContext | object | `{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":10003,"runAsNonRoot":true,"runAsUser":10003,"seccompProfile":{"type":"RuntimeDefault"}}` | Security Context see [values.yaml](values.yaml) | | service.annotations | object | `{}` | Annotations for the service | | service.port | int | `1880` | Kubernetes port where service is exposed | @@ -135,7 +135,7 @@ The command removes all the Kubernetes components associated with the chart and | sidecar.image.pullPolicy | string | `"IfNotPresent"` | The image pull policy, default: `IfNotPresent` | | sidecar.image.registry | string | `"quay.io"` | The image registry to pull the sidecar from | | sidecar.image.repository | string | `"kiwigrid/k8s-sidecar"` | The image repository to pull from | -| sidecar.image.tag | string | `"1.26.2"` | The image tag to pull, default: `1.26.2` | +| sidecar.image.tag | string | `"1.28.0"` | The image tag to pull, default: `1.28.0` | | sidecar.resources | object | `{}` | Resources for the sidecar | | sidecar.securityContext | object | `{}` | Security context for the sidecar | | sidecar.volumeMounts | list | `[]` | The extra volume mounts for the sidecar |