This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/metabase/metabase | patch | `abdcb52` -> `f1b34aa` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
image:
|
|
repository: docker.io/metabase/metabase
|
|
pullPolicy: IfNotPresent
|
|
tag: v0.50.31@sha256:f1b34aab1e0e9225a0476932ee2bace69151929c92b65cda0d4fe8859776e2f2
|
|
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
|