Skip to content

Commit

Permalink
chore(deps): upgrade remote write proxy nginx image to v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Oct 11, 2022
1 parent ad4969a commit a3fe511
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tests/helm/remote_write_proxy/static/basic.output.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3fe511

Please sign in to comment.