This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/connorgallopo/tracearr](https://redirect.github.com/connorgallopo/Tracearr) | patch | `8db3c74` → `ad9d9bb` | --- > [!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>connorgallopo/Tracearr (ghcr.io/connorgallopo/tracearr)</summary> ### [`v1.4.17`](https://redirect.github.com/connorgallopo/Tracearr/releases/tag/v1.4.17) [Compare Source](https://redirect.github.com/connorgallopo/Tracearr/compare/v1.4.16...v1.4.17) Fix Images issue, jf/emby cooldown, and missing param for rules endpoint </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:eyJjcmVhdGVkSW5WZXIiOiI0My40LjIiLCJ1cGRhdGVkSW5WZXIiOiI0My40LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL3RyYWNlYXJyIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
52 lines
1.2 KiB
YAML
52 lines
1.2 KiB
YAML
image:
|
|
repository: ghcr.io/connorgallopo/tracearr
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.4.17@sha256:ad9d9bb10f83d84f3fdb2f69a0bbee8d640d9c7a342de2938d57c35e323f2114
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 3000
|
|
port: 3000
|
|
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: tracearr
|
|
database: tracearr
|
|
|
|
redis:
|
|
enabled: true
|
|
redisUsername: default
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
PORT: "{{ .Values.service.main.ports.main.port }}"
|
|
JWT_SECRET: "changeme"
|
|
COOKIE_SECRET: "changeme"
|
|
# Optional MaxMind GeoIP license key
|
|
MAXMIND_LICENSE_KEY: ""
|
|
CORS_ORIGIN: "*"
|
|
LOG_LEVEL: info
|
|
# Enable reverse proxy support
|
|
TRUST_PROXY: true
|
|
DATABASE_URL:
|
|
secretKeyRef:
|
|
name: cnpg-main-urls
|
|
key: std
|
|
REDIS_URL:
|
|
secretKeyRef:
|
|
expandObjectName: false
|
|
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
|
|
key: url
|