From 6eff67aaefb75d2c4a8c5e47a1e4f357193ce73b Mon Sep 17 00:00:00 2001 From: icecheng Date: Thu, 24 Jul 2025 17:02:00 +0800 Subject: [PATCH 01/28] feat(config): add gitea api key and endpoint config --- .../freeleaps/templates/freeleaps/freeleaps-config.yaml | 4 +++- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 2 ++ freeleaps/helm-pkg/freeleaps/values.prod.yaml | 2 ++ freeleaps/helm-pkg/freeleaps/values.yaml | 5 +++++ 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/freeleaps/templates/freeleaps/freeleaps-config.yaml b/freeleaps/helm-pkg/freeleaps/templates/freeleaps/freeleaps-config.yaml index 2c6c0ef5..0a7ca014 100644 --- a/freeleaps/helm-pkg/freeleaps/templates/freeleaps/freeleaps-config.yaml +++ b/freeleaps/helm-pkg/freeleaps/templates/freeleaps/freeleaps-config.yaml @@ -36,4 +36,6 @@ data: REDIS_URL: {{ .Values.freeleaps.configs.redisUrl | b64enc | quote }} REDIS_IS_CLUSTER: {{ .Values.freeleaps.configs.redisIsCluster | b64enc | quote }} METRICS_ENABLED: {{ .Values.freeleaps.configs.metricsEnabled | default false | toString | b64enc }} - PROBES_ENABLED: {{ .Values.freeleaps.configs.probesEnabled | default false | toString | b64enc }} \ No newline at end of file + PROBES_ENABLED: {{ .Values.freeleaps.configs.probesEnabled | default false | toString | b64enc }} + GITEA_API_KEY: {{ .Values.freeleaps.configs.giteaApiKey | b64enc | quote }} + GITEA_ENDPOINT: {{ .Values.freeleaps.configs.giteaEndpoint | b64enc | quote }} \ No newline at end of file diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 25f48ef9..42ea7ae0 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -87,6 +87,8 @@ freeleaps: redisIsCluster: 'false' metricsEnabled: 'false' probesEnabled: 'true' + giteaApiKey: 737645b8a52b24bf6fc5081c461255fd4c28ab0a + giteaEndpoint: https://alpha.gitea.freeleaps.mathmast.com/ vpa: minAllowed: enabled: false diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index b0090d8e..bb1521b4 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -73,6 +73,8 @@ freeleaps: redisIsCluster: 'true' metricsEnabled: 'true' probesEnabled: 'true' + giteaApiKey: a61216761e1cda4797c1bc13c4cc26472e9e1eb3 + giteaEndpoint: https://gitea.freeleaps.mathmast.com/ vpa: minAllowed: enabled: true diff --git a/freeleaps/helm-pkg/freeleaps/values.yaml b/freeleaps/helm-pkg/freeleaps/values.yaml index bc1ab62e..18b14e9a 100644 --- a/freeleaps/helm-pkg/freeleaps/values.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.yaml @@ -112,6 +112,11 @@ freeleaps: metricsEnabled: "false" # PROBES_ENABLED probesEnabled: "false" + # GITEA_API_KEY + giteaApiKey: "" + # GITEA_ENDPOINT + giteaEndpoint: "" + vpa: minAllowed: enabled: true From 003f85058a38ec5257c6fb497f5c859735c9cdfa Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 25 Jul 2025 04:14:27 +0000 Subject: [PATCH 02/28] ci(bump): bump chat image version for alpha to snapshot-07441e3 --- freeleaps/helm-pkg/chat/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 5becbb74..1fa2be32 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -15,7 +15,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-97090e9 + tag: snapshot-07441e3 imagePullPolicy: IfNotPresent ports: - name: http From 1b17118a2ac2862ab69b69a006656137da8d7ede Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 25 Jul 2025 23:43:43 +0000 Subject: [PATCH 03/28] ci(bump): bump chat image version for prod to 1.7.0 --- freeleaps/helm-pkg/chat/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/chat/values.prod.yaml b/freeleaps/helm-pkg/chat/values.prod.yaml index 711a1324..7bd70927 100644 --- a/freeleaps/helm-pkg/chat/values.prod.yaml +++ b/freeleaps/helm-pkg/chat/values.prod.yaml @@ -13,7 +13,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-e46efad + tag: 1.7.0 imagePullPolicy: Always ports: - name: http From ab745f2dcfdfbcdf1667a84f89996bb4c5f1d6fc Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 25 Jul 2025 23:43:55 +0000 Subject: [PATCH 04/28] ci(bump): bump chat image version for prod to snapshot-b25e221 --- freeleaps/helm-pkg/chat/values.prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/chat/values.prod.yaml b/freeleaps/helm-pkg/chat/values.prod.yaml index 7bd70927..429537e4 100644 --- a/freeleaps/helm-pkg/chat/values.prod.yaml +++ b/freeleaps/helm-pkg/chat/values.prod.yaml @@ -13,7 +13,7 @@ chat: registry: docker.io repository: null name: chat - tag: 1.7.0 + tag: snapshot-b25e221 imagePullPolicy: Always ports: - name: http From 5a6239b86c78b6ea0e2943e4ed5c775c454de9ce Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 02:11:15 +0000 Subject: [PATCH 05/28] ci(bump): bump devsvc image version for alpha to snapshot-95c400e --- freeleaps/helm-pkg/devsvc/values.alpha.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index f135af3c..c97a34dc 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -93,12 +93,12 @@ devsvc: vpa: minAllowed: enabled: false - cpu: "50m" - memory: "64Mi" + cpu: 50m + memory: 64Mi maxAllowed: enabled: true - cpu: "200m" - memory: "128Mi" + cpu: 200m + memory: 128Mi controlledResources: - - cpu - - memory \ No newline at end of file + - cpu + - memory From 8fb23b7aeaef6c5ee0d69244c3f78517950f95a0 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 02:12:53 +0000 Subject: [PATCH 06/28] ci(bump): bump chat image version for alpha to snapshot-1f1ef3a --- freeleaps/helm-pkg/chat/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/chat/values.alpha.yaml b/freeleaps/helm-pkg/chat/values.alpha.yaml index 1fa2be32..66598d86 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -15,7 +15,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-07441e3 + tag: snapshot-1f1ef3a imagePullPolicy: IfNotPresent ports: - name: http From 8cb5ee5291e53cb9a676fd7df2aba024b0f57ca0 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 02:20:24 +0000 Subject: [PATCH 07/28] ci(bump): bump freeleaps image version for alpha to snapshot-1f1ef3a --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 42ea7ae0..d19025f6 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -15,7 +15,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-97090e9 + tag: snapshot-1f1ef3a imagePullPolicy: IfNotPresent ports: - name: http From e3c22d07b7e2790f5bd7294fae5950be6f7cb713 Mon Sep 17 00:00:00 2001 From: icecheng Date: Mon, 28 Jul 2025 12:35:10 +0800 Subject: [PATCH 08/28] feat(config): update rabbitmq password --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index 42ea7ae0..577e35b1 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -72,7 +72,7 @@ freeleaps: rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 rabbitmqUsername: user - rabbitmqPassword: toKhVTIgRqHe3PLy + rabbitmqPassword: 4O80YlxnlhHrjzaM freeleapsDevsvcEndpoint: http://devsvc-service.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc/ freeleapsContentEndpoint: http://content-service.freeleaps-alpha.svc.freeleaps.cluster:8013/api/content/ freeleapsCentralStorageEndpoint: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage/ From 2a3e0fc8114fb6fdb5be4acbd13a3aecc5cbe5e5 Mon Sep 17 00:00:00 2001 From: icecheng Date: Mon, 28 Jul 2025 12:58:42 +0800 Subject: [PATCH 09/28] feat(config): update rabbitmq password --- freeleaps/helm-pkg/notification/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 34709947..4fb826d0 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -83,7 +83,7 @@ notification: rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster rabbitmqPort: 5672 rabbitmqUsername: user - rabbitmqPassword: toKhVTIgRqHe3PLy + rabbitmqPassword: 4O80YlxnlhHrjzaM rabbitmqVritualHost: / systemUserId: 117f191e810c19729de860aa smsFrom: '+16898887156' From 8b90900ef547fedf087584a47b3de6f9b2e0fb0c Mon Sep 17 00:00:00 2001 From: icecheng Date: Mon, 28 Jul 2025 15:05:46 +0800 Subject: [PATCH 10/28] feat(config): update sendgrid api key --- freeleaps/helm-pkg/notification/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 4fb826d0..a0241f5a 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -89,7 +89,7 @@ notification: smsFrom: '+16898887156' emailFrom: freeleaps@freeleaps.com secretKey: 8f87ca8c3c9c3df09a9c78e0adb0927855568f6072d9efc892534aee35f5867b - sendgridApiKey: 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 + sendgridApiKey: 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 twilioAccountSid: ACf8c9283a6acda060258eadb29be58bc8 twilioAuthToken: ef160748cc22c8b7195b49df4b8eca7e metricsEnabled: 'false' From 682142aecda98348b21bfff0611765e8aea80998 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 10:35:28 +0000 Subject: [PATCH 11/28] ci(bump): bump authentication image version for alpha to snapshot-baf606d --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index b527ab54..138eac68 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-b9f275c + tag: snapshot-baf606d imagePullPolicy: IfNotPresent ports: - name: http From e4f73be5ae987c4eaa724390e4eaf3a5bb6afd6e Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 10:40:13 +0000 Subject: [PATCH 12/28] ci(bump): bump centralStorage image version for alpha to snapshot-baf606d --- freeleaps/helm-pkg/centralStorage/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index 4de1f39b..cd59e398 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -15,7 +15,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-b9f275c + tag: snapshot-baf606d imagePullPolicy: IfNotPresent ports: - name: http From b44605676629d3979d78b56e2416eceb428f6d8f Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 10:47:11 +0000 Subject: [PATCH 13/28] ci(bump): bump content image version for alpha to snapshot-baf606d --- freeleaps/helm-pkg/content/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index 1b6f113c..08ca693b 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -15,7 +15,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-b9f275c + tag: snapshot-baf606d imagePullPolicy: IfNotPresent ports: - name: http From 4e11b1f2abe5e8cc494d93c1e64509a23acd5c95 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 10:51:45 +0000 Subject: [PATCH 14/28] ci(bump): bump notification image version for alpha to snapshot-baf606d --- freeleaps/helm-pkg/notification/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index a0241f5a..3c54137e 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -15,7 +15,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-b9f275c + tag: snapshot-baf606d imagePullPolicy: IfNotPresent ports: - name: http From c0885c7965358ce7783f01da9bb6ebef7a35631b Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 10:56:42 +0000 Subject: [PATCH 15/28] ci(bump): bump payment image version for alpha to snapshot-baf606d --- freeleaps/helm-pkg/payment/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 3bbfbd7a..8ad109ca 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -15,7 +15,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-b9f275c + tag: snapshot-baf606d imagePullPolicy: IfNotPresent ports: - name: http From ca7cebcd1e26be92806ed646e866b16e1b26f4b1 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 11:00:39 +0000 Subject: [PATCH 16/28] ci(bump): bump devops image version for alpha to snapshot-baf606d --- freeleaps/helm-pkg/devops/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/devops/values.alpha.yaml b/freeleaps/helm-pkg/devops/values.alpha.yaml index 63b25347..48e75644 100644 --- a/freeleaps/helm-pkg/devops/values.alpha.yaml +++ b/freeleaps/helm-pkg/devops/values.alpha.yaml @@ -10,7 +10,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-b9f275c + tag: snapshot-baf606d imagePullPolicy: IfNotPresent ports: - name: http From b5545169866b9ea94b9967c27b979323a78d8f83 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 13:14:38 +0000 Subject: [PATCH 17/28] ci(bump): bump authentication image version for alpha to snapshot-9e2e2fa --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 138eac68..4d27dfba 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-baf606d + tag: snapshot-9e2e2fa imagePullPolicy: IfNotPresent ports: - name: http From ecec83f13a7bd0b198aa9e5ee097256e79e12662 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 13:19:03 +0000 Subject: [PATCH 18/28] ci(bump): bump centralStorage image version for alpha to snapshot-9e2e2fa --- freeleaps/helm-pkg/centralStorage/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index cd59e398..baf5039e 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -15,7 +15,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-baf606d + tag: snapshot-9e2e2fa imagePullPolicy: IfNotPresent ports: - name: http From 13a076f4dd3eed2d085cf3099395a1e9ee845988 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 13:26:02 +0000 Subject: [PATCH 19/28] ci(bump): bump content image version for alpha to snapshot-9e2e2fa --- freeleaps/helm-pkg/content/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index 08ca693b..7412f0e8 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -15,7 +15,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-baf606d + tag: snapshot-9e2e2fa imagePullPolicy: IfNotPresent ports: - name: http From 377a0a8a0598e91085f7aeb9620afb0f0076c1b2 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 13:30:42 +0000 Subject: [PATCH 20/28] ci(bump): bump notification image version for alpha to snapshot-9e2e2fa --- freeleaps/helm-pkg/notification/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 3c54137e..4fd41342 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -15,7 +15,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-baf606d + tag: snapshot-9e2e2fa imagePullPolicy: IfNotPresent ports: - name: http From 9292c41bfcf7b23de593550cc16374e1a1150edf Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 13:35:36 +0000 Subject: [PATCH 21/28] ci(bump): bump payment image version for alpha to snapshot-9e2e2fa --- freeleaps/helm-pkg/payment/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 8ad109ca..70f2824b 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -15,7 +15,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-baf606d + tag: snapshot-9e2e2fa imagePullPolicy: IfNotPresent ports: - name: http From d3e1d18e889372f79139f31a8ca909e7c86e3cc8 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 13:39:35 +0000 Subject: [PATCH 22/28] ci(bump): bump devops image version for alpha to snapshot-9e2e2fa --- freeleaps/helm-pkg/devops/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/devops/values.alpha.yaml b/freeleaps/helm-pkg/devops/values.alpha.yaml index 48e75644..d6578a92 100644 --- a/freeleaps/helm-pkg/devops/values.alpha.yaml +++ b/freeleaps/helm-pkg/devops/values.alpha.yaml @@ -10,7 +10,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-baf606d + tag: snapshot-9e2e2fa imagePullPolicy: IfNotPresent ports: - name: http From 219fa78be2ab1f6acd2bd711882c026221e33188 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 14:11:09 +0000 Subject: [PATCH 23/28] ci(bump): bump authentication image version for alpha to snapshot-eec7ac2 --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index 4d27dfba..99b05784 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -15,7 +15,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: snapshot-9e2e2fa + tag: snapshot-eec7ac2 imagePullPolicy: IfNotPresent ports: - name: http From 08c343780d80e1af36bc9e71628c6744866f8535 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 14:15:34 +0000 Subject: [PATCH 24/28] ci(bump): bump centralStorage image version for alpha to snapshot-eec7ac2 --- freeleaps/helm-pkg/centralStorage/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml index baf5039e..4201f228 100644 --- a/freeleaps/helm-pkg/centralStorage/values.alpha.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.alpha.yaml @@ -15,7 +15,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-9e2e2fa + tag: snapshot-eec7ac2 imagePullPolicy: IfNotPresent ports: - name: http From d55da085c500c02f6f2ff1ffce7073e87c809592 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 14:22:27 +0000 Subject: [PATCH 25/28] ci(bump): bump content image version for alpha to snapshot-eec7ac2 --- freeleaps/helm-pkg/content/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index 7412f0e8..e32e206a 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -15,7 +15,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-9e2e2fa + tag: snapshot-eec7ac2 imagePullPolicy: IfNotPresent ports: - name: http From 23a5cec9ee3a6dd8f0c5869e4acae30695976da4 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 14:27:13 +0000 Subject: [PATCH 26/28] ci(bump): bump notification image version for alpha to snapshot-eec7ac2 --- freeleaps/helm-pkg/notification/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 4fd41342..3de32dee 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -15,7 +15,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-9e2e2fa + tag: snapshot-eec7ac2 imagePullPolicy: IfNotPresent ports: - name: http From b2f834ac6a0da33b410f686de5f39e5193c5747f Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 14:32:06 +0000 Subject: [PATCH 27/28] ci(bump): bump payment image version for alpha to snapshot-eec7ac2 --- freeleaps/helm-pkg/payment/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 70f2824b..c7c21718 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -15,7 +15,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-9e2e2fa + tag: snapshot-eec7ac2 imagePullPolicy: IfNotPresent ports: - name: http From 5c45ccc7628d34b4360e95bca8feedd2394f96da Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Mon, 28 Jul 2025 14:36:10 +0000 Subject: [PATCH 28/28] ci(bump): bump devops image version for alpha to snapshot-eec7ac2 --- freeleaps/helm-pkg/devops/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/devops/values.alpha.yaml b/freeleaps/helm-pkg/devops/values.alpha.yaml index d6578a92..fdbc4d88 100644 --- a/freeleaps/helm-pkg/devops/values.alpha.yaml +++ b/freeleaps/helm-pkg/devops/values.alpha.yaml @@ -10,7 +10,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-9e2e2fa + tag: snapshot-eec7ac2 imagePullPolicy: IfNotPresent ports: - name: http