Juan Ariza Toledano
2826c125b4
[bitnami/*] Update dependencies ( #4694 )
2020-12-11 13:05:27 +01:00
Bitnami Containers
ef69f62151
[bitnami/thanos] Release 3.2.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-12-08 13:00:14 +00:00
Shai Katz
7acaf67440
[bitnami/thanos] Reorder HPA to prevent GitOps Diff ( #4531 )
...
* Reorder HPA to prevent GitOps Diff
Since kubernetes automatically re-order HPA manifests to have memory before CPU, when using GitOps engines like ArgoCD we always get OutOfSync objects.
* Update hpa.yaml
* Update hpa.yaml
* Update Chart.yaml
2020-12-01 10:55:05 +01:00
Bitnami Containers
09caa98615
[bitnami/thanos] Release 3.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-26 16:43:08 +00:00
Mitch Hulscher
2a349c6e57
[bitnami/thanos] allow $component.extraFlags to contain multi-line strings ( #4473 )
...
* fix(thanos): allow $component.extraFlags to contain multi-line strings
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Carlos Rodríguez Hernández <carlosrh@vmware.com >
2020-11-25 14:29:41 +01:00
Bitnami Containers
52b223822c
[bitnami/thanos] Release 3.1.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-25 11:39:24 +00:00
Mitch Hulscher
b9cc743812
[bitnami/thanos] rename querier component to query ( #4307 )
...
* refactor(thanos): rename querier component to query
* refactor(thanos): add support for keys under .Values.querier
2020-11-24 13:38:39 +01:00
Bitnami Containers
6339dc6990
[bitnami/thanos] Release 3.0.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-11-19 14:23:19 +00:00
Carlos Rodríguez Hernández
5ec13cbbd6
[bitnami/thanos] Major version. Adapt Chart to apiVersion: v2 ( #4317 )
...
* [bitnami/thanos] Major version. Adapt Chart to apiVersion: v2
* [bitnami/thanos] Update components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com >
Co-authored-by: Bitnami Containers <containers@bitnami.com >
2020-11-11 20:19:30 +01:00
Mitch Hulscher
a604dcd385
fix(thanos): add configmap checksum annotation to query-frontend and storegateway ( #4247 )
2020-11-11 16:36:57 +01:00
janlud
85e586758c
[bitnami/thanos] fix: add tls switch to enable TLS with cert-manager for querier and bucketweb ingress ( #4218 )
...
* fix: resolve PR comments
* Remove component label when using labelSelectorsOverride
* [bitnami/thanos] fix: add tls switch to enable TLS with cert-manager for querier and bucketweb
The querier.ingress.tls and bucketweb.ingress.tls conditional was removed in previous releases which enabled cert-manager to work with `cert-manager.io/cluster-issuer: nameOfClusterIssuer` annotation.
* [bitnami/thanos] fix: chart version and values empty lines
* lint: remove spaces from empty lines
Co-authored-by: Andrés Bono <andresbono@vmware.com >
2020-11-11 13:15:45 +01:00
janlud
843594f61b
[bitnami/thanos] allow overriding service selectors ( #4211 )
...
* [bitnami/thanos] allow overriding service selectors
Allow overriding of selectors for all thanos components services. If the value labelSelectorsOverride stays empty, current behavior with default labels is used.
* fix: resolve PR comments
* Remove component label when using labelSelectorsOverride
Co-authored-by: Andrés Bono <andresbono@vmware.com >
2020-11-05 12:48:34 +01:00
Juan Ariza Toledano
c08a20e3db
[bitnami/*] Include link to Troubleshootin guide on README.md ( #4136 )
2020-10-28 11:07:11 +01:00
Bitnami Containers
e4f2983c99
[bitnami/thanos] Release 2.5.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-26 19:09:40 +00:00
paulden
3362d743a2
Split Thanos ingress.yaml into two separate ingresses ( #4101 )
...
Co-authored-by: Paul de Nonancourt <pdenonancourt@octo.com >
2020-10-26 13:00:59 +01:00
Qiu Yu
9704c29795
[bitnami/thanos] Expose missing podManagementPolicy key for statefulset ( #4092 )
...
Currently `storegateway` and `ruler` have `podManagementPolicy`
references, but the actual key is not exposed in values.yaml. This
change fixes that by using the Kubernetes default.
Signed-off-by: Qiu Yu <unicell@gmail.com >
2020-10-23 09:52:30 +02:00
Ilya Nemakov
3abd2270be
[bitnami/thanos] Add Thanos Query Frontend ( #4009 )
...
* Add Thanos Query Frontend
* fix querier port
Co-authored-by: Ilya Nemakov <ilya.nemakov@nordigy.ru >
2020-10-21 09:42:39 +02:00
Juan Ariza Toledano
a78ebe00ca
Update README.md
2020-10-21 09:33:12 +02:00
Felipe Schmitt
28a4845ae3
feat(thanos): Enable thanos TLS client in a modular way ( #3989 )
...
Signed-off-by: fsschmitt <492108+fsschmitt@users.noreply.github.com >
2020-10-14 13:21:08 +02:00
Bitnami Containers
53ed3f2c41
[bitnami/thanos] Release 2.4.5 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-10-08 12:11:12 +00:00
Ahmed Nasir
8976ec476a
[bitnami/thanos] added psp for thanos querier ( #3819 )
...
* [thanos] added psp for thanos querier
Signed-off-by: Ahmed Nasir <ahmednasir91@gmail.com >
* fix linting issues
Signed-off-by: Ahmed Nasir <ahmednasir91@gmail.com >
* updated conditions for psp and also created separate files
Signed-off-by: Ahmed Nasir <ahmednasir91@gmail.com >
* version bump
Signed-off-by: Ahmed Nasir <ahmednasir91@gmail.com >
2020-10-02 18:00:02 +02:00
Daniel Hobley
94b5825852
[bitnami/thanos] Use GRPC extra hosts for thanos querier ( #3837 )
2020-10-02 12:49:20 +02:00
Alessandro Grassi
840d880e5c
[bitnami/thanos] fixes thanos querier sdconfig mount as file, not as path ( #3789 )
2020-09-28 09:40:34 +02:00
Andrey Voronkov
0e2351f89c
[bitnami/thanos] Querier allow multiple replica labels ( #3682 )
...
Signed-off-by: Andrey Voronkov <voronkovaa@gmail.com >
2020-09-16 15:28:06 +02:00
Miroslav Hadzhiev
b96af28eea
[bitnami/thanos] Fixes for Ingresses of Querier and Bucketweb in Thanos Chart ( #3652 )
...
* fixes for ingresses of querier and bucketweb in thanos
Signed-off-by: Xtigyro <miroslav.hadzhiev@gmail.com >
* update production values file
Signed-off-by: Xtigyro <miroslav.hadzhiev@gmail.com >
* bump chart to v2.4.0. add upgrade note in readme.
Signed-off-by: Xtigyro <miroslav.hadzhiev@gmail.com >
2020-09-15 09:48:13 +02:00
Bitnami Containers
c30dd7f95a
[bitnami/thanos] Release 2.3.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-09-08 12:09:11 +00:00
Ahmed Nasir
f34abebec5
[bitnami/thanos] fix thanos ruler alert label drop ( #3599 )
...
* fix thanos ruler alert label drop
With the quotes in place the alert drop doesn't work and the label is included in the data sent to alert manager.
* Update Chart.yaml
2020-09-07 08:59:19 +02:00
Miguel Ángel Cabrera Miñagorri
1ed12f96af
[bitnami/metrics-server] Add source repo ( #3577 )
...
* [bitnami/all] Add home to this repository
* Remove duplicated entries
2020-09-03 12:00:10 +02:00
Charlie Nederhoed
f5d4b4d90e
Fix mountPath for existingObjstoreSecretItems ( #3452 )
2020-08-19 12:29:59 +02:00
Daniel Arteaga
277cf7cd9b
fix(thanos) change objstore mount path for ruler ( #3396 )
2020-08-14 18:43:11 +02:00
Charlie Nederhoed
7bc2bce709
[bitnami/thanos]Add option to configure index storegateway ( #3400 )
...
* Add option to configure index storegateway
* Formatting with new line
* Fix lint issue.
2020-08-12 19:07:59 +02:00
Carlos Juan Gómez Peñalver
2f2e1ddcc5
[bitnami/thanos] Add cache configuration blocks to Thanos store. Index and Bucket ( #3387 )
...
* #3384 Add cache configuration blocks to Thanos store
* #3384 Fix mount path on Store and other Thanos components
* #3384 Remove duplicated comment
2020-08-12 16:04:29 +02:00
Charlie Nederhoed
991b553d49
Hotfix. Didn't remove filename in mountPath ( #3359 )
2020-08-07 18:02:37 +02:00
Charlie Nederhoed
dc51a5bcb6
During PR version got bumped by bot. Fix it with new version ( #3356 )
2020-08-07 10:28:25 +02:00
Charlie Nederhoed
4f0976fdbd
Move ruler rules to seperate folder ( #3323 )
...
Removing subpaths from deployments.
2020-08-07 08:41:56 +02:00
Carlos Rodríguez Hernández
939c6166d7
Update README.md
2020-08-06 10:58:23 +02:00
Bitnami Containers
66139a3726
[bitnami/thanos] Release 2.0.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-08-05 11:56:53 +00:00
Andrés Bono
3d7ab406fe
[bitnami/*] Fix TL;DR typo in READMEs ( #3280 )
...
* Fix TL;DR typo in READMEs
Signed-off-by: Andrés Bono <andresbono@vmware.com >
2020-07-30 18:31:32 +02:00
Marcos Bjoerkelund
81317464e6
[bitnami/thanos] Improve the way boolean/multi flags are passed ( #3245 )
2020-07-30 11:15:46 +02:00
Bitnami Containers
0a06d579e8
[bitnami/thanos] Release 1.4.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-21 09:34:42 +00:00
Christopher Becker
55b6e9fbaa
[bitnami/thanos] Additional labels for Prometheus ServiceMonitor ( #3160 )
...
* Added additional labels for servicemonitor
* Increase versionnumber
* Updated README with ServiceMonitor labels
* Updated Version and indentation of label block
Co-authored-by: Christopher Becker <christopher.becker@genesis-group.com >
2020-07-21 09:52:57 +02:00
Bitnami Containers
3c3f801156
[bitnami/thanos] Release 1.3.4 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-15 06:11:44 +00:00
Markos Chandras
d2b35dc934
[bitnami/thanos] Drop the replica label on alerts for Ruler ( #3051 )
...
In case we have multiple replicas of Ruler, then we get multiple alerts
from each ruler pod. As such, we need to drop the 'replica' label before
we send the alert to the alertmanager in order for alertmanager to
perform deduplication and only send the alert once.
Co-authored-by: Rafael Ríos Saavedra <rafael.rios.saavedra@gmail.com >
2020-07-13 12:30:39 +02:00
Miguel Ángel Cabrera Miñagorri
63bde066b8
[bitnami/all] Add categories ( #3075 )
...
* [bitnami/airflow] Add category to Chart.yaml
* [bitnami/apache] Add category to Chart.yaml
* [bitnami/cassandra] Add category to Chart.yaml
* [bitnami/common] Add category to Chart.yaml
* [bitnami/consul] Add category to Chart.yaml
* [bitnami/contour] Add category to Chart.yaml
* [bitnami/discourse] Add category to Chart.yaml
* [bitnami/dokuwiki] Add category to Chart.yaml
* [bitnami/drupal] Add category to Chart.yaml
* [bitnami/ejbca] Add category to Chart.yaml
* [bitnami/elasticsearch] Add category to Chart.yaml
* [bitnami/etcd] Add category to Chart.yaml
* [bitnami/external-dns] Add category to Chart.yaml
* [bitnami/fluentd] Add category to Chart.yaml
* [bitnami/ghost] Add category to Chart.yaml
* [bitnami/grafana] Add category to Chart.yaml
* [bitnami/harbor] Add category to Chart.yaml
* [bitnami/influxdb] Add category to Chart.yaml
* [bitnami/jasperreports] Add category to Chart.yaml
* [bitnami/jenkins] Add category to Chart.yaml
* [bitnami/joomla] Add category to Chart.yaml
* [bitnami/kafka] Add category to Chart.yaml
* [bitnami/kibana] Add category to Chart.yaml
* [bitnami/kong] Add category to Chart.yaml
* [bitnami/kube-state-metrics] Add category to Chart.yaml
* [bitnami/kubewatch] Add category to Chart.yaml
* [bitnami/logstash] Add category to Chart.yaml
* [bitnami/magento] Add category to Chart.yaml
* [bitnami/mariadb] Add category to Chart.yaml
* [bitnami/mariadb-galera] Add category to Chart.yaml
* [bitnami/mediawiki] Add category to Chart.yaml
* [bitnami/memcached] Add category to Chart.yaml
* [bitnami/metallb] Add category to Chart.yaml
* [bitnami/metrics-server] Add category to Chart.yaml
* [bitnami/minio] Add category to Chart.yaml
* [bitnami/mongodb] Add category to Chart.yaml
* [bitnami/mongodb-sharded] Add category to Chart.yaml
* [bitnami/moodle] Add category to Chart.yaml
* [bitnami/mxnet] Add category to Chart.yaml
* [bitnami/nats] Add category to Chart.yaml
* [bitnami/nginx] Add category to Chart.yaml
* [bitnami/nginx-ingress-controller] Add category to Chart.yaml
* [bitnami/node] Add category to Chart.yaml
* [bitnami/node-exporter] Add category to Chart.yaml
* [bitnami/odoo] Add category to Chart.yaml
* [bitnami/opencart] Add category to Chart.yaml
* [bitnami/orangehrm] Add category to Chart.yaml
* [bitnami/osclass] Add category to Chart.yaml
* [bitnami/owncloud] Add category to Chart.yaml
* [bitnami/parse] Add category to Chart.yaml
* [bitnami/phabricator] Add category to Chart.yaml
* [bitnami/phpbb] Add category to Chart.yaml
* [bitnami/phpmyadmin] Add category to Chart.yaml
* [bitnami/postgresql] Add category to Chart.yaml
* [bitnami/postgresql-ha] Add category to Chart.yaml
* [bitnami/prestashop] Add category to Chart.yaml
* [bitnami/prometheus-operator] Add category to Chart.yaml
* [bitnami/pytorch] Add category to Chart.yaml
* [bitnami/rabbitmq] Add category to Chart.yaml
* [bitnami/redis] Add category to Chart.yaml
* [bitnami/redis-cluster] Add category to Chart.yaml
* [bitnami/redmine] Add category to Chart.yaml
* [bitnami/spark] Add category to Chart.yaml
* [bitnami/spring-cloud-dataflow] Add category to Chart.yaml
* [bitnami/suitecrm] Add category to Chart.yaml
* [bitnami/tensorflow-resnet] Add category to Chart.yaml
* [bitnami/testlink] Add category to Chart.yaml
* [bitnami/thanos] Add category to Chart.yaml
* [bitnami/tomcat] Add category to Chart.yaml
* [bitnami/wildfly] Add category to Chart.yaml
* [bitnami/wordpress] Add category to Chart.yaml
* [bitnami/zookeeper] Add category to Chart.yaml
* Add Github action
* Standarise E-xxx categories
* Standarise lint action yaml
* Add invalid category to test action
* Fetch repo before action
* Revert "Add invalid category to test action"
This reverts commit 0495382cb286be8d276d17b1ddaa89b75b3626b1.
* Add CHART_CATEGORIES file
2020-07-10 18:12:20 +02:00
arturrez
6687d63187
guard servername verification for tls client auth ( #3081 )
2020-07-10 08:42:01 +02:00
Bitnami Containers
8285ada326
[bitnami/thanos] Release 1.3.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-09 11:49:38 +00:00
arturrez
4bc2362f8c
[bitnami/thanos] grpc tls server/client for thanos querier ( #3042 )
...
* grpc tls server/client for thanos querier
* address feedback
* Update Chart.yaml
* Update Chart.yaml
Co-authored-by: Miguel Ángel Cabrera Miñagorri <macabrera@bitnami.com >
Co-authored-by: Miguel Ángel Cabrera Miñagorri <devgorri@gmail.com >
2020-07-09 12:16:52 +02:00
Bitnami Containers
cf93930b63
[bitnami/thanos] Release 1.2.1 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-08 13:43:12 +00:00
Daniel Arteaga
68f249615c
[bitnami/thanos] add existing serviceaccount support ( #3037 )
...
* add existing serviceaccount support
* lint values.yaml
2020-07-08 13:11:03 +02:00
Bitnami Containers
7780a708a3
[bitnami/thanos] Release 1.1.3 updating components versions
...
Signed-off-by: Bitnami Containers <containers@bitnami.com >
2020-07-03 15:16:54 +00:00