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: update Thanos to v0.25.2 #2272

Merged
merged 1 commit into from
May 5, 2022
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore(deps): upgrade fluentd to 1.14.6-sumo-2 [#2245][#2245]
- feat(otellogs): upgrade to 0.49.0-sumo-0 [#2246][#2246]
- feat(metadata/otc): upgrade to v0.50.0-sumo-0 [#2251][#2251]
- chore: update Thanos to v0.25.2 [#2272][#2272]

### Fixed

Expand All @@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2246]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2246
[#2250]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2250
[#2251]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2251
[#2272]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2272
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.7.1...main

## [v2.7.1]
Expand Down
7 changes: 0 additions & 7 deletions deploy/docs/Best_Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -1139,13 +1139,6 @@ to work with our collection.
- remove the following configuration:

```yaml
prometheus:
prometheusSpec:
thanos:
## Use our own image until Thanos upstream adds arm64 docker images
## to their registry.
baseImage: public.ecr.aws/sumologic/thanos
version: v0.23.1
kube-state-metrics:
## Use the GCR repo, it's more recent and has ARM images starting from 1.9.8
image:
Expand Down
6 changes: 2 additions & 4 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1794,10 +1794,8 @@ kube-prometheus-stack:
cpu: 500m
memory: 1Gi
thanos:
## Use our own image until Thanos upstream adds arm64 docker images
## to their registry.
baseImage: public.ecr.aws/sumologic/thanos
version: v0.23.1
# set this to a version with a ARM Docker image
version: v0.25.2
## Defines the resource requirements for the Thanos sidecar
## Setting those as there are no default values in the upstream chart
resources:
Expand Down