TrueChartsClone/charts/stable/linkwarden/values.yaml

61 lines
1.4 KiB
YAML
Raw Normal View History

image:
repository: ghcr.io/linkwarden/linkwarden
pullPolicy: IfNotPresent
chore(deps): update container image ghcr.io/linkwarden/linkwarden to v2.4.9@9d0c86d by renovate (#17417) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/linkwarden/linkwarden](https://togithub.com/linkwarden/linkwarden) | patch | `v2.4.8` -> `v2.4.9` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>linkwarden/linkwarden (ghcr.io/linkwarden/linkwarden)</summary> ### [`v2.4.9`](https://togithub.com/linkwarden/linkwarden/releases/tag/v2.4.9) [Compare Source](https://togithub.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9) #### What's Changed - updated .env.sample by [@&#8203;daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/407](https://togithub.com/linkwarden/linkwarden/pull/407) - minor update to README.md by [@&#8203;daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/414](https://togithub.com/linkwarden/linkwarden/pull/414) - bypass error by [@&#8203;daniel31x13](https://togithub.com/daniel31x13) in [https://github.com/linkwarden/linkwarden/pull/430](https://togithub.com/linkwarden/linkwarden/pull/430) **Full Changelog**: https://github.com/linkwarden/linkwarden/compare/v2.4.8...v2.4.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xNDAuMTYiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIifQ==-->
2024-01-21 13:35:21 +00:00
tag: v2.4.9@sha256:9d0c86d37d9af08db8edd8e95bd25b3998fd0ce3104488df8eab60f5275768ac
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