Skip to content

Commit

Permalink
Use same Timezone in database and application
Browse files Browse the repository at this point in the history
Relates to issue librenms/librenms#13416
  • Loading branch information
duhow committed Oct 23, 2021
1 parent 611b742 commit 3111cdc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librenms/Chart.yaml
Expand Up @@ -16,7 +16,7 @@ maintainers:
- name: David Girón
url: https://github.com/duhow

version: 0.2.3
version: 0.2.4
appVersion: "21.10.2"

dependencies:
Expand Down
5 changes: 4 additions & 1 deletion librenms/values.yaml
Expand Up @@ -32,7 +32,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# cert-manager.io/cluster-issuer: letsencrypt

timezone: Europe/Madrid
timezone: &timezone Europe/Madrid
nagios: false

app:
Expand Down Expand Up @@ -116,6 +116,9 @@ mysql:
volumePermissions:
enabled: true
primary:
extraEnvVars:
- name: TZ
value: *timezone
persistence:
enabled: true
size: 2Gi
Expand Down

0 comments on commit 3111cdc

Please sign in to comment.