Files
truecharts/charts/stable/ombi/values.yaml
T
a632baa492 chore(deps): update patch docker tags (#664)
* chore(deps): update patch docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* undo collabora-online changes due to bugs

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
Co-authored-by: kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-07-06 10:54:20 +02:00

41 lines
618 B
YAML

# Default values for Ombi.
image:
repository: ghcr.io/truecharts/ombi
pullPolicy: IfNotPresent
tag: v4.0.1435
strategy:
type: Recreate
service:
main:
ports:
main:
port: 3579
env: {}
# TZ: UTC
# PUID: 1001
# PGID: 1001
persistence:
config:
enabled: true
mountPath: "/config"
type: emptyDir
# Enabled mariadb
# ... for more options see https://github.com/bitnami/charts/tree/master/bitnami/mariadb
mariadb:
enabled: false
architecture: standalone
auth:
database: ombi
username: ombi
password: ombi
primary:
persistence:
enabled: false