This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/go-shiori/shiori](https://togithub.com/go-shiori/shiori) | digest | `0172b74` -> `95485c7` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
42 lines
990 B
YAML
42 lines
990 B
YAML
image:
|
|
repository: ghcr.io/go-shiori/shiori
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.6.2@sha256:95485c7f19eeee98d2db3d382230724a2ffd51f9f4ed650b6f5ed562502cd508
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10098
|
|
targetPort: 8080
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}"
|
|
SHIORI_DBMS: "postgresql"
|
|
SHIORI_PG_PORT: "5432"
|
|
SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}"
|
|
SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}"
|
|
SHIORI_PG_HOST:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: host
|
|
SHIORI_PG_PASS:
|
|
secretKeyRef:
|
|
name: cnpg-main-user
|
|
key: password
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: shiori
|
|
password: shiori
|
|
portal:
|
|
open:
|
|
enabled: true
|