mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
* Update ingress.yaml Fixed issue in charts/bitnami/thanos/templates/receive. Certain ingress controllers (like nginx) don't tolerate you defining multiple hosts with the same name. This change should allow ingress to be deployed with nginx without impacting other ingress controllers. * Update Chart.yaml incremented chart version number
32 lines
902 B
YAML
32 lines
902 B
YAML
annotations:
|
|
category: Analytics
|
|
apiVersion: v2
|
|
appVersion: 0.22.0
|
|
dependencies:
|
|
- name: common
|
|
repository: https://charts.bitnami.com/bitnami
|
|
tags:
|
|
- bitnami-common
|
|
version: 1.x.x
|
|
- condition: minio.enabled
|
|
name: minio
|
|
repository: https://charts.bitnami.com/bitnami
|
|
version: 7.x.x
|
|
description: Thanos is a highly available metrics system that can be added on top of existing Prometheus deployments, providing a global query view across all Prometheus installations.
|
|
engine: gotpl
|
|
home: https://github.com/bitnami/charts/tree/master/bitnami/thanos
|
|
icon: https://bitnami.com/assets/stacks/thanos/img/thanos-stack-220x234.png
|
|
keywords:
|
|
- analytics
|
|
- monitoring
|
|
- prometheus
|
|
- thanos
|
|
maintainers:
|
|
- email: containers@bitnami.com
|
|
name: Bitnami
|
|
name: thanos
|
|
sources:
|
|
- https://github.com/bitnami/bitnami-docker-thanos
|
|
- https://thanos.io
|
|
version: 5.3.2
|