Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: Matias Bordese <mbordese@gmail.com> Co-authored-by: Vadim Stepanov <vadimkerr@gmail.com> Co-authored-by: Dominik Broj <dominik.broj@grafana.com> Co-authored-by: Michael Derynck <michael.derynck@grafana.com> Co-authored-by: Yulya Artyukhina <Ferril.darkdiver@gmail.com> Co-authored-by: Innokentii Konstantinov <innokenty.konstantinov@grafana.com> Co-authored-by: Ildar Iskhakov <Ildar.iskhakov@grafana.com> Co-authored-by: grafana-irm-app[bot] <165293418+grafana-irm-app[bot]@users.noreply.github.com>
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
apiVersion: v2
|
|
name: oncall
|
|
description: Developer-friendly incident response with brilliant Slack integration
|
|
type: application
|
|
version: 1.9.29
|
|
appVersion: v1.9.29
|
|
dependencies:
|
|
- name: cert-manager
|
|
version: v1.8.0
|
|
repository: https://charts.jetstack.io
|
|
condition: cert-manager.enabled
|
|
- name: mariadb
|
|
version: 12.2.5
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: mariadb.enabled
|
|
- name: postgresql
|
|
version: 11.9.10
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: rabbitmq
|
|
version: 12.0.0
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: rabbitmq.enabled
|
|
- name: redis
|
|
version: 16.13.2
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: redis.enabled
|
|
- name: grafana
|
|
version: 8.4.6
|
|
repository: https://grafana.github.io/helm-charts
|
|
condition: grafana.enabled
|
|
- name: ingress-nginx
|
|
version: 4.1.4
|
|
repository: https://kubernetes.github.io/ingress-nginx
|
|
condition: ingress-nginx.enabled
|
|
- name: prometheus
|
|
version: 25.8.2
|
|
repository: https://prometheus-community.github.io/helm-charts
|
|
condition: prometheus.enabled
|