From 6aa7cb12ee28bc188dd538254a5b5f0a5ec7b37a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2024 10:47:23 +0200 Subject: [PATCH] chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.28.0 (#334) * chore(deps): update quay.io/kiwigrid/k8s-sidecar docker tag to v1.28.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update quay.io/kiwigrid/k8s-sidecar to 1.27.1 Signed-off-by: Engin Diri * chore: update quay.io/kiwigrid/k8s-sidecar to 1.27.1 Signed-off-by: Engin Diri --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Engin Diri Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Engin Diri --- charts/node-red/Chart.yaml | 5 +++-- charts/node-red/values.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/node-red/Chart.yaml b/charts/node-red/Chart.yaml index 04326f27..45fb9ba9 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.2 +version: 0.32.3 appVersion: 3.1.9 keywords: @@ -29,12 +29,13 @@ 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 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.27.1 + image: quay.io/kiwigrid/k8s-sidecar:1.28.0 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 c747cb93..a2dfb16b 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.27.1` - tag: 1.27.1 + # -- The image tag to pull, default: `1.28.0` + tag: 1.28.0 # -- The image pull policy, default: `IfNotPresent` pullPolicy: IfNotPresent # -- The extra volume mounts for the sidecar