helmfiles/releases/envs/common.yaml (46 lines of code) (raw):
---
environments:
{{ .Environment.Name }}:
values:
- envs/{{ .Environment.Name }}.yaml
---
repositories:
- name: "ingress-nginx"
url: "https://kubernetes.github.io/ingress-nginx"
- name: "codecentric"
url: "https://codecentric.github.io/helm-charts"
- name: "epamedp"
url: "https://epam.github.io/edp-helm-charts/stable"
- name: "argo"
url: "https://argoproj.github.io/argo-helm"
- name: "external-secrets"
url: "https://charts.external-secrets.io"
- name: "defectdojo"
url: "https://raw.githubusercontent.com/DefectDojo/django-DefectDojo/helm-charts"
# ReportPortal helm charts:
# - "minio"
# - "rabbitmq"
# Keycloak helm chart:
# - "postgresql"
- name: "bitnami"
url: "https://charts.bitnami.com/bitnami"
# ReportPortal helm chart:
# - "postgresql"
- name: "bitnami-archive"
url: "https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami"
# ReportPortal helm chart:
# - "elasticsearch"
- name: "elastic"
url: "https://helm.elastic.co"
# ReportPortal helm chart:
# - "reportportal"
- name: "report-portal"
url: "https://reportportal.github.io/kubernetes"
# Aerokube/Moon helm chart:
- name: "moon"
url: "https://charts.aerokube.com"
# Kiosk helm chart:
- name: "loft"
url: "https://charts.loft.sh"
# Karma dashboard helm chart:
- name: "wiremind"
url: "https://wiremind.github.io/wiremind-helm-charts"
# Prometheus helm chart:
- name: "prometheus-community"
url: "https://prometheus-community.github.io/helm-charts"
# Grafana helm chart:
- name: "grafana"
url: "https://grafana.github.io/helm-charts"
# Elasticsearch helm chart:
- name: "elastic"
url: "https://helm.elastic.co"
# Fluent helm chart:
- name: "fluent"
url: "https://fluent.github.io/helm-charts"
---
helmDefaults:
createNamespace: true
timeout: 500
atomic: true