This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/papermerge/papermerge | minor | `11bd6e4` -> `cb8abec` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Mi45IiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
55 lines
1.4 KiB
YAML
55 lines
1.4 KiB
YAML
image:
|
|
repository: docker.io/papermerge/papermerge
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.3.1@sha256:cb8abec5392d87ee95a7427f6b9ed9fd76bc7db2150f6fa58aaceff98e975321
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
targetPort: 80
|
|
port: 12000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PAPERMERGE__SECURITY__SECRET_KEY:
|
|
secretKeyRef:
|
|
name: papermerge-secrets
|
|
key: PAPERMERGE__SECURITY__SECRET_KEY
|
|
PAPERMERGE__AUTH__USERNAME: admin
|
|
PAPERMERGE__AUTH__PASSWORD: admin
|
|
PAPERMERGE__DATABASE__URL: '{{ printf "postgresql://%s:%s@%s:5432/%s" .Values.cnpg.main.user .Values.cnpg.main.creds.password .Values.cnpg.main.creds.host .Values.cnpg.main.database }}'
|
|
PAPERMERGE__REDIS__URL:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: url
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/core_app/index_db"
|
|
media:
|
|
enabled: true
|
|
mountPath: "/core_app/media"
|
|
varrun:
|
|
enabled: false
|
|
redis:
|
|
enabled: true
|
|
redisUsername: papermerge
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: papermerge
|
|
database: papermerge
|
|
portal:
|
|
open:
|
|
enabled: true
|