diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 9ea43e83..df719cee 100644 --- a/charts/node-red/Chart.yaml +++ b/charts/node-red/Chart.yaml @@ -9,7 +9,7 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png type: application -version: 0.27.1 +version: 0.27.2 appVersion: 3.0.2 keywords: @@ -29,7 +29,7 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - update k8s-sidecar to 1.25.1 + - update k8s-sidecar to 1.25.2 artifacthub.io/images: | - name: node-red image: docker.io/nodered/node-red:3.0.2 diff --git a/charts/node-red/README.md b/charts/node-red/README.md index e7123bb8..4b093295 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -1,6 +1,6 @@ # node-red ⚙ -![Version: 0.27.1](https://img.shields.io/badge/Version-0.27.1-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-informational?style=for-the-badge) +![Version: 0.27.2](https://img.shields.io/badge/Version-0.27.2-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 3.0.2](https://img.shields.io/badge/AppVersion-3.0.2-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.27.1 +helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.27.2 ``` ## 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.27.1 +helm install node-red node-red/node-red --version 0.27.2 ``` After a few seconds, node-red should be running. @@ -132,7 +132,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.25.1"` | The image tag to pull, default: `1.25.1` | +| sidecar.image.tag | string | `"1.25.2"` | The image tag to pull, default: `1.25.2` | | 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 | diff --git a/charts/node-red/values.yaml b/charts/node-red/values.yaml index 7cd2f805..a667fea7 100644 --- a/charts/node-red/values.yaml +++ b/charts/node-red/values.yaml @@ -288,8 +288,8 @@ sidecar: registry: quay.io # -- The image repository to pull from repository: kiwigrid/k8s-sidecar - # -- The image tag to pull, default: `1.25.1` - tag: 1.25.1 + # -- The image tag to pull, default: `1.25.2` + tag: 1.25.2 # -- The image pull policy, default: `IfNotPresent` pullPolicy: IfNotPresent # -- The extra volume mounts for the sidecar