Files
truecharts/charts/stable/metabase/values.yaml
T
TrueCharts Bot d63f87472c chore(deps): update container image metabase/metabase to v0.50.27@9a9a45b by renovate (#26833)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | patch | `v0.50.26` -> `v0.50.27` |

---

> [!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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC45NC4zIiwidXBkYXRlZEluVmVyIjoiMzguOTUuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
2024-09-25 20:31:24 +02:00

44 lines
1.0 KiB
YAML

image:
repository: metabase/metabase
pullPolicy: IfNotPresent
tag: v0.50.27@sha256:9a9a45bd24df55a9c7f2769ed310f8c68d613b32959136a4034c7ba90b7f10c8
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