Skip to content

Commit f61086c

Browse files
oussama Dahmazoussama Dahmaz
oussama Dahmaz
authored and
oussama Dahmaz
committed
add DATABASE_URL
1 parent e3065ab commit f61086c

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

charts/homarr/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: homarr
33
description: A Helm chart to deploy homarr for Kubernetes
44
home: https://oben01.github.io/charts/charts/homarr/
55
type: application
6-
version: 1.3.4
6+
version: 1.3.5
77
# renovate datasource=docker depName=ghcr.io/ajnart/homarr
88
appVersion: "0.15.7"
99
icon: https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg
@@ -18,8 +18,8 @@ annotations:
1818
fingerprint: FA3F63F603B62356663A88F073AE49623786E060
1919
url: https://oben01.github.io/charts/pgp_keys.asc
2020
artifacthub.io/changes: |-
21-
- kind: fixed
22-
description: fix duplication for livenessProbe and readinessProbe
21+
- kind: added
22+
description: add DATABASE_URL
2323
artifacthub.io/links: |-
2424
- name: App Source
2525
url: https://github.com/ajnart/homarr

charts/homarr/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<img src="https://raw.githubusercontent.com/oben01/charts/main/charts/homarr/icon.svg" align="right" width="92" alt="homarr logo">
44

5-
![Version: 1.3.4](https://img.shields.io/badge/Version-1.3.4-informational?style=flat)
5+
![Version: 1.3.5](https://img.shields.io/badge/Version-1.3.5-informational?style=flat)
66
![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat)
77
![AppVersion: 0.15.7](https://img.shields.io/badge/AppVersion-0.15.7-informational?style=flat)
88

@@ -11,7 +11,7 @@ A Helm chart to deploy homarr for Kubernetes
1111
**Homepage:** <https://oben01.github.io/charts/charts/homarr/>
1212

1313
**This chart is not maintained by the upstream project and any issues with the chart should be raised
14-
[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.3.4)**
14+
[here](https://github.com/oben01/charts/issues/new?assignees=oben01&labels=bug&template=bug_report.yaml&name=homarr&version=1.3.5)**
1515

1616
## Source Code
1717

@@ -101,6 +101,7 @@ N/A
101101
| env.AUTH_OIDC_SCOPE_OVERWRITE | string | `"openid email profile groups"` | Override the OIDC scopes |
102102
| env.AUTH_OIDC_URI | string | `nil` | URI of OIDC provider |
103103
| env.AUTH_PROVIDER | string | `"credentials"` | Enabled authentication methods. Multiple providers can be enabled with by separating them with , (ex. AUTH_PROVIDER=credentials,oidc, it is highly recommended to just enable one provider). |
104+
| env.DATABASE_URL | string | `"file:/app/database/db.sqlite"` | URL for the Homarr database |
104105
| env.DEFAULT_COLOR_SCHEME | string | `"dark"` | Colors and preferences, possible values dark / light |
105106
| env.TZ | string | `"Europe/Paris"` | Your local time zone |
106107
| envSecrets.AUTH_LDAP_BIND_PASSWORD | object | `{"key":null,"name":null}` | Password for bind user |

charts/homarr/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ env:
4949
AUTH_OIDC_OWNER_GROUP: "admin"
5050
# -- Override the OIDC scopes
5151
AUTH_OIDC_SCOPE_OVERWRITE: "openid email profile groups"
52+
# -- URL for the Homarr database
53+
DATABASE_URL: file:/app/database/db.sqlite
5254

5355
# Sensitive values that need to be passed in through environment variables should use kubernetes secrets. In order
5456
# to use this, create the secret in your target namespace before applying this helm chart. If you really want to,

0 commit comments

Comments
 (0)