From 01b718eb1738076d84090efbfa7950da076b8405 Mon Sep 17 00:00:00 2001 From: Mikolaj Swiatek Date: Wed, 1 Dec 2021 17:44:07 +0100 Subject: [PATCH 1/2] chore: bump Thanos image to our build of v0.23.1 Thanos upstream doesn't upload Docker images for arm64 to their registry yet. We're going to use our own image until that changes. The image is completely unmodified, using Thanos' own build process. --- deploy/helm/sumologic/values.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 0123c3b03d..201ba10607 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -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: From fef5e4c305346c1051c355950a80e48e40958195 Mon Sep 17 00:00:00 2001 From: Mikolaj Swiatek Date: Mon, 13 Dec 2021 14:23:21 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb2b90aa62..cfde514f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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