gitdataai/deploy
ZhenYi b7b56938aa fix(deploy): use secretRef instead of configMapRef in all deployments
ConfigMap was removed from Helm chart (managed externally).
Secret contains all required env vars (APP_DATABASE_URL, APP_REDIS_URL,
SMTP credentials, SSH domain/key, etc.) and is always rendered
(helm.sh/resource-policy: keep prevents deletion on upgrade).
Also add APP_SSH_PORT and APP_SSH_SERVER_PRIVATE_KEY to secret template.
2026-04-15 14:06:40 +08:00
..
templates fix(deploy): use secretRef instead of configMapRef in all deployments 2026-04-15 14:06:40 +08:00
Chart.yaml init 2026-04-15 09:08:09 +08:00
configmap.yaml init 2026-04-15 09:08:09 +08:00
secrets.yaml.example init 2026-04-15 09:08:09 +08:00
values.user.yaml.example init 2026-04-15 09:08:09 +08:00
values.yaml feat: add imagePullSecrets support to all deployment templates 2026-04-15 10:59:15 +08:00