From 05e9e794d9e11ad9a9657e5790c6fdb0afdba644 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Sun, 23 Feb 2025 00:26:06 +0800 Subject: [PATCH] fix(config): update timezone from America/Settle to UTC in multiple service configuration files Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.alpha.yaml | 2 +- freeleaps/helm-pkg/central-storage/values.alpha.yaml | 2 +- freeleaps/helm-pkg/content/values.alpha.yaml | 2 +- freeleaps/helm-pkg/notification/values.alpha.yaml | 4 ++-- freeleaps/helm-pkg/payment/values.alpha.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/freeleaps/helm-pkg/authentication/values.alpha.yaml b/freeleaps/helm-pkg/authentication/values.alpha.yaml index c0abb537..27881dc6 100644 --- a/freeleaps/helm-pkg/authentication/values.alpha.yaml +++ b/freeleaps/helm-pkg/authentication/values.alpha.yaml @@ -46,7 +46,7 @@ authentication: kind: ClusterIssuer name: alpha.authentication.freeleaps.mathmast.com-cert configs: - tz: America/Settle + tz: UTC appName: authentication devsvcWebapiUrlBase: http://devsvc.freeleaps-alpha.svc.freeleaps.cluster:8007/api/devsvc notificationWebapiUrlBase: http://notification.svc.freeleaps-alpha.freeleaps.cluster:8003/api/notification diff --git a/freeleaps/helm-pkg/central-storage/values.alpha.yaml b/freeleaps/helm-pkg/central-storage/values.alpha.yaml index be81ee36..024e742b 100644 --- a/freeleaps/helm-pkg/central-storage/values.alpha.yaml +++ b/freeleaps/helm-pkg/central-storage/values.alpha.yaml @@ -46,7 +46,7 @@ centralStorage: kind: ClusterIssuer name: alpha.central-storage.freeleaps.mathmast.com-cert configs: - tz: America/Settle + tz: UTC appName: central_storage serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8005 diff --git a/freeleaps/helm-pkg/content/values.alpha.yaml b/freeleaps/helm-pkg/content/values.alpha.yaml index 435286db..a24019ec 100644 --- a/freeleaps/helm-pkg/content/values.alpha.yaml +++ b/freeleaps/helm-pkg/content/values.alpha.yaml @@ -46,7 +46,7 @@ content: kind: ClusterIssuer name: alpha.content.freeleaps.mathmast.com-cert configs: - tz: America/Settle + tz: UTC appName: content serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8013 diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 43796b98..688f37b2 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -44,9 +44,9 @@ notification: issuerRef: name: mathmast-dot-com kind: ClusterIssuer - name: alpha.notification.freeleaps.mathmast.com-cert" + name: alpha.notification.freeleaps.mathmast.com-cert configs: - tz: America/Settle + tz: UTC appName: notification serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8003 diff --git a/freeleaps/helm-pkg/payment/values.alpha.yaml b/freeleaps/helm-pkg/payment/values.alpha.yaml index 149174c5..fe51d63b 100644 --- a/freeleaps/helm-pkg/payment/values.alpha.yaml +++ b/freeleaps/helm-pkg/payment/values.alpha.yaml @@ -46,7 +46,7 @@ payment: kind: ClusterIssuer name: alpha.payment.freeleaps.mathmast.com-cert configs: - tz: America/Settle + tz: UTC appName: payment serviceApiAccessHost: 0.0.0.0 serviceApiAccessPort: 8006