bccb2526cb
This PR contains the following updates: | Package | Update | Change | |---|---|---| | anirdev/slink | minor | `v1.0.1` -> `v1.1.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjMwOS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
38 lines
745 B
YAML
38 lines
745 B
YAML
image:
|
|
repository: anirdev/slink
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.1.0@sha256:2fb5e35f41f805d0e0e3a605006a9da5184525d2f61be86191922bca1948f339
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
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"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
ingress:
|
|
main:
|
|
required: true
|