diff --git a/thanos/README.md b/thanos/README.md index 4b4b6ded1..ec500a986 100644 --- a/thanos/README.md +++ b/thanos/README.md @@ -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 | diff --git a/thanos/charts/Chart.yaml b/thanos/charts/Chart.yaml index ad19a7798..439b27585 100644 --- a/thanos/charts/Chart.yaml +++ b/thanos/charts/Chart.yaml @@ -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 diff --git a/thanos/charts/values.yaml b/thanos/charts/values.yaml index 73d05106d..d127de0e4 100644 --- a/thanos/charts/values.yaml +++ b/thanos/charts/values.yaml @@ -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 diff --git a/thanos/plugindefinition.yaml b/thanos/plugindefinition.yaml index b834607dc..53eae1dda 100644 --- a/thanos/plugindefinition.yaml +++ b/thanos/plugindefinition.yaml @@ -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