- 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
23 lines
502 B
YAML
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
|