This PR contains the following updates: | Package | Update | Change | |---|---|---| | ghcr.io/neggles/sd-webui-docker | digest | `fe75b59` -> `4d78f2e` | 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzAuMCIsInVwZGF0ZWRJblZlciI6IjM4LjEzMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
54 lines
1.0 KiB
YAML
54 lines
1.0 KiB
YAML
image:
|
|
repository: ghcr.io/neggles/sd-webui-docker
|
|
tag: latest@sha256:4d78f2e2d4c7c0c28d960af8424823088ec2a15a30ec45d8cb9321c1d64bf679
|
|
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
|