Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump Thanos image to our build of v0.23.1 #1973

Merged
merged 2 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- feat: add option to disable pod owners enrichment [#1959][#1959]

### Changed

- chore: bump Thanos image to our build of v0.23.1 [#1973][#1973]

[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.3.0...main
[#1959]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/1959

Expand Down
6 changes: 4 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1676,8 +1676,10 @@ kube-prometheus-stack:
cpu: 500m
memory: 1Gi
thanos:
baseImage: quay.io/thanos/thanos
version: v0.10.0
## Use our own image until Thanos upstream adds arm64 docker images
## to their registry.
baseImage: public.ecr.aws/sumologic/thanos
version: v0.23.1
## Defines the resource requirements for the Thanos sidecar
## Setting those as there are no default values in the upstream chart
resources:
Expand Down