This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://redirect.github.com/linkwarden/linkwarden) | patch | `caa6891` -> `848b55e` | --- > [!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. --- ### Release Notes <details> <summary>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.9.3`](https://redirect.github.com/linkwarden/linkwarden/releases/tag/v2.9.3) [Compare Source](https://redirect.github.com/linkwarden/linkwarden/compare/v2.9.2...v2.9.3) A couple of bug fixes... #### New Contributors - [@​siberianspot](https://redirect.github.com/siberianspot) made their first contribution in [https://github.com/linkwarden/linkwarden/pull/972](https://redirect.github.com/linkwarden/linkwarden/pull/972) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.9.2...v2.9.3 </details> --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
61 lines
1.4 KiB
YAML
61 lines
1.4 KiB
YAML
image:
|
|
repository: ghcr.io/linkwarden/linkwarden
|
|
pullPolicy: IfNotPresent
|
|
tag: v2.9.3@sha256:848b55ec4ce1a80ee37e9ef1f213701a90771f3b07ee7f5ee341663da22d513f
|
|
|
|
config:
|
|
nextauth_url: "http://example.com"
|
|
pagination_take_count: 20
|
|
autoscroll_timeout: 30
|
|
disable_registration: false
|
|
archive_limit: 5
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 2985
|
|
targetPort: 3000
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
DATABASE_URL:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: std
|
|
NEXTAUTH_SECRET:
|
|
secretKeyRef:
|
|
name: linkwarden-secrets
|
|
key: NEXTAUTH_SECRET
|
|
NEXTAUTH_URL: "{{ .Values.config.nextauth_url }}"
|
|
PAGINATION_TAKE_COUNT: "{{ .Values.config.pagination_take_count }}"
|
|
STORAGE_FOLDER: "data"
|
|
AUTOSCROLL_TIMEOUT: "{{ .Values.config.autoscroll_timeout }}"
|
|
NEXT_PUBLIC_DISABLE_REGISTRATION: "{{ .Values.config.disable_registration }}"
|
|
RE_ARCHIVE_LIMIT: "{{ .Values.config.archive_limit }}"
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data/data"
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
database: linkwarden
|
|
user: linkwarden
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|