This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/neggles/sd-webui-docker | digest | `c0e27de` -> `88161f6` | --- > [!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-->
54 lines
1.0 KiB
YAML
54 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/neggles/sd-webui-docker
|
|
tag: latest@sha256:88161f64446fe5a41e7cdef408bdf45293e1923d8bf6009bdc395f59d847c2ec
|
|
pullPolicy: Always
|
|
vladImage:
|
|
repository: ghcr.io/neggles/sd-webui-docker
|
|
tag: vlad@sha256:5fa3b1a94721415c887bc7f8f1b7edd3ab62408a54eb988d242d20e447fca93d
|
|
pullPolicy: Always
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 7860
|
|
targetPort: 7860
|
|
|
|
# securityContext:
|
|
# runAsUser: 0
|
|
# runAsGroup: 0
|
|
# fsGroup: 0
|
|
# readOnlyRootFilesystem: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
imageSelector: image
|
|
args:
|
|
- "--skip-version-check"
|
|
env:
|
|
PYTHONUNBUFFERED: "1"
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
readiness:
|
|
enabled: true
|
|
startup:
|
|
enabled: true
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
output:
|
|
enabled: true
|
|
mountPath: /output
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|