Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prometheus-thanos] - Update to v0.10.1 #288

Merged
merged 1 commit into from
Feb 4, 2020
Merged
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 charts/prometheus-thanos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.10.1"
description: A Helm chart for thanos monitoring components
name: prometheus-thanos
version: 2.9.1
version: 2.10.0
home: https://github.com/thanos-io/thanos
sources:
- https://github.com/thanos-io/thanos
Expand Down
10 changes: 5 additions & 5 deletions charts/prometheus-thanos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,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.10.0` |
| `bucketWebInterface.image.tag` | Docker image tag for bucket web interface | `v0.10.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 @@ -99,7 +99,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 store gateway | `quay.io/thanos/thanos` |
| `compact.image.tag` | Docker image tag for store gateway | `v0.10.0` |
| `compact.image.tag` | Docker image tag for store gateway | `v0.10.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 @@ -135,7 +135,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.10.0` |
| `querier.image.tag` | Docker image tag for querier | `v0.10.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 @@ -170,7 +170,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.10.0` |
| `ruler.image.tag` | Docker image tag for ruler | `v0.10.1` |
| `ruler.image.pullPolicy` | Docker image pull policy for ruler | `IfNotPresent` |
| `ruler.serviceAccount.annotations` | Service account annotations | `nil` |
| `ruler.livenessProbe.initialDelaySeconds` | Liveness probe initialDelaySeconds | `30` |
Expand Down Expand Up @@ -231,7 +231,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.10.0` |
| `storeGateway.image.tag` | Docker image tag for store gateway | `v0.10.1` |
| `storeGateway.image.pullPolicy` | Docker image pull policy for store gateway | `IfNotPresent` |
| `storeGateway.serviceAccount.create` | Create service account | `true` |
| `storeGateway.serviceAccount.annotations` | Service account annotations | `nil` |
Expand Down
10 changes: 5 additions & 5 deletions charts/prometheus-thanos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ querier:
maxUnavailable: 0
image:
repository: quay.io/thanos/thanos
tag: v0.10.0
tag: v0.10.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -96,7 +96,7 @@ storeGateway:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.10.0
tag: v0.10.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -176,7 +176,7 @@ compact:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.10.0
tag: v0.10.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down Expand Up @@ -230,7 +230,7 @@ ruler:
updateStrategy: RollingUpdate
image:
repository: quay.io/thanos/thanos
tag: v0.10.0
tag: v0.10.1
pullPolicy: IfNotPresent
sidecar:
enabled: false
Expand Down Expand Up @@ -313,7 +313,7 @@ bucketWebInterface:
httpServerPort: 10902
image:
repository: quay.io/thanos/thanos
tag: v0.10.0
tag: v0.10.1
pullPolicy: IfNotPresent
serviceAccount:
create: false
Expand Down