28 Commits

Author SHA1 Message Date
Vaibhav Pathak
8784f7df6d mysql pvc added 2026-02-19 12:03:50 +05:30
Vaibhav Pathak
e7760fbc42 CR issue fix 2026-02-17 13:40:04 +05:30
Vaibhav Pathak
9a7e4bc8e9 label updated 2026-02-17 11:56:26 +05:30
Vaibhav Pathak
96efc1f62a nginx removed 2026-02-12 17:07:09 +05:30
Vaibhav Pathak
d9186f80cc argocd cofig change 2026-02-11 13:58:14 +05:30
Vaibhav Pathak
be5f5d9a0a testing 2026-02-04 17:30:40 +05:30
Vaibhav Pathak
35daa24507 lifecycle name chage 2026-02-04 17:28:00 +05:30
Vaibhav Pathak
1ca65959af AES key added 2026-02-03 10:12:56 +05:30
Vaibhav Pathak
84b9b491c3 Argocd selector updated 2026-01-23 11:16:38 +05:30
Vaibhav Pathak
721ef7ee6b allhosts mount point changed 2026-01-22 11:49:34 +05:30
Vaibhav Pathak
d7e307241c config reloader lable added 2026-01-21 20:49:40 +05:30
Vaibhav Pathak
0c4eb056fd allhosts file removed 2026-01-21 19:49:10 +05:30
Vaibhav Pathak
a7cbc4e156 allhost issue fixed 2026-01-21 16:06:12 +05:30
Vaibhav Pathak
61bd33ae55 Allhost entry removed 2026-01-21 15:28:52 +05:30
Vaibhav Pathak
e98155714e Updated flow for allhost entry 2026-01-21 15:06:18 +05:30
Vaibhav Pathak
fd5284768d Merge branch 'main' of https://gitea.os-tf-qa.onlinesales.ai/gitea_admin/hades-chart 2026-01-21 15:04:55 +05:30
Vaibhav Pathak
fd05a38585 Updated flow for allhost entry 2026-01-21 15:03:15 +05:30
2c91b74f59 Update hades/values-local.yaml 2026-01-19 10:06:30 +00:00
Vaibhav Pathak
08f2ff746c lable issue fixed 2026-01-19 14:33:56 +05:30
d956678118 Update catalog-info.yaml 2026-01-17 11:31:11 +00:00
Vaibhav Pathak
f70982a5ad initial 2026-01-16 15:00:18 +05:30
Vaibhav Pathak
8381d4db83 Add ssl-redirect annotation to ingress defaults 2026-01-06 14:06:21 +05:30
Vaibhav Pathak
0a9cbaad46 Add ingress template to Hades Helm chart
Enable ingress resource creation via Helm values instead of
workflow-created manifests. Supports configurable host, className,
annotations, and TLS settings.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-06 13:02:20 +05:30
Vaibhav Pathak
94ba582e96 helm chart added 2026-01-06 10:46:18 +05:30
Vaibhav Pathak
1d5133d913 helm chart added 2026-01-06 10:29:18 +05:30
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
Vaibhav Pathak
4af16bfecb Add helm chart contents (not as submodule) 2026-01-05 17:48:44 +05:30
Vaibhav Pathak
911f8d28a1 Fix sync wave ordering - dbinit wave 0, deployment wave 1
- Removed hook: Sync annotation from dbinit (was causing it to run before MySQL)
- dbinit Job: wave 0 (same as MySQL, wait-for-db handles timing)
- Deployment: wave 1 (starts after dbinit completes)
- Fixes: db init job starting before mysql pod
2026-01-05 17:48:21 +05:30