From a3fe51161da04435fe05befdedfa5d98ae73aed8 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Tue, 11 Oct 2022 12:32:40 +0200 Subject: [PATCH] chore(deps): upgrade remote write proxy nginx image to v1.23.1 --- CHANGELOG.md | 3 ++- deploy/helm/sumologic/values.yaml | 2 +- tests/helm/remote_write_proxy/static/basic.output.yaml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e45ee9064d..5778bbadfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- chore: upgrade nginx to 1.23 [#2544] +- chore: upgrade nginx to 1.23.1 [#2544] [#2554] - feat: enable remote write proxy by default [#2483] - chore: update kubernetes-tools to 2.13.0 [#2515] - feat(metadata): upgrade otelcol to v0.57.2-sumo-1 [#2526] @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#2510]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2510 [#2526]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2526 [#2544]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2544 +[#2554]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2554 [Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...main ## [v2.17.0] diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 39c2219742..52a486f960 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -280,7 +280,7 @@ sumologic: replicaCount: 3 image: repository: public.ecr.aws/sumologic/nginx-unprivileged - tag: 1.23-alpine + tag: 1.23.1-alpine pullPolicy: IfNotPresent resources: limits: diff --git a/tests/helm/remote_write_proxy/static/basic.output.yaml b/tests/helm/remote_write_proxy/static/basic.output.yaml index 92c1a1265a..5005d13a97 100644 --- a/tests/helm/remote_write_proxy/static/basic.output.yaml +++ b/tests/helm/remote_write_proxy/static/basic.output.yaml @@ -28,7 +28,7 @@ spec: {} containers: - name: nginx - image: public.ecr.aws/sumologic/nginx-unprivileged:1.23-alpine + image: public.ecr.aws/sumologic/nginx-unprivileged:1.23.1-alpine imagePullPolicy: IfNotPresent ports: - containerPort: 8080