forked from isavcic/devops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
101 lines (99 loc) · 2.45 KB
/
Chart.yaml
File metadata and controls
101 lines (99 loc) · 2.45 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Copyright (c) Mainflux
# SPDX-License-Identifier: Apache-2.0
apiVersion: v2
name: mainflux
description: Mainflux IoT Platform
icon: https://avatars1.githubusercontent.com/u/13207490
type: application
version: 1.0.3
appVersion: "0.12.1"
home: https://www.mainflux.com
sources:
- https://hub.docker.com/u/mainflux/
maintainers:
- name: blokovi
email: ivan.milosevic@mainflux.com
- name: isavcic
email: isavcic@gmail.com
dependencies:
- name: nats
version: "4.3.7"
repository: "@stable"
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlthings
condition: postgresqlthings.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlusers
condition: postgresqlusers.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlauth
condition: postgresqlauth.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlbootstrap
condition: postgresqlbootstrap.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlcerts
condition: postgresqlcerts.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlketo
condition: postgresqlketo.enabled
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-streams
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-auth
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-mqtt
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-opcua
condition: adapter_opcua.enabled
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-lora
condition: adapter_lora.enabled
- name: redis
version: "12.6.2"
repository: "@bitnami"
alias: redis-oauth2
condition: oidc.enabled
- name: influxdb
version: "1.1.9"
repository: "@bitnami"
condition: influxdb.enabled
- name: mongodb
version: "10.4.1"
repository: "@bitnami"
alias: twins-db
condition: twins.enabled, mongodb.enabled
- name: postgresql
version: "10.2.3"
repository: "@bitnami"
alias: postgresqlnotifiersmtp
condition: postgresqlnotifiersmtp.enabled
- name: loki-stack
version: "2.5.0"
repository: "@grafana"
condition: loki-stack.enabled
- name: keto
version: "0.21.7"
repository: "@ory"