Commit Graph

26 Commits

Author SHA1 Message Date
zhenyus
eae6ba99e2 refactor(devsvc): restructure reconciler Helm chart and remove deprecated files
- Deleted Jenkinsfile as CI/CD configuration is now handled differently.
- Updated Chart.yaml to reflect new service name and versioning.
- Enhanced values.yaml and values.alpha.yaml with comprehensive operator configuration and environment settings.
- Removed obsolete templates for deployment, service, ingress, and monitoring.
- Streamlined configuration for RabbitMQ, Jenkins, and ArgoCD integration.

Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-07-31 23:21:24 +08:00
381d0ba615 revert a95d5245df
revert ci(bump): bump reconciler image version for alpha to 1.0.1
2025-07-25 03:09:59 +00:00
freeleaps-gitops-bot
a95d5245df ci(bump): bump reconciler image version for alpha to 1.0.1 2025-07-24 13:52:27 +00:00
Nicolas
9fd882f180 fix: add K_8S compatibility keys to reconciler-config secret 2025-07-24 21:21:14 +08:00
ce5929d44f Merge pull request 'fix: ensure AUTO_DISCOVER_K_8S_CLUSTER_DOMAIN_MAX_RETRIES key matches pod env var' (#8) from Nicolas_local_ops into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/8
2025-07-24 11:48:30 +00:00
Nicolas
24c56479b4 fix: ensure AUTO_DISCOVER_K_8S_CLUSTER_DOMAIN_MAX_RETRIES key matches pod env var 2025-07-24 19:33:54 +08:00
Nicolas
6373a82351 merge: resolve conflict from Nicolas_local_ops into master 2025-07-24 18:20:41 +08:00
Nicolas
6117b8dcac fix(vpa): force local values.alpha.yaml overwrite 2025-07-24 18:13:50 +08:00
Nicolas
e051a97ad6 fix(vpa): force local values.alpha.yaml overwrite 2025-07-24 18:12:01 +08:00
Nicolas
19c82aff7a fix(vpa): use integer cpu values for VPA minAllowed/maxAllowed to comply with k8s spec 2025-07-24 17:55:05 +08:00
freeleaps-gitops-bot
b4e8f579e2 ci(bump): bump reconciler image version for alpha to snapshot-2a5bb92 2025-07-24 08:57:16 +00:00
Nicolas
b1d3d58269 fix: correct serviceName to match actual directory for values file resolution 2025-07-24 15:55:15 +08:00
Nicolas
6d6c76f9df chore: remove argoControlledRepo config and update shared library usage 2025-07-24 15:18:18 +08:00
Nicolas
c3842ea9a4 ci: set argoControlledRepo and credentials for reconciler to use Nicolas_local_ops branch 2025-07-23 22:32:18 +08:00
Nicolas
b66182be18 ci: update Jenkinsfile to use argoControlledRepoBranch Nicolas_local_ops and pipeline library from Nicolas_local_ops branch 2025-07-23 22:16:43 +08:00
Nicolas
d21fe5bcf7 fix: update Jenkinsfile to use Dockerfile from repo root for reconciler image build 2025-07-23 21:46:41 +08:00
Nicolas
b10362af61 fix: update Jenkinsfile root to 'reconciler' to match actual directory structure 2025-07-23 21:38:02 +08:00
Nicolas
2ca242bd91 chore: sync Jenkinsfile and ensure all local changes are committed 2025-07-23 21:28:32 +08:00
Nicolas
8e6faf1636 chore: temporarily disable lint for reconciler component in Jenkinsfile 2025-07-23 21:19:51 +08:00
Nicolas
cb5d164397 fix: correct serviceGitCredentialsId for freeleaps-devops-reconciler Jenkinsfile 2025-07-23 21:14:58 +08:00
Nicolas
31b941aecb fix: set serviceGitBranch to master in Jenkinsfile for reconciler 2025-07-23 19:02:23 +08:00
Nicolas
2005327e2d chore: translate all Chinese comments in values.yaml and values.alpha.yaml to English 2025-07-23 18:36:48 +08:00
Nicolas
063c85bcd3 The gitea-webhook-ambassador-python was updated, and the bug causing the disorderly display on the front end was fixed. 2025-07-23 18:03:36 +08:00
Nicolas
95aa8fd84b feat(reconciler): update Helm chart configs, templates, and CI/CD integration for reconciler service 2025-07-22 17:50:25 +08:00
Nicolas
5b93048cb3 fix: update Jenkinsfile configurations for devops and reconciler services
- Update freeleaps-devops-reconciler Jenkinsfile: change reconciler root path from '.' to 'apps/reconciler'
- Ensure freeleaps-service-hub Jenkinsfile includes devops component with correct configuration
- Both services now have proper CI/CD pipeline configurations for alpha environment
2025-07-21 09:45:15 +08:00
Nicolas
233d88467b feat: add devops and reconciler services to CI/CD pipeline
- Create freeleaps-service-hub directory structure with alpha, prod, helm-pkg
- Create freeleaps-devops-reconciler directory structure with alpha, prod, helm-pkg
- Add .gitkeep files in prod directories
- Add Jenkinsfile for devops service in freeleaps-service-hub/alpha/ci/
- Add Jenkinsfile for reconciler service in freeleaps-devops-reconciler/alpha/ci/
- Remove old CI/CD configurations that were reverted to original state
2025-07-21 09:41:27 +08:00