This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/anirdev/slink](https://docs.slinkapp.io) ([source](https://redirect.github.com/andrii-kryvoviaz/slink)) | patch | `2547ac8` → `0345ee8` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>andrii-kryvoviaz/slink (docker.io/anirdev/slink)</summary> ### [`v1.12.2`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.12.2) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.12.1...v1.12.2) #### 📦 Patch Notes ##### 🛠️ Improvements & Fixes - **SMB Storage:** Fixed validation of SMB share settings when saving. ([#​213](https://redirect.github.com/andrii-kryvoviaz/slink/issues/213)) - **Login Sessions:** Login sessions now persist across browser restarts. ([#​214](https://redirect.github.com/andrii-kryvoviaz/slink/issues/214)) - **Uploads:** Uploading more images now retains the active collection and tags. ([#​212](https://redirect.github.com/andrii-kryvoviaz/slink/issues/212)) - **History:** Reassigned images now update in place without resetting your pagination position. ([#​212](https://redirect.github.com/andrii-kryvoviaz/slink/issues/212)) - **Stability:** Resolved a cold-start race in the Redis connection during sign-in and adjusted service startup ordering for more reliable boots. - **Maintenance:** Replaced the JWT framework with the maintained jwt-library and jwt-bundle, and updated project dependencies. **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.12.1...v1.12.2> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zbGluayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
37 lines
799 B
YAML
37 lines
799 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/anirdev/slink
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.12.2@sha256:0345ee8dc5172ad46bcf53063c52f59bf26b4e8e5d06da9b05e9e8b0141db291
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ORIGIN: "{{ .Values.chartContext.appUrl }}"
|
|
USER_APPROVAL_REQUIRED: true
|
|
IMAGE_MAX_SIZE: "15M"
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: "/app/var/data"
|
|
images:
|
|
enabled: true
|
|
mountPath: "/app/slink/images"
|
|
ingress:
|
|
main:
|
|
required: true
|