Commit Graph

2196 Commits

Author SHA1 Message Date
freeleaps-gitops-bot
fb718121fa ci(bump): bump authentication image version for prod to snapshot-561bf20 2025-10-21 03:57:09 +00:00
freeleaps-gitops-bot
964c7f272a ci(bump): bump freeleaps image version for prod to snapshot-5c313da 2025-10-21 03:54:23 +00:00
freeleaps-gitops-bot
c6706b2f3f ci(bump): bump authentication image version for prod to 1.14.1 2025-10-21 03:47:41 +00:00
freeleaps-gitops-bot
5469fe98ce ci(bump): bump metrics image version for prod to snapshot-561bf20 2025-10-21 03:46:25 +00:00
freeleaps-gitops-bot
17d39e3dcd ci(bump): bump freeleaps image version for prod to 1.13.0 2025-10-21 03:45:20 +00:00
freeleaps-gitops-bot
3888c49d22 ci(bump): bump chat image version for prod to snapshot-5c313da 2025-10-21 03:44:20 +00:00
freeleaps-gitops-bot
42db772eb2 ci(bump): bump metrics image version for prod to 1.14.1 2025-10-21 03:43:04 +00:00
freeleaps-gitops-bot
190248f634 ci(bump): bump chat image version for prod to 1.13.0 2025-10-21 03:41:52 +00:00
Easonzyc
7938fab3b0 Merge pull request 'feat: alert manager set-up for all services' (#129) from feat-alert-manager into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/129
2025-10-21 01:42:59 +00:00
Eason Zhao
90a9337f1a feat: update set-up 2025-10-20 21:42:16 -04:00
Eason Zhao
9ece101d8c feat: alert manager set-up for all services 2025-10-20 21:31:25 -04:00
freeleaps-gitops-bot
6f0b37b30a ci(bump): bump devops image version for alpha to snapshot-cd725c8 2025-10-20 10:14:10 +00:00
freeleaps-gitops-bot
e265262fd5 ci(bump): bump payment image version for alpha to snapshot-cd725c8 2025-10-20 10:11:56 +00:00
freeleaps-gitops-bot
e493f63d96 ci(bump): bump notification image version for alpha to snapshot-cd725c8 2025-10-20 10:01:41 +00:00
freeleaps-gitops-bot
bbe5aa4873 ci(bump): bump content image version for alpha to snapshot-cd725c8 2025-10-20 09:57:59 +00:00
freeleaps-gitops-bot
ff03ef4f24 ci(bump): bump centralStorage image version for alpha to snapshot-cd725c8 2025-10-20 09:54:32 +00:00
freeleaps-gitops-bot
ef031b4524 ci(bump): bump authentication image version for alpha to snapshot-cd725c8 2025-10-20 09:51:47 +00:00
freeleaps-gitops-bot
9d82ffe497 ci(bump): bump metrics image version for alpha to snapshot-cd725c8 2025-10-20 09:48:54 +00:00
freeleaps-gitops-bot
2d98c50188 ci(bump): bump frontend image version for alpha to snapshot-d2c2ddd 2025-10-20 06:17:21 +00:00
freeleaps-gitops-bot
0d3f2557a7 ci(bump): bump freeleaps image version for alpha to snapshot-d2c2ddd 2025-10-20 06:06:40 +00:00
freeleaps-gitops-bot
d955686f0b ci(bump): bump chat image version for alpha to snapshot-d2c2ddd 2025-10-20 06:04:09 +00:00
freeleaps-gitops-bot
27f4a5d5d4 ci(bump): bump frontend image version for alpha to snapshot-4920322 2025-10-19 01:53:01 +00:00
freeleaps-gitops-bot
2f205e1228 ci(bump): bump freeleaps image version for alpha to snapshot-4920322 2025-10-19 01:40:19 +00:00
freeleaps-gitops-bot
f49b833095 ci(bump): bump chat image version for alpha to snapshot-4920322 2025-10-19 01:36:55 +00:00
Jet Li
c40fb2111d fix: Add --network=host to single-arch Docker builds
Fixes network isolation issue in Docker builds where containers couldn't
reach external networks (PyPI, apt repos, etc).

**Problem:**
- Multi-arch buildx builds use: --driver-opt network=host 
- Single-arch builds were missing: --network=host 
- Result: Docker build containers had [Errno 101] Network unreachable

**Root Cause:**
When docker build runs without --network=host, build containers are
isolated from the host network and can't reach external services.

**Solution:**
Add --network=host flag to single-arch docker build command on line 131.

**Testing:**
This matches the configuration used successfully in multi-arch builds.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-18 18:31:31 -07:00
freeleaps-gitops-bot
2f63e3fb34 ci(bump): bump devops image version for alpha to snapshot-e12fb45 2025-10-18 06:36:27 +00:00
freeleaps-gitops-bot
dba56beed3 ci(bump): bump payment image version for alpha to snapshot-e12fb45 2025-10-18 06:34:05 +00:00
freeleaps-gitops-bot
b6a1720ba4 ci(bump): bump notification image version for alpha to snapshot-e12fb45 2025-10-18 06:31:59 +00:00
freeleaps-gitops-bot
b9b01b7300 ci(bump): bump content image version for alpha to snapshot-e12fb45 2025-10-18 06:29:36 +00:00
freeleaps-gitops-bot
4fb4a257b1 ci(bump): bump centralStorage image version for alpha to snapshot-e12fb45 2025-10-18 06:26:33 +00:00
freeleaps-gitops-bot
3904b90471 ci(bump): bump authentication image version for alpha to snapshot-e12fb45 2025-10-18 06:24:41 +00:00
freeleaps-gitops-bot
e0e2c38799 ci(bump): bump metrics image version for alpha to snapshot-e12fb45 2025-10-18 06:22:38 +00:00
freeleaps-admin
ad76e13c6a helm: update reconciler value.prod.yaml 2025-10-17 08:48:05 +00:00
e57990a63e Merge pull request 'feat: add authServiceEndpoint to authentication values.prod.yaml' (#128) from tania_local into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/128
2025-10-17 04:01:07 +00:00
YuehuCao
1f3cc9c0c8 feat: add authServiceEndpoint to authentication values.prod.yaml 2025-10-17 11:59:40 +08:00
e11ca58b6c Merge pull request 'fix(auth): modify the auth endpoint' (#122) from tania_local into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/122
2025-10-16 09:44:15 +00:00
freeleaps-gitops-bot
131fa02c94 ci(bump): bump frontend image version for alpha to snapshot-2dd5d48 2025-10-16 06:44:09 +00:00
freeleaps-gitops-bot
62b671d99d ci(bump): bump authentication image version for alpha to snapshot-e22f85e 2025-10-16 06:27:27 +00:00
freeleaps-gitops-bot
3bc5679f8f ci(bump): bump freeleaps image version for alpha to snapshot-2dd5d48 2025-10-16 06:26:56 +00:00
freeleaps-gitops-bot
b635171a40 ci(bump): bump chat image version for alpha to snapshot-2dd5d48 2025-10-16 06:23:05 +00:00
icecheng
28a95cd68d Merge pull request 'feat: add DockerHub authentication to prevent rate limiting' (#127) from feature/icecheng/jenkins-pipeline into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/127
2025-10-16 05:25:13 +00:00
d2b514795c feat: add DockerHub authentication to prevent rate limiting
- Add dockerhub-secret.yaml with DockerHub credentials for Jenkins agents
- Configure imagePullSecrets in all pipeline pod templates to use dockerhub-secret
- This prevents DockerHub rate limiting when pulling base images during CI/CD builds
2025-10-16 12:46:44 +08:00
Easonzyc
8f3df5c8b0 Merge pull request 'fix: update Prometheus rule for authentication in production' (#126) from feat-alert-manager into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/126
2025-10-15 03:14:01 +00:00
Easonzyc
527e55bea8 Merge branch 'master' into feat-alert-manager 2025-10-15 03:13:55 +00:00
Eason Zhao
afec3c9198 fix: update Prometheus rule for authentication in production 2025-10-14 23:13:18 -04:00
Easonzyc
5413009971 Merge pull request 'fix: update Prometheus rule for authentication' (#125) from feat-alert-manager into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/125
2025-10-15 02:59:13 +00:00
Eason Zhao
ffe2662c39 Merge remote-tracking branch 'origin/master' into feat-alert-manager 2025-10-14 22:58:08 -04:00
Eason Zhao
2f655f5699 fix: update Prometheus rule for authentication 2025-10-14 22:55:33 -04:00
YuehuCao
2e1a0f1bb9 feat: add auth service endpoint 2025-10-15 10:54:16 +08:00
Easonzyc
e029ce2d2d Merge pull request 'feat: authentication prod Prometheus set-up' (#124) from feat-alert-manager into master
Reviewed-on: https://gitea.freeleaps.mathmast.com/freeleaps/freeleaps-ops/pulls/124
2025-10-15 02:53:00 +00:00