helm_website/Chart.yaml

19 lines
508 B
YAML
Raw Normal View History

2024-11-14 08:13:40 +01:00
# Chart.yaml
apiVersion: v2
2024-11-20 21:50:01 +01:00
name: basic-web-app
PullName: basic-app-puller
2024-11-20 21:50:01 +01:00
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
2024-11-14 08:13:40 +01:00
type: application
2024-11-20 21:50:01 +01:00
version: 1.0.0
2024-11-14 08:13:40 +01:00
appVersion: "1.0.0"
dependencies:
- name: postgresql
version: 15.5.0
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mysql
version: 11.1.19
repository: oci://registry-1.docker.io/bitnamicharts
condition: mysql.enabled