This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/towfiqi/serpbear | digest | `6309ff9` -> `b294848` | --- > [!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. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
33 lines
626 B
YAML
33 lines
626 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/towfiqi/serpbear
|
|
tag: latest@sha256:b2948486dff60c6d39a84894feddb8e718b23a97107683ce899b729b3d774007
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
serpbear:
|
|
api_key: ""
|
|
app_url: http://localhost:10605
|
|
password: secret
|
|
session_duration: 24
|
|
user: admin
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10605
|
|
protocol: http
|
|
targetPort: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
envFrom:
|
|
- secretRef:
|
|
name: serpbear-secret
|