-
-
Notifications
You must be signed in to change notification settings - Fork 107
/
Chart.yaml
46 lines (46 loc) · 1.57 KB
/
Chart.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
apiVersion: v2
# StackStorm version which refers to Docker images tag
appVersion: "3.8"
name: stackstorm-ha
version: 1.1.0
description: StackStorm K8s Helm Chart, optimized for running StackStorm in HA environment.
home: https://stackstorm.com/
icon: https://landscape.cncf.io/logos/stack-storm.svg
source:
- https://github.com/stackstorm/stackstorm-k8s
keywords:
- st2
- stackstorm
- devops
- SRE
- automation
- chatops
- event-driven
- auto-remediation
- IFTTT
- HA
maintainers:
- name: The StackStorm Authors
email: [email protected]
url: https://github.com/StackStorm
details:
This Helm chart is a fully installable app that codifies StackStorm cluster deployment optimized for HA and K8s environment.
RabbitMQ-HA, MongoDB-HA clusters and Redis coordination backend st2 relies on will be deployed as 3rd party chart dependencies.
For configuration details please check default values.yaml and README.
dependencies:
- name: rabbitmq
version: 8.0.2
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: rabbitmq.enabled
- name: mongodb
version: 10.0.1
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: mongodb.enabled
- name: external-dns
version: 4.0.0
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: external-dns.enabled
- name: redis
version: 12.3.2
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: redis.enabled