Skip to content

Commit

Permalink
[prometheus-thanos] : update thanos to 0.23.1 (#440)
Browse files Browse the repository at this point in the history
* update Thanos to 0.23.1

Signed-off-by: Dave Winiarski <[email protected]>

* bump thanos chart version

Signed-off-by: Dave Winiarski <[email protected]>

* bump chart version

Signed-off-by: Dave Winiarski <[email protected]>

Co-authored-by: Rico Pahlisch <[email protected]>
  • Loading branch information
davewin93 and rpahli authored Dec 6, 2021
1 parent e4fbe80 commit 68b6ed2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions charts/prometheus-thanos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "0.20.2"
appVersion: "0.23.1"
description: A Helm chart for thanos monitoring components
name: prometheus-thanos
version: 4.9.2
version: 4.9.3
home: https://github.com/thanos-io/thanos
sources:
- https://github.com/thanos-io/thanos
Expand All @@ -12,4 +12,4 @@ maintainers:
- name: rpahli
email: [email protected]
- name: axdotl
email: [email protected]
email: [email protected]
14 changes: 7 additions & 7 deletions charts/prometheus-thanos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `bucketWebInterface.extraEnv` | Extra env vars | `nil` |
| `bucketWebInterface.httpServerPort` | The port to expose from the bucket web interface container | `10902` |
| `bucketWebInterface.image.repository` | Docker image repo for bucket web interface | `quay.io/thanos/thanos` |
| `bucketWebInterface.image.tag` | Docker image tag for bucket web interface | `v0.20.2` |
| `bucketWebInterface.image.tag` | Docker image tag for bucket web interface | `v0.23.1` |
| `bucketWebInterface.image.pullPolicy` | Docker image pull policy for bucket web interface| `IfNotPresent` |
| `bucketWebInterface.serviceAccount.create` | Create service account | `true` |
| `bucketWebInterface.serviceAccount.annotations` | Service account annotations | `nil` |
Expand All @@ -125,7 +125,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `compact.consistencyDelay` | Consistency delay | `30m` |
| `compact.extraEnv` | Extra env vars | `nil` |
| `compact.image.repository` | Docker image repo for compactor | `quay.io/thanos/thanos` |
| `compact.image.tag` | Docker image tag for compactor | `v0.20.2` |
| `compact.image.tag` | Docker image tag for compactor | `v0.23.1` |
| `compact.image.pullPolicy` | Docker image pull policy for store gateway | `IfNotPresent` |
| `compact.serviceAccount.create` | Create service account | `true` |
| `compact.serviceAccount.annotations` | Service account annotations | `nil` |
Expand Down Expand Up @@ -161,7 +161,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `querier.autoscaling.minReplicas` | Minimum number of replicas to scale to | `1` |
| `querier.autoscaling.metrics` | Array of MetricSpecs that will decide whether to scale in or out | `target of 80% for both CPU and memory resources` |
| `querier.image.repository` | Docker image repo for querier | `quay.io/thanos/thanos` |
| `querier.image.tag` | Docker image tag for querier | `v0.20.2` |
| `querier.image.tag` | Docker image tag for querier | `v0.23.1` |
| `querier.image.pullPolicy` | Docker image pull policy for querier| `IfNotPresent` |
| `querier.serviceAccount.create` | Create service account | `true` |
| `querier.serviceAccount.annotations` | Service account annotations | `nil` |
Expand Down Expand Up @@ -200,7 +200,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `queryFrontend.cache.type` | Type of caching [see](https://thanos.io/tip/components/query-frontend.md/#caching) | `nil` |
| `queryFrontend.downstreamUrl` | The URL of the querier service | `the default URL of the querier service` |
| `queryFrontend.image.repository` | Docker image repo for query-frontend | `quay.io/thanos/thanos` |
| `queryFrontend.image.tag` | Docker image tag for query-frontend | `v0.20.2` |
| `queryFrontend.image.tag` | Docker image tag for query-frontend | `v0.23.1` |
| `queryFrontend.image.pullPolicy` | Docker image pull policy for query-frontend| `IfNotPresent` |
| `queryFrontend.serviceAccount.create` | Create service account | `true` |
| `queryFrontend.serviceAccount.annotations` | Service account annotations | `nil` |
Expand Down Expand Up @@ -233,7 +233,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `receiver.additionalLabels` | Additional labels on receiver pods| `{}` |
| `receiver.extraEnv` | Extra env vars | `nil` |
| `receiver.image.repository` | Docker image repo for receiver | `quay.io/thanos/thanos` |
| `receiver.image.tag` | Docker image tag for receiver | `v0.20.2` |
| `receiver.image.tag` | Docker image tag for receiver | `v0.23.1` |
| `receiver.image.pullPolicy` | Docker image pull policy for receiver | `IfNotPresent` |
| `receiver.livenessProbe.initialDelaySeconds` | Liveness probe initialDelaySeconds | `30` |
| `receiver.livenessProbe.periodSeconds` | Liveness probe periodSeconds | `10` |
Expand Down Expand Up @@ -278,7 +278,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `ruler.evalInterval` | Ruler evaluation interval | `1m` |
| `ruler.extraEnv` | Extra env vars | `nil` |
| `ruler.image.repository` | Docker image repo for ruler | `quay.io/thanos/thanos` |
| `ruler.image.tag` | Docker image tag for ruler | `v0.20.2` |
| `ruler.image.tag` | Docker image tag for ruler | `v0.23.1` |
| `ruler.image.pullPolicy` | Docker image pull policy for ruler | `IfNotPresent` |
| `ruler.imagePullSecrets` | Docker image pull secrets for ruler | `[]` |
| `ruler.serviceAccount.annotations` | Service account annotations | `nil` |
Expand Down Expand Up @@ -351,7 +351,7 @@ The following table lists the configurable parameters of the prometheus-thanos c
| `storeGateway.chunkPoolSize` | Chunk pool size | `500MB` |
| `storeGateway.extraEnv` | Extra env vars | `nil` |
| `storeGateway.image.repository` | Docker image repo for store gateway | `quay.io/thanos/thanos` |
| `storeGateway.image.tag` | Docker image tag for store gateway | `v0.20.2` |
| `storeGateway.image.tag` | Docker image tag for store gateway | `v0.23.1` |
| `storeGateway.image.pullPolicy` | Docker image pull policy for store gateway | `IfNotPresent` |
| `storeGateway.indexCache.config` | Config for the index cache, see [the docs](https://thanos.io/components/store.md/#index-cache) | `max_size: 500MB` |
| `storeGateway.indexCache.type` | Type of the index cache, either `IN-MEMORY` or `MEMCACHED` | `IN-MEMORY` |
Expand Down
14 changes: 7 additions & 7 deletions charts/prometheus-thanos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ queryFrontend:
maxUnavailable: 0
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -129,7 +129,7 @@ querier:
maxUnavailable: 0
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -186,7 +186,7 @@ storeGateway:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -270,7 +270,7 @@ compact:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -324,7 +324,7 @@ ruler:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
sidecar:
enabled: false
Expand Down Expand Up @@ -404,7 +404,7 @@ receiver:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -467,7 +467,7 @@ bucketWebInterface:
httpServerPort: 10902
image:
repository: quay.io/thanos/thanos
tag: v0.20.2
tag: v0.23.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down

0 comments on commit 68b6ed2

Please sign in to comment.