Files
truecharts/charts/stable/metabase/values.yaml
T
TrueCharts Bot 5c9a424881 chore(deps): update container image metabase/metabase to v0.49.12@83ce296 by renovate (#22409)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.49.11` -> `v0.49.12` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-25 02:40:18 +02:00

44 lines
1.0 KiB
YAML

image:
repository: metabase/metabase
pullPolicy: IfNotPresent
tag: v0.49.12@sha256:83ce296fe3257df2547232065155cf36716f513ab01f36177f7a3b2b99ada632
service:
main:
ports:
main:
protocol: http
port: 13030
workload:
main:
podSpec:
containers:
main:
env:
MB_JETTY_PORT: "{{ .Values.service.main.ports.main.port }}"
JAVA_TIMEZONE: "{{ .Values.TZ }}"
MB_DB_TYPE: "postgres"
MB_DB_USER: "{{ .Values.cnpg.main.user }}"
MB_DB_DBNAME: "{{ .Values.cnpg.main.database }}"
MB_DB_PORT: 5432
MB_DB_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
MB_DB_PASS:
secretKeyRef:
name: cnpg-main-user
key: password
persistence:
plugins:
enabled: true
mountPath: "/plugins"
# Enabled postgres
cnpg:
main:
enabled: true
user: metabase
database: metabase
portal:
open:
enabled: true