Commit Graph
23 Commits
Author SHA1 Message Date
Junv (via Hermes) cbb50ac941 ci(demo-service): move manifest to home-apps/ root for ArgoCD
- ArgoCD 'home-apps' app tracks the home-apps/ directory at root level only
- Move k8s-manifest.yaml to home-apps/demo-service.yaml (sibling of other apps)
- Keep source code (Dockerfile, service.py, etc.) in home-apps/demo-service/ subdirectory
- Update workflow to update the new path
- Also fix imagePullSecrets placement (pod-level not container-level)
2026-06-14 12:10:22 +10:00
Junv (via Hermes) 49703c4c8f ci(demo-service): fix sed regex to match both old and new image references 2026-06-14 12:02:10 +10:00
Junv (via Hermes) 425955b921 ci(demo-service): GitHub Actions workflow for ghcr.io build
- .github/workflows/build-demo-service.yml builds on push when home-apps/demo-service/**
- Pushes to ghcr.io/wahyd4/demo-manager with git SHA tag + :latest
- Updates k8s-manifest.yaml with new image tag
- ArgoCD picks up the new image on next sync

k8s-manifest changes:
- image: ghcr.io/wahyd4/demo-manager (was docker.io/library/demo-manager)
- imagePullPolicy: Always
- imagePullSecrets: github-image-pull-secret (auth for ghcr.io)
2026-06-14 11:59:52 +10:00
junv 34aac1aecc Update 2026-02-13 17:02:05 +11:00
junv 9741b1d907 update workflow 2026-02-01 09:06:22 +11:00
junv 931565f518 rename workflow 2026-02-01 08:50:30 +11:00
junv 3892026719 rename files 2026-02-01 08:46:27 +11:00
junv 1e9c709e68 Update branches 2026-01-30 12:17:29 +11:00
junv 1c69af3696 Add script to build image 2026-01-30 12:15:05 +11:00
junv a9157ba5d2 Rollback change 2025-03-06 23:48:12 +11:00
junv 2c26cabe98 Update pipeline 2025-03-06 22:32:52 +11:00
junv f9c92d0a56 try to fix weired checkout error 2020-05-23 07:50:52 +10:00
junv 3241e2dfe9 optimize plex 2020-05-08 20:30:37 +10:00
junv dd193b2dc4 Update helm deployment 2020-05-05 20:22:03 +10:00
junv 18c0a91615 Deploy postgres 2020-05-05 20:16:46 +10:00
junv ca27695c24 use master workflow 2020-05-05 20:10:53 +10:00
junv a5eb886055 so weird 2020-05-05 10:24:03 +10:00
junv c63ec43bb1 update version 2020-05-05 10:22:57 +10:00
junv aabb05107c add readme 2020-05-05 10:12:22 +10:00
junv 16575328b1 refine 2020-05-05 10:08:24 +10:00
junv 6d73e41190 Try to use my github action 2020-05-05 09:49:08 +10:00
junv 855497b5e9 try kubectl 1.15 2020-05-03 23:14:16 +10:00
junvandGitHub 266a61dd15 deploy action!! 2020-05-03 23:08:38 +10:00