Files
truecharts/charts/stable/metabase/values.yaml
T
TrueCharts BotandGitHub 2303173e35 chore(deps): update container image metabase/metabase to v0.49.0@102b6a4 by renovate (#19346)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| metabase/metabase | minor | `v0.48.8` -> `v0.49.0` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjI0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-03-16 13:28:04 +01:00

44 lines
1.0 KiB
YAML

image:
repository: metabase/metabase
pullPolicy: IfNotPresent
tag: v0.49.0@sha256:102b6a4f40b2e122136ff77b4a98719a6263f1cf134999bf5866a86304788b79
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