8efe4bf338
PERF(repo): apply CPU/Memory limits based on VPA
...
- Set CPU request to VPA recommendation
- Set CPU limit to VPA × 1.5 for burst allowance
- Set Memory limit to VPA × 1.5 to prevent OOM
- Prevent cascading failure on node failure
2026-01-07 22:58:48 +09:00
65d20c16c9
FIX(jovies): Use git write-back method for Image Updater
...
- Change write-back-method from argocd to git㊙️ argocd/github-creds
- Image Updater will now commit tag changes directly to helm-values.yaml
- Fixes sync loop caused by ArgoCD overwriting Application parameters
2026-01-07 18:07:07 +09:00
99a932b04c
FIX(jovies): Remove tag to prevent sync loop
...
- Image tag is now fully managed by ArgoCD Image Updater
- Fixes OutOfSync/Sync loop caused by helm-values.yaml overriding Image Updater's digest
2026-01-07 17:58:17 +09:00
159d95377b
REFACTOR(jovies): Switch from Zot to ghcr.io
...
- Change image registry from zot0213.kro.kr to ghcr.io
- Remove imagePullSecrets (public repo)
- Update Image Updater annotations for ghcr.io
2026-01-07 17:52:19 +09:00
6b9bea7581
FIX(jovies): remove helm.image-name to prevent duplicate registry path
...
- Helm template already combines registry/repository:tag
- Image Updater was setting full path to image.repository
- Result was: zot0213.kro.kr/zot0213.kro.kr/jovies (duplicate)
- Now only updates image.tag with digest
2026-01-07 15:58:10 +09:00
6dbd3bab73
FIX(jovies): set platforms to linux/arm64/v8
...
- Image has variant: v8 which wasn't matching linux/arm64
- Explicitly specify linux/arm64/v8 for proper platform matching
- Fixes 'ignoring OCI manifest' issue (GitHub issue #665 )
2026-01-07 15:53:12 +09:00
e0fa00177b
FIX(jovies): try ignore-platforms annotation
2026-01-07 15:48:12 +09:00
f6ff2cf7cd
FIX(jovies): restore :main constraint for digest strategy
...
- digest strategy requires version constraint
- Remove allow-tags (not needed with :main constraint)
2026-01-07 15:44:55 +09:00
101b508486
FIX(jovies): disable platform filtering for Image Updater
...
- Remove :main constraint from image-list
- Add allow-tags: regexp:^main$ for tag filtering
- Add platforms: linux/* to disable arch-specific filtering
- Fixes 'ignoring OCI manifest' issue for single-manifest images
2026-01-07 15:42:31 +09:00
6bb7650f1c
FIX(jovies): use digest strategy for Image Updater
...
- Remove platforms annotation (single manifest, not multi-arch index)
- Change update-strategy from latest to digest
- Remove force-update (not needed with digest strategy)
- Fixes 'ignoring OCI manifest' issue in Image Updater
2026-01-07 15:36:07 +09:00
85cc03881c
FIX(jovies): change to latest strategy with force-update
...
- Change from digest to latest update strategy
- Add platforms annotation for ARM64
- Add force-update to trigger deployment on image push
2026-01-07 15:06:25 +09:00
ec21ac5a7d
FIX(jovies): add helm parameter annotations for Image Updater
...
- Add write-back-method: argocd for multi-source Helm support
- Add helm.image-name and helm.image-tag parameter mappings
- Fixes @dummy digest issue in Image Updater
2026-01-07 15:01:54 +09:00
028536bfca
FEAT(jovies): migrate to Zot registry with Image Updater
...
- Switch registry from ghcr.io to zot0213.kro.kr
- Add ArgoCD Image Updater annotations for auto-deploy
- Add zot-registry: enabled label for ClusterExternalSecret
- Use :main tag for digest-based updates
2026-01-07 14:28:24 +09:00
128ab8cdb7
REFACTOR(repo): migrate to Helm chart structure
...
- Add web-app Helm chart in charts/web-app/
- Replace individual deployment/service/ingress YAML with helm-values
- Update ArgoCD applications to use Helm chart with values files
- Reduces per-app files from 6 to 2 (argocd.yaml + helm-values.yaml)
Apps migrated: jaejadle, jaejadle-dev, joossam, joossam-dev,
jotion, jovies, portfolio, todo
2026-01-06 01:04:43 +09:00
ebeb9945db
INIT(repo): add jovies, portfolio, todo apps
...
- Add ArgoCD Application definitions for each app
- Add Kubernetes Deployment, Service, Ingress for each app
- Add ExternalSecret for todo (Vault integration)
- Configure Traefik ingress with Let's Encrypt TLS
Domains:
- jovies.kro.kr
- minjo0213.kro.kr
- todo0213.kro.kr
2026-01-05 01:55:49 +09:00