diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 1edc1a3e..6fdf63fd 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.32.0 +version: 0.32.1 appVersion: 3.1.9 keywords: @@ -29,12 +29,12 @@ maintainers: annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - update quay.io/kiwigrid/k8s-sidecar to 1.26.2 + - update quay.io/kiwigrid/k8s-sidecar to 1.27.1 artifacthub.io/images: | - name: node-red image: docker.io/nodered/node-red:3.1.9 - name: node-red-sidecar - image: quay.io/kiwigrid/k8s-sidecar:1.26.2 + image: quay.io/kiwigrid/k8s-sidecar:1.27.1 artifacthub.io/license: Apache-2.0 artifacthub.io/links: | - name: website diff --git a/charts/node-red/values.yaml b/charts/node-red/values.yaml index d505fe90..4dff5278 100644 --- a/charts/node-red/values.yaml +++ b/charts/node-red/values.yaml @@ -310,8 +310,8 @@ sidecar: registry: quay.io # -- The image repository to pull from repository: kiwigrid/k8s-sidecar - # -- The image tag to pull, default: `1.26.2` - tag: 1.26.2 + # -- The image tag to pull, default: `1.27.1` + tag: 1.27.1 # -- The image pull policy, default: `IfNotPresent` pullPolicy: IfNotPresent # -- The extra volume mounts for the sidecar