Commit Graph

173 Commits

Author SHA1 Message Date
ac4705335c FEAT(velero): add velero,horn to homer 2025-12-25 14:38:43 +09:00
3f5c38ab49 REFACTOR(code-server): change username in code-ser 2025-12-25 01:32:46 +09:00
a26cc8d77c FEAT(code-server): grant permissions 2025-12-25 01:21:10 +09:00
e9072e573c FEAT(code-server): grant permissions 2025-12-25 01:11:16 +09:00
424d3656ce FEAT(code-server): grant permissions 2025-12-25 01:09:40 +09:00
5c8ab74aed FEAT(code-server): grant permissions 2025-12-25 01:06:18 +09:00
0dd4f36e85 FEAT(homer): add chainlit to homer 2025-12-25 00:47:31 +09:00
fcc1ccbd73 FIX(homer): homer init container: use apps.git ins 2025-12-20 14:10:17 +09:00
9016c64236 REFACTOR(homer): remove harbor and tekton dashboar 2025-12-20 13:13:54 +09:00
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
950058278a FIX(docs): add root redirect to /intro/
- Docusaurus builds index.html at /intro/ instead of root
- Add redirect from root (/) to /intro/ to fix 403 Forbidden error
- Update try_files fallback to use /intro/index.html
2025-12-17 23:55:08 +09:00
c689a913de FIX(docs): Change docs source repository from infr
- Change git clone from infrastructure.git to applications.git
- This matches the ArgoCD Application configuration
- Fixes 'No such file or directory' error in initContainer
2025-12-17 23:35:45 +09:00
82e0d91987 FIX(docs): fix build output copy command
- Change cp -r build/* /build/ to cp -r build/. /build/
- This ensures all files and directories (including hidden files) are copied
- Fixes 403 Forbidden error caused by missing index.html in nginx root
2025-12-17 23:25:42 +09:00
09c53730db REFACTOR(code-server): change vault secret path 2025-12-17 21:32:30 +09:00
089f8c0575 CHORE(argocd): update ArgoCD apps to point to apps 2025-12-17 15:13:15 +09:00
9763b1e682 INIT(repo): apps setup with all user-facing servic 2025-12-17 15:11:34 +09:00