Commit Graph

8 Commits

Author SHA1 Message Date
e262873c5e REFACTOR(repo): remove ignoreDifferences 2025-12-19 20:16:47 +09:00
77e79493bb FIX(repo): ignoreDiff to use jsonPointers for chec 2025-12-19 20:08:05 +09:00
8028d13f33 FIX(gitea): gitea password policy to prevent force
Set passwordMode to initialOnlyDoNotUpdate to prevent Gitea from forcing
password changes on every pod restart. This resolves the issue where users
were continuously prompted to update their password, causing ArgoCD
authentication failures.
2025-12-19 18:56:56 +09:00
6ab36dc76e FIX(repo): Use correct strategy key name
- Change deploymentStrategy to strategy
- This is the correct key according to gitea helm chart values.yaml
2025-12-18 19:41:35 +09:00
d955521379 FIX(gitea): gitea deployment strategy config
- Use correct key: deploymentStrategy instead of deployment.strategy
- Set type to Recreate to prevent leveldb lock conflicts
- This will resolve OutOfSync issue
2025-12-18 19:37:18 +09:00
924fff5d4c REFACTOR(gitea): change gitea Deployment strategy
- Fix OutOfSync issue caused by kubectl.kubernetes.io/restartedAt annotation
- Prevent leveldb lock conflicts during updates
- Recreate strategy ensures clean pod replacement
2025-12-18 19:33:59 +09:00
99ec89d2f1 CHORE(gitea): update gitea Application to use apps
- Change repoURL from infrastructure.git to applications.git
- Consolidate all gitea resources in applications repository
- Remove dependency on infrastructure repository
2025-12-18 19:23:37 +09:00
b6c581492b FEAT(gitea): add gitea Application to apps reposit
- Move gitea Application definition to applications repo
- Add gitea resources (helm-values, vault secrets, runner deployment)
- Update kustomization.yaml to include gitea Application
- This enables ArgoCD to manage gitea with proper Helm chart integration
2025-12-18 19:08:20 +09:00