forked from christianhuth/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChart.yaml
44 lines (44 loc) · 2.08 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
apiVersion: v2
name: typo3
description: TYPO3 — the Professional, Flexible Content Management System
type: application
version: 1.18.1
appVersion: "11.5"
home: https://github.com/christianknell/helm-charts
icon: https://www.mdc.de/wp-content/uploads/2016/05/typo3_logo.png
maintainers:
- name: christianknell
email: [email protected]
sources:
- https://github.com/martin-helmich/docker-typo3
- https://github.com/TYPO3/typo3
dependencies:
- name: mysql
repository: https://charts.bitnami.com/bitnami
version: 9.12.3
condition: mysql.enabled
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.5.7
condition: mariadb.enabled
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.12.10
condition: postgresql.enabled
annotations:
artifacthub.io/changes: |
- kind: changed
description: bumped chart version of postgresql to 12.12.10
artifacthub.io/screenshots: |
- title: TYPO3 is a very powerful Web Content Management System.
url: https://docs.typo3.org/m/typo3/tutorial-getting-started/10.4/en-us/_images/BackendAboutModules.png
- title: Easilly create and manage pages for your website.
url: https://typo3.org/fileadmin/t3o_common_storage/images/release_notes/v12/12.0/screenshots/backend-ux-page-tree.png
- title: Manage existing and add new content to your pages.
url: https://typo3.org/fileadmin/t3o_common_storage/images/release_notes/v12/12.0/screenshots/new-page-module.png
- title: Files including documents and images can be managed in the Filelist module.
url: https://docs.typo3.org/m/typo3/tutorial-editors/main/en-us/_images/FilelistModule.png
- title: Extensions can be installed and managed from the Extension Manager.
url: https://docs.typo3.org/m/typo3/reference-coreapi/10.4/en-us/_images/ExtensionManager76To86.png
- title: Create your own dashboard to visualize information inside of your TYPO3 backend.
url: https://typo3.org/fileadmin/t3o_common_storage/images/release_notes/v10/10.4/typo3-100400_0036_dashboard-my-dashboard.png