Skip to content
Closed
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: 1 addition & 1 deletion thanos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ If Blackbox-exporter is enabled and store endpoints are provided, this Thanos de
| thanos.httpAddress | string | 0.0.0.0:10902 | HTTP-address used across the stack |
| thanos.image.pullPolicy | string | `"IfNotPresent"` | Thanos image pull policy |
| thanos.image.repository | string | `"quay.io/thanos/thanos"` | Thanos image repository |
| thanos.image.tag | string | `"v0.39.2"` | Thanos image tag |
| thanos.image.tag | string | `"v0.40.1"` | Thanos image tag |
| thanos.query.additionalArgs | list | `[]` | Adding additional arguments to Thanos Query |
| thanos.query.annotations | object | `{}` | Annotations to add to the Thanos Query resources |
| thanos.query.autoDownsampling | bool | `true` | Set Thanos Query auto-downsampling |
Expand Down
2 changes: 1 addition & 1 deletion thanos/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: thanos
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.7.2
version: 0.8.0
keywords:
- thanos
- storage
Expand Down
2 changes: 1 addition & 1 deletion thanos/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thanos:
# -- Thanos image repository
repository: quay.io/thanos/thanos
# -- Thanos image tag
tag: v0.39.2
tag: v0.40.1
# -- Thanos image pull policy
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions thanos/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ kind: PluginDefinition
metadata:
name: thanos
spec:
version: 0.7.2
version: 0.8.0
description: thanos
helmChart:
name: thanos
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
version: 0.7.2
version: 0.8.0
options:
- default: null
description: CLI param for Thanos Query
Expand Down
Loading