From 4b830496b43bc40231ff5d6a08140923ce2d5afa Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Wed, 3 Sep 2025 19:25:26 +0000 Subject: [PATCH 1/4] ci(bump): bump chat image version for alpha to snapshot-ca090e4 --- 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 6db9505b..39121558 100644 --- a/freeleaps/helm-pkg/chat/values.alpha.yaml +++ b/freeleaps/helm-pkg/chat/values.alpha.yaml @@ -16,7 +16,7 @@ chat: registry: docker.io repository: null name: chat - tag: snapshot-4c13092 + tag: snapshot-ca090e4 imagePullPolicy: IfNotPresent ports: - name: http From 83e74684903ef6040b57b3ca402ce93239e71836 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Wed, 3 Sep 2025 19:35:06 +0000 Subject: [PATCH 2/4] ci(bump): bump freeleaps image version for alpha to snapshot-ca090e4 --- freeleaps/helm-pkg/freeleaps/values.alpha.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml index ffcb922e..7b8b9145 100644 --- a/freeleaps/helm-pkg/freeleaps/values.alpha.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.alpha.yaml @@ -16,7 +16,7 @@ freeleaps: registry: docker.io repository: null name: backend - tag: snapshot-4c13092 + tag: snapshot-ca090e4 imagePullPolicy: IfNotPresent ports: - name: http @@ -76,7 +76,7 @@ freeleaps: freeleapsAuthenticationEndpoint: http://authentication-service.freeleaps-alpha.svc.freeleaps.cluster:8004/api/auth/ freeleapsNotificationEndpoint: http://notification-service.freeleaps-alpha.svc.freeleaps.cluster:8003/api/notification/ freeleapsAilabEndpoint: '' - appEnv: 'alpha' + appEnv: alpha redisIsCluster: 'false' metricsEnabled: 'false' probesEnabled: 'true' From efee71a661f382df360e9ac9c820f9aa2a59440c Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Wed, 3 Sep 2025 20:01:27 +0000 Subject: [PATCH 3/4] ci(bump): bump frontend image version for alpha to snapshot-ca090e4 --- freeleaps/helm-pkg/frontend/values.alpha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index a30d32c5..d9ded2ef 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -8,7 +8,7 @@ frontend: registry: docker.io repository: null name: frontend - tag: snapshot-4c13092 + tag: snapshot-ca090e4 imagePullPolicy: IfNotPresent ports: - name: http From 14070bea1eb75bad119da2566a407e0346909e34 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Thu, 4 Sep 2025 01:19:06 +0000 Subject: [PATCH 4/4] ci(bump): bump devops image version for alpha to snapshot-45b4ebd --- freeleaps/helm-pkg/devops/values.alpha.yaml | 56 ++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/freeleaps/helm-pkg/devops/values.alpha.yaml b/freeleaps/helm-pkg/devops/values.alpha.yaml index 9fc9afa8..4809cbfb 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-e16c1dc + tag: snapshot-45b4ebd imagePullPolicy: IfNotPresent ports: - name: http @@ -37,23 +37,23 @@ devops: interval: 30s scrapeTimeout: '' ingresses: - - name: devops-ingress - host: devops.freeleaps-alpha.com - class: nginx - tls: - exists: false - issuerRef: - name: freeleaps-alpha-dot-com - kind: ClusterIssuer - name: devops.freeleaps-alpha.com-cert - rules: - - path: / - pathType: Prefix - backend: - service: - name: devops-service - port: - number: 8014 + - name: devops-ingress + host: devops.freeleaps-alpha.com + class: nginx + tls: + exists: false + issuerRef: + name: freeleaps-alpha-dot-com + kind: ClusterIssuer + name: devops.freeleaps-alpha.com-cert + rules: + - path: / + pathType: Prefix + backend: + service: + name: devops-service + port: + number: 8014 configs: tz: UTC appName: devops @@ -86,18 +86,18 @@ devops: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-devops-alpha-secrets" - creationPolicy: "Owner" + name: freeleaps-devops-alpha-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: appMongodbUri - remoteRef: - key: "freeleaps-alpha-mongodb-uri" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-alpha-rabbitmq-password" - type: Secret + - key: appMongodbUri + remoteRef: + key: freeleaps-alpha-mongodb-uri + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-alpha-rabbitmq-password + type: Secret vpa: minAllowed: enabled: false