14e26ee9d2
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 | `bd8d41b` → `0fd8461` | --- > [!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.11.3`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.3) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.11.2...v1.11.3) #### 📦 Patch Notes ##### 🚀 New Features - **Granular Guest Access Control:** Share access controls now distinguish between explore mode, collection shares, and direct image links. ([#​193](https://redirect.github.com/andrii-kryvoviaz/slink/issues/193)) - **Collection View Preferences:** Per-collection controls for page size and load strategy, persisted across visits. ([#​174](https://redirect.github.com/andrii-kryvoviaz/slink/issues/174)) ##### 🛠️ Improvements & Fixes - **Collection UI/UX:** Switched the collection view to a masonry layout for a denser, more balanced presentation, and polished the collection share button. - **Richer Share Listing:** The share listing page now surfaces more attributes at a glance. - **Tags Table Sorting:** Tags table now supports sorting by name. ([#​139](https://redirect.github.com/andrii-kryvoviaz/slink/issues/139)) - **Unauthorized Redirects:** Simplified the unauthorized handler and corrected redirect logic after auth failures. - **Maintenance:** Upgraded Svelte to 5.55.7 and refreshed project dependencies. **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.11.2...v1.11.3> </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.11.3@sha256:0fd84616087a1cd6e1a195cf6ddbb59fad8fb174a9f9a98f49257fb534968e67
|
|
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
|