-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
49 lines (49 loc) · 1.45 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
47
48
49
apiVersion: v2
name: feedbacksystem
description: Intelligent, personalized feedback for students using artificial intelligence
icon: https://frits.mni.thm.de/img/hub/fbs-logo.png
sources:
- https://github.com/thm-mni-ii/feedbacksystem
home: https://github.com/thm-mni-ii/feedbacksystem
type: application
version: 0.38.0
# renovate: image=thmmniii/fbs-core
appVersion: v1.16.0
dependencies:
- name: mysql
version: 9.16.1
repository: 'https://charts.bitnami.com/bitnami'
condition: core.enabled
- name: minio
version: 12.13.1
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
- name: postgresql
version: 12.12.10
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerPostgres
- name: mysql
version: 9.16.1
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerMysql
- name: mongodb
version: 13.18.5
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.sqlChecker.enabled
alias: checkerMongodb
- name: postgresql
version: 12.12.10
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: runnerPlaygroundPostgres
- name: postgresql
version: 12.12.10
repository: 'https://charts.bitnami.com/bitnami'
condition: runner.enabled
alias: playgroundSharePostgres
maintainers:
- name: zitrone44
annotations:
artifacthub.io/license: Apache-2.0