Files
hlaeja-development/helm/charts/02-database/Chart.yaml
Swordsteel 1d0346d5e2 helm database postgresql
- add Chart.lock to .gitignore
- update helmfile.yaml with database
- add values.yaml with postgresql
- add Chart.yaml with postgresql
2025-07-28 11:37:04 +02:00

12 lines
293 B
YAML

apiVersion: v2
name: hlaeja-database
description: A Helm chart for the hlaeja database chart wrapper
version: 0.1.0
dependencies:
# https://artifacthub.io/packages/helm/bitnami/postgresql
- name: postgresql
version: 16.7.21
repository: "oci://registry-1.docker.io/bitnamicharts"