1c27ced7fe
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/shaneisrael/fireshare](https://redirect.github.com/ShaneIsrael/fireshare) | patch | `dcc3db5` -> `58a219a` | --- > [!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>ShaneIsrael/fireshare (docker.io/shaneisrael/fireshare)</summary> ### [`v1.2.21`](https://redirect.github.com/ShaneIsrael/fireshare/releases/tag/v1.2.21) [Compare Source](https://redirect.github.com/ShaneIsrael/fireshare/compare/v1.2.20...v1.2.21) #### What's Changed - Fix LDAP auth crash, switch to SCOPE_SUBTREE, and improve logging by [@​msmcpeake](https://redirect.github.com/msmcpeake) in [https://github.com/ShaneIsrael/fireshare/pull/275](https://redirect.github.com/ShaneIsrael/fireshare/pull/275) #### New Contributors - [@​msmcpeake](https://redirect.github.com/msmcpeake) made their first contribution in [https://github.com/ShaneIsrael/fireshare/pull/275](https://redirect.github.com/ShaneIsrael/fireshare/pull/275) **Full Changelog**: https://github.com/ShaneIsrael/fireshare/compare/v1.2.20...v1.2.21 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/shaneisrael/fireshare
|
|
tag: v1.2.21@sha256:58a219a67fa54703d887e6e978db5fd963e6b03212b0207cd7acb7943fa32913
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SECRET_KEY:
|
|
secretKeyRef:
|
|
name: fireshare-secrets
|
|
key: SECRET_KEY
|
|
MINUTES_BETWEEN_VIDEO_SCANS: 5
|
|
ADMIN_PASSWORD: "changeme"
|
|
# TODO ADD LDAP
|
|
# LDAP_ENABLE: false
|
|
# LDAP_URL: ""
|
|
# LDAP_BINDDN: ""
|
|
# LDAP_PASSWORD: ""
|
|
# LDAP_BASEDN: ""
|
|
# LDAP_USER_FILTER: ""
|
|
# LDAP_ADMIN_GROUP: ""
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10287
|
|
protocol: http
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
processeddata:
|
|
enabled: true
|
|
mountPath: /processed
|
|
videos:
|
|
enabled: true
|
|
mountPath: /videos
|