This PR contains the following updates: | Package | Update | Change | |---|---|---| | [octoprint/octoprint](https://togithub.com/OctoPrint/octoprint-docker) | minor | `1.9.3` -> `1.10.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMjAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
38 lines
811 B
YAML
38 lines
811 B
YAML
image:
|
|
repository: octoprint/octoprint
|
|
tag: 1.10.0@sha256:fc97e1e5c591018eb333a910761b3b3442908e7737cbcbec58290eb487e54b34
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10021
|
|
targetPort: 80
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/octoprint"
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ENABLE_MJPG_STREAMER: "true"
|
|
# -- sets the Mjpg stream imput parameters
|
|
# Example "-y -n -r 640x480"
|
|
MJPG_STREAMER_INPUT:
|
|
# -- sets the camera dev parameters
|
|
# Example "/dev/video0"
|
|
CAMERA_DEV:
|