Ilya Nemakov
a8f82eb660
[bitnami/thanos] Add support to create Headless services ( #2263 )
...
* Add support to create headless service
2020-04-10 11:02:33 +02:00
Nicola Benaglia
231d067d2a
[bitnami/thanos] Add missing podAnnotations ( #2250 )
...
* Add missing podAnnotations
* Update comments and README
Signed-off-by: Andrés Bono <andresbono@vmware.com >
* Bump chart version
Signed-off-by: Andrés Bono <andresbono@vmware.com >
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Andrés Bono <andresbono@vmware.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-04-08 12:13:40 +02:00
Bitnami Containers
81bf5e2677
[bitnami/thanos] Release 0.3.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-04-07 08:15:06 +00:00
Ilya Nemakov
50576ece39
[bitnami/thanos] Adds support to add annotations to Service Accounts ( #2182 )
...
* Adds support to add annotations to Service Accounts
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Ilya Nemakov <ilya.nemakov@nordigy.ry >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-04-07 09:32:04 +02:00
Bitnami Containers
11bba729d1
[bitnami/thanos] Release 0.2.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-20 11:25:59 +00:00
Bitnami Containers
d892bf6aec
[bitnami/thanos] Release 0.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-16 21:50:47 +00:00
Marcel Fest
2982a65558
[bitnami/thanos] use the tpl function in querier of helm3 ( #2024 )
...
* use the `tpl` function of helm3
* this better integrates with umbrella helm charts.
* It is now possible to setup templates in `values.yaml`
* Added template example to values.yaml
```helm
querier:
dnsDiscovery:
enabled: true
## Sidecars service name to discover them using DNS discovery
## It is templateable from above.
##
sidecarsService: "{{ .Release.Name }}-prometheus-thanos"
## Sidecars namespace to discover them using DNS discovery
##
sidecarsNamespace "{{ .Release.Namespace }}"
```
* Added template example to values-production.yaml
```helm
querier:
dnsDiscovery:
enabled: true
## Sidecars service name to discover them using DNS discovery
## It is templateable from above.
##
sidecarsService: "{{ .Release.Name }}-prometheus-thanos"
## Sidecars namespace to discover them using DNS discovery
##
sidecarsNamespace "{{ .Release.Namespace }}"
```
* Update Chart.yaml
* added missing `:`
* added missing `:`
* Resolve #2024 bump version and use tplValue helper
* added hint to template evaluation.
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
Co-authored-by: mfest <Marcel.Fest@telekom.de >
2020-03-12 14:06:31 +01:00
Bitnami Containers
1d8c059f80
[bitnami/thanos] Release 0.1.10 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-12 00:24:29 +00:00
Carlos Rodríguez Hernández
a0e44f7d6a
Move charts from upstreamed folder to bitnami ( #2032 )
...
* Move charts from upstreamed folder to bitnami
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove root .helmignore
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Bump charts version
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Remove file added by error
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com >
* Update Chart.yaml
2020-03-11 17:11:37 +01:00
Marcel Fest
b4fe9435b7
[bitnami/thanos] Fix pvc creation on compactor.enabled = false ( #2020 )
...
* Fix pvc creation on compactor.enabled = false
* Bump Chart version to 0.1.8
2020-03-10 12:29:05 +01:00
Bitnami Containers
da01f27cc3
[bitnami/thanos] Release 0.1.7 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-03-02 19:36:37 +00:00
Bitnami Containers
c47901bed7
[bitnami/thanos] Release 0.1.6 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-02-27 10:42:50 +00:00
macgyver603
8cea393154
fixed indentation in thanos compactor pvc.yaml ( #1970 )
2020-02-25 08:55:39 +01:00
Bitnami Containers
883a3fb4bc
[bitnami/thanos] Release 0.1.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-02-20 18:41:48 +00:00
Juan Ariza Toledano
1fa6eb9f56
[bitnami/*] Fix requirements.lock ( #1950 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2020-02-19 10:58:39 +01:00
Bitnami Containers
32957fd43c
[bitnami/thanos] Release 0.1.2 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-02-18 17:41:12 +00:00
Juan Ariza Toledano
313456a9a5
Fix Thanos 'requirements.lock' ( #1923 )
...
Signed-off-by: juan131 <juan@bitnami.com >
2020-02-14 09:30:56 +01:00
Carlos Rodríguez Hernández
3e62376968
[bitnami/thanos] Use buster in secondary images ( #1919 )
...
* [bitnami/thanos] Use buster in secondary images
* Build requirement.lock
2020-02-13 15:04:27 +01:00
Juan Ariza Toledano
e58eff5ba6
Add new chart: Thanos ( #1893 )
...
* Add new chart: Thanos
Signed-off-by: juan131 <juan@bitnami.com >
2020-02-12 17:03:19 +01:00