From 8a9aea07370c398e294b302c258d105388e4a608 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:18:33 -0800 Subject: [PATCH] fix: bump nginx-unprivileged in *grafana-loki to 1.24.0-alpine (#1797) (#1806) (cherry picked from commit a55f847ab4fe054e0483e0df2ad8d9dbbe59652a) Co-authored-by: Andrei Sekretenko --- licenses.d2iq.yaml | 2 +- services/grafana-loki/0.74.6/defaults/cm.yaml | 2 +- services/project-grafana-loki/0.74.6/defaults/cm.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/licenses.d2iq.yaml b/licenses.d2iq.yaml index 77a8d1b32..8c2b55c0b 100644 --- a/licenses.d2iq.yaml +++ b/licenses.d2iq.yaml @@ -1,7 +1,7 @@ ignore: - docker.io/mesosphere/grafana-plugins:v0.0.1 - docker.io/mesosphere/kommander2-kubetools - - docker.io/nginxinc/nginx-unprivileged:1.22.0-alpine + - docker.io/nginxinc/nginx-unprivileged:1.24.0-alpine - docker.io/bitnami/external-dns:0.13.6-debian-11-r11 - docker.io/bitnami/postgresql:11.22.0-debian-11-r4 - docker.io/bitnami/postgresql:15.2.0-debian-11-r21 diff --git a/services/grafana-loki/0.74.6/defaults/cm.yaml b/services/grafana-loki/0.74.6/defaults/cm.yaml index 9e7a5027f..fc3c81f46 100644 --- a/services/grafana-loki/0.74.6/defaults/cm.yaml +++ b/services/grafana-loki/0.74.6/defaults/cm.yaml @@ -185,7 +185,7 @@ data: image: # Override nginx image to address known CVEs. # As of 0.48.4, chart maintainers are still using 1.19-alpine. - tag: 1.22.0-alpine + tag: 1.24.0-alpine nginxConfig: httpSnippet: |- client_max_body_size 10M; diff --git a/services/project-grafana-loki/0.74.6/defaults/cm.yaml b/services/project-grafana-loki/0.74.6/defaults/cm.yaml index 3e1caa447..2241caf8c 100644 --- a/services/project-grafana-loki/0.74.6/defaults/cm.yaml +++ b/services/project-grafana-loki/0.74.6/defaults/cm.yaml @@ -190,7 +190,7 @@ data: image: # Override nginx image to address known CVEs. # As of 0.48.4, chart maintainers are still using 1.19-alpine. - tag: 1.22.0-alpine + tag: 1.24.0-alpine verboseLogging: false nginxConfig: httpSnippet: |-