[bitnami/thanos] fix tolerations defaults (#2699)

* Fix tolerations defaults
This commit is contained in:
Markos Chandras
2020-05-29 11:07:03 +01:00
committed by GitHub
parent 1ca7dd4cd0
commit 1ddeb18c7b
4 changed files with 16 additions and 16 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/bitnami-docker-thanos
version: 1.0.0
version: 1.0.1

View File

@@ -1,6 +1,6 @@
dependencies:
- name: minio
repository: https://charts.bitnami.com/bitnami
version: 3.4.1
digest: sha256:317004e0ec99681212b5bd3f363757f45f44e5434410e485f2220eae9e0b7dc7
generated: "2020-05-26T10:19:43.667699694Z"
version: 3.4.2
digest: sha256:4c768bfa3ed5f34553b8b91b6c287d659d547eb9efa027cbcb6e5f2d14ed496f
generated: "2020-05-29T09:28:20.547408529Z"

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.12.2-scratch-r12
tag: 0.12.2-scratch-r13
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
@@ -120,7 +120,7 @@ querier:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for querier pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -336,7 +336,7 @@ bucketweb:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for bucketweb pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -534,7 +534,7 @@ compactor:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for compactor pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -686,7 +686,7 @@ storegateway:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for storegateway pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -897,7 +897,7 @@ ruler:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for ruler pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/

View File

@@ -14,7 +14,7 @@
image:
registry: docker.io
repository: bitnami/thanos
tag: 0.12.2-scratch-r12
tag: 0.12.2-scratch-r13
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
##
@@ -120,7 +120,7 @@ querier:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for querier pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -337,7 +337,7 @@ bucketweb:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for bucketweb pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -536,7 +536,7 @@ compactor:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for compactor pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -688,7 +688,7 @@ storegateway:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for storegateway pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
@@ -899,7 +899,7 @@ ruler:
## Tolerations for pod assignment. Evaluated as a template.
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
##
tolerations: {}
tolerations: []
## Annotations for ruler pods
## ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/