Skip to content

Commit

Permalink
fix: bump nginx-unprivileged in *grafana-loki to 1.24.0-alpine (#1797) (
Browse files Browse the repository at this point in the history
#1806)

(cherry picked from commit a55f847)

Co-authored-by: Andrei Sekretenko <[email protected]>
  • Loading branch information
github-actions[bot] and asekretenko authored Jan 2, 2024
1 parent 555bf28 commit 8a9aea0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion services/grafana-loki/0.74.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion services/project-grafana-loki/0.74.6/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 8a9aea0

Please sign in to comment.