Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
feat(docker-image): update thanos group
Browse files Browse the repository at this point in the history
| datasource | package               | from    | to      |
| ---------- | --------------------- | ------- | ------- |
| docker     | quay.io/thanos/thanos | v0.32.5 | v0.33.0 |
| helm       | thanos                | 12.16.1 | 12.18.0 |
  • Loading branch information
Trux-Bot committed Dec 17, 2023
1 parent a70777b commit dbe3aea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ spec:
- memory-snapshot-on-shutdown
- new-service-discovery-manager
thanos:
image: quay.io/thanos/thanos:v0.32.5@sha256:3e5c47dd3a0bfc6c595036c1c49c7ca95979a89c1fb93ee4cdee3bf5d296f944
image: quay.io/thanos/thanos:v0.33.0@sha256:f7177edda27b5bc08e363187ffb093a9b7fbedbb15a2f2d0e007216cf42a9525
objectStorageConfig:
name: thanos-objstore-secret
key: objstore.yml
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/monitoring/thanos/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: thanos
version: 12.16.1
version: 12.18.0
sourceRef:
kind: HelmRepository
name: bitnami-charts
Expand All @@ -35,7 +35,7 @@ spec:
image:
registry: quay.io
repository: thanos/thanos
tag: v0.32.5@sha256:3e5c47dd3a0bfc6c595036c1c49c7ca95979a89c1fb93ee4cdee3bf5d296f944
tag: v0.33.0@sha256:f7177edda27b5bc08e363187ffb093a9b7fbedbb15a2f2d0e007216cf42a9525
objstoreConfig:
type: s3
config:
Expand Down

0 comments on commit dbe3aea

Please sign in to comment.