Commit f4937b07 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

added thanos baseline chart

parent 17038b22
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
+9 −0
Original line number Diff line number Diff line
dependencies:
- name: common
  repository: https://charts.bitnami.com/bitnami
  version: 1.4.1
- name: minio
  repository: https://charts.bitnami.com/bitnami
  version: 6.1.11
digest: sha256:ab2523dc922e638d76a7d7af09cdfaf93a7ae9b73a6eeaa4a7c59a04b69dd10c
generated: "2021-02-24T15:12:57.801463663Z"
+32 −0
Original line number Diff line number Diff line
annotations:
  category: Analytics
apiVersion: v2
appVersion: 0.18.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: 6.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.
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: 3.14.0
+948 −0

File added.

Preview size limit exceeded, changes collapsed.

+22 −0
Original line number Diff line number Diff line
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
Loading