From 1ba84feca7fc1f2b3d01972aeed78f6b1b6e9c50 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Thu, 7 Sep 2023 18:34:56 +0200 Subject: [PATCH] chore: upgrade nginx image to 1.25.2-alpine --- .changelog/3252.changed.txt | 1 + deploy/helm/sumologic/README.md | 2 +- deploy/helm/sumologic/values.yaml | 2 +- .../testdata/goldenfile/remote_write_proxy/basic.output.yaml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 .changelog/3252.changed.txt diff --git a/.changelog/3252.changed.txt b/.changelog/3252.changed.txt new file mode 100644 index 0000000000..175d12c655 --- /dev/null +++ b/.changelog/3252.changed.txt @@ -0,0 +1 @@ +chore: upgrade nginx iamge to `1.25.2-alpine` \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index 73c63f65ab..98d3226e2d 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -103,7 +103,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an | `sumologic.metrics.remoteWriteProxy.config.workerCountAutotune` | This feature autodetects how much CPU is assigned to the nginx instance and setsthe right amount of workers based on that. Disable to use the default of 8 workers. | `true` | | `sumologic.metrics.remoteWriteProxy.config.enableAccessLogs` | Enable nginx access logs. | `false` | | `sumologic.metrics.remoteWriteProxy.replicaCount` | Number of replicas in the remote write proxy deployment. | `3` | -| `sumologic.metrics.remoteWriteProxy.image` | Nginx docker image for the remote write proxy. | `{"repository": "public.ecr.aws/sumologic/nginx-unprivileged", "tag": "1.23.3-alpine", "pullPolicy": "IfNotPresent"}` | +| `sumologic.metrics.remoteWriteProxy.image` | Nginx docker image for the remote write proxy. | `{"repository": "public.ecr.aws/sumologic/nginx-unprivileged", "tag": "1.25.2-alpine", "pullPolicy": "IfNotPresent"}` | | `sumologic.metrics.remoteWriteProxy.resources` | Resource requests and limits for the remote write proxy container. | `{"limits": {"cpu": "1000m", "memory": "256Mi"}, "requests": {"cpu": "100m", "memory": "128Mi"}}` | | `sumologic.metrics.remoteWriteProxy.livenessProbe` | Liveness probe settings for the remote write proxy container. | `{"initialDelaySeconds": 30, "periodSeconds": 10, "timeoutSeconds": 5, "successThreshold": 1, "failureThreshold": 6}` | | `sumologic.metrics.remoteWriteProxy.readinessProbe` | Readiness probe settings for the remote write proxy container. | `{"initialDelaySeconds": 5, "periodSeconds": 5, "timeoutSeconds": 3, "successThreshold": 1, "failureThreshold": 3}` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 0fe5c26d0f..f5b78a0e3f 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -582,7 +582,7 @@ sumologic: replicaCount: 3 image: repository: public.ecr.aws/sumologic/nginx-unprivileged - tag: 1.23.3-alpine + tag: 1.25.2-alpine pullPolicy: IfNotPresent resources: limits: diff --git a/tests/helm/testdata/goldenfile/remote_write_proxy/basic.output.yaml b/tests/helm/testdata/goldenfile/remote_write_proxy/basic.output.yaml index 59f36fae93..d701d93b17 100644 --- a/tests/helm/testdata/goldenfile/remote_write_proxy/basic.output.yaml +++ b/tests/helm/testdata/goldenfile/remote_write_proxy/basic.output.yaml @@ -28,7 +28,7 @@ spec: securityContext: {} containers: - name: nginx - image: public.ecr.aws/sumologic/nginx-unprivileged:1.23.3-alpine + image: public.ecr.aws/sumologic/nginx-unprivileged:1.25.2-alpine imagePullPolicy: IfNotPresent ports: - containerPort: 8080