From 57e94ac04d983a19e99de7d03fa31caa6db53ce0 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 5 Sep 2025 02:08:11 +0000 Subject: [PATCH 1/7] ci(bump): bump authentication image version for prod to snapshot-046f9ff --- .../helm-pkg/authentication/values.prod.yaml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index cf290612..6dd598ee 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -13,7 +13,7 @@ authentication: registry: docker.io repository: null name: authentication - tag: 1.3.1 + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -78,18 +78,18 @@ authentication: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-authentication-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-authentication-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: jwtSecretKey - remoteRef: - key: "freeleaps-prod-jwt-secret-key" - type: Secret - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret + - key: jwtSecretKey + remoteRef: + key: freeleaps-prod-jwt-secret-key + type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret vpa: minAllowed: enabled: true From 407e0f52ce9cc1dd7241031ca25a35cbbf595cff Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 5 Sep 2025 02:16:14 +0000 Subject: [PATCH 2/7] ci(bump): bump centralStorage image version for prod to snapshot-046f9ff --- .../helm-pkg/centralStorage/values.prod.yaml | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/freeleaps/helm-pkg/centralStorage/values.prod.yaml b/freeleaps/helm-pkg/centralStorage/values.prod.yaml index 1905576e..11964b10 100644 --- a/freeleaps/helm-pkg/centralStorage/values.prod.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.prod.yaml @@ -18,7 +18,7 @@ centralStorage: registry: docker.io repository: null name: central_storage - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -80,22 +80,22 @@ centralStorage: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-central-storage-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-central-storage-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: azureStorageDocumentApiKey - remoteRef: - key: "freeleaps-prod-azure-storage-document-api-key" - type: Secret - - key: azureStorageDocumentApiEndpoint - remoteRef: - key: "freeleaps-prod-azure-storage-document-api-endpoint" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: azureStorageDocumentApiKey + remoteRef: + key: freeleaps-prod-azure-storage-document-api-key + type: Secret + - key: azureStorageDocumentApiEndpoint + remoteRef: + key: freeleaps-prod-azure-storage-document-api-endpoint + type: Secret vpa: minAllowed: enabled: true From 8fdb61170d7110deffad674c5cb00f841a0c25a5 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Fri, 5 Sep 2025 10:21:21 +0800 Subject: [PATCH 3/7] feat(notification): add deployment strategy for log ingestion service Signed-off-by: zhenyus --- .../notification/templates/notification/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml index d1930d64..7e24451a 100644 --- a/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml +++ b/freeleaps/helm-pkg/notification/templates/notification/deployment.yaml @@ -36,6 +36,8 @@ spec: spec: {{- if .Values.logIngest.enabled }} serviceAccountName: "{{ .Release.Name }}-otel-collector" + strategy: + type: Recreate {{- end }} containers: - name: "notification" From daf7452f380b32797f5bceb8a41e118bdba03ceb Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 5 Sep 2025 02:26:14 +0000 Subject: [PATCH 4/7] ci(bump): bump content image version for prod to snapshot-046f9ff --- freeleaps/helm-pkg/content/values.prod.yaml | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/freeleaps/helm-pkg/content/values.prod.yaml b/freeleaps/helm-pkg/content/values.prod.yaml index af72de38..96850e33 100644 --- a/freeleaps/helm-pkg/content/values.prod.yaml +++ b/freeleaps/helm-pkg/content/values.prod.yaml @@ -13,7 +13,7 @@ content: registry: docker.io repository: null name: content - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -76,18 +76,18 @@ content: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-content-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-content-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: freeleapsWwwAsAzureClientSecret - remoteRef: - key: "freeleaps-prod-www-as-azure-client-secret" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: freeleapsWwwAsAzureClientSecret + remoteRef: + key: freeleaps-prod-www-as-azure-client-secret + type: Secret vpa: minAllowed: enabled: true From 3d53de286ab05565cada1b4288c990e818a1ccc7 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 5 Sep 2025 02:31:09 +0000 Subject: [PATCH 5/7] ci(bump): bump notification image version for prod to snapshot-046f9ff --- .../helm-pkg/notification/values.prod.yaml | 54 +++++++++---------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index f8b96511..d21c4943 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -13,7 +13,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -82,34 +82,34 @@ notification: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-notification-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-notification-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-prod-rabbitmq-password" - type: Secret - - key: secretKey - remoteRef: - key: "freeleaps-prod-secret-key" - type: Secret - - key: sendgridApiKey - remoteRef: - key: "freeleaps-prod-sendgrid-api-key" - type: Secret - - key: twilioAccountSid - remoteRef: - key: "freeleaps-prod-twilio-account-sid" - type: Secret - - key: twilioAuthToken - remoteRef: - key: "freeleaps-prod-twilio-auth-token" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-prod-rabbitmq-password + type: Secret + - key: secretKey + remoteRef: + key: freeleaps-prod-secret-key + type: Secret + - key: sendgridApiKey + remoteRef: + key: freeleaps-prod-sendgrid-api-key + type: Secret + - key: twilioAccountSid + remoteRef: + key: freeleaps-prod-twilio-account-sid + type: Secret + - key: twilioAuthToken + remoteRef: + key: freeleaps-prod-twilio-auth-token + type: Secret vpa: minAllowed: enabled: true From be08d44afdc916e9152ec7c34142ca0622fef7d5 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 5 Sep 2025 02:36:17 +0000 Subject: [PATCH 6/7] ci(bump): bump payment image version for prod to snapshot-046f9ff --- freeleaps/helm-pkg/payment/values.prod.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/freeleaps/helm-pkg/payment/values.prod.yaml b/freeleaps/helm-pkg/payment/values.prod.yaml index c61986e2..755cd8bb 100644 --- a/freeleaps/helm-pkg/payment/values.prod.yaml +++ b/freeleaps/helm-pkg/payment/values.prod.yaml @@ -13,7 +13,7 @@ payment: registry: docker.io repository: null name: payment - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -80,14 +80,14 @@ payment: creationPolicy: Owner refreshInterval: 30s data: - - key: mongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: stripeApiKey - remoteRef: - key: "freeleaps-prod-stripe-api-key" - type: Secret + - key: mongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: stripeApiKey + remoteRef: + key: freeleaps-prod-stripe-api-key + type: Secret vpa: minAllowed: enabled: true From 01a7801724c120a11efa6bf16822c2da9cb1240b Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Fri, 5 Sep 2025 02:51:27 +0000 Subject: [PATCH 7/7] ci(bump): bump devops image version for prod to snapshot-046f9ff --- freeleaps/helm-pkg/devops/values.prod.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/freeleaps/helm-pkg/devops/values.prod.yaml b/freeleaps/helm-pkg/devops/values.prod.yaml index 07faa716..9c918915 100644 --- a/freeleaps/helm-pkg/devops/values.prod.yaml +++ b/freeleaps/helm-pkg/devops/values.prod.yaml @@ -10,7 +10,7 @@ devops: registry: docker.io repository: null name: devops - tag: snapshot-c93ce6b + tag: snapshot-046f9ff imagePullPolicy: IfNotPresent ports: - name: http @@ -69,18 +69,18 @@ devops: kind: FreeleapsSecretStore name: freeleaps-main-secret-store target: - name: "freeleaps-devops-prod-secrets" - creationPolicy: "Owner" + name: freeleaps-devops-prod-secrets + creationPolicy: Owner refreshInterval: 30s data: - - key: appMongodbUri - remoteRef: - key: "freeleaps-prod-mongodb-uri" - type: Secret - - key: rabbitmqPassword - remoteRef: - key: "freeleaps-prod-rabbitmq-password" - type: Secret + - key: appMongodbUri + remoteRef: + key: freeleaps-prod-mongodb-uri + type: Secret + - key: rabbitmqPassword + remoteRef: + key: freeleaps-prod-rabbitmq-password + type: Secret vpa: minAllowed: enabled: false