-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chart.yaml
50 lines (44 loc) · 1.21 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
50
apiVersion: v2
name: "ctfd"
description: "A chart to deploy a CTFd instance on Kubernetes."
type: application
# This is the chart version. It is expected to follow semver.
version: 0.3.0
# The CTFd version.
# It does not need to follow semver
appVersion: 3.5.3
keywords:
- ctf
- capture the flag
- competition
- game
- cybersecurity
- challenge
home: https://github.com/HackademINT/CTFd-chart
sources:
- https://github.com/HackademINT/CTFd-chart
- https://github.com/CTFd/CTFd
icon: https://raw.githubusercontent.com/CTFd/CTFd/master/CTFd/themes/core/static/img/logo.png
maintainers:
- name: Smyler
email: [email protected]
url: https://github.com/SmylerMC
- name: Soremo
email: [email protected]
url: https://github.com/Soremojinsen
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.x.x
- condition: mariadb.enabled
name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.4.x
- condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.8.x
- condition: minio.enabled
name: minio
repository: https://charts.bitnami.com/bitnami
version: 11.x.x