hades-chart/hades/Chart.yaml
Vaibhav Pathak df359d052c Restructure repo: move chart to hades/ and include MySQL subchart
- Moved helm/hades/* to hades/ to match ArgoCD path: hades
- Included mysql-1.6.9.tgz subchart for ArgoCD dependency resolution
- Fixed sync wave ordering: dbinit wave 0, deployment wave 1
2026-01-05 17:59:13 +05:30

23 lines
502 B
YAML

apiVersion: v2
name: hades
description: Hades V2 - Authentication and Authorization Service
type: application
version: 1.0.0
appVersion: "3.0"
keywords:
- authentication
- authorization
- java
- servlet
home: https://github.com/yourorg/hades-service
sources:
- https://github.com/yourorg/hades-service
maintainers:
- name: Platform Team
email: platform-team@company.com
dependencies:
- name: mysql
version: 1.6.9
repository: https://helm.wso2.com
condition: mysql.enabled