Files
truecharts/charts/stable/metabase/values.yaml
T
TrueCharts Bot 7275746c77 fix(metabase): update image docker.io/metabase/metabase v0.60.1 → v0.60.2 (#47368)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/metabase/metabase | patch | `49575b5` → `c50699e` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZXRhYmFzZSIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2026-04-22 07:15:47 +02:00

42 lines
1.0 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/metabase/metabase
pullPolicy: IfNotPresent
tag: v0.60.2@sha256:c50699ea3e38ac4b9df42e2e6f28726a9f19a33bc9be669bd1a7ce5ccd3e3720
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