ced744ccd2
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `dca7fdb` -> `4e90c71` | --- > [!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>coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd)</summary> ### [`v19.1.9`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.9): cloudcmd v19.1.9 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.8...v19.1.9) #### 🔥 feature - [`75ad441`](https://redirect.github.com/coderaiser/cloudcmd/commit/75ad4415) cloudcmd: [@​putout/eslint-flat](https://redirect.github.com/putout/eslint-flat) v4.0.0 - [`c5d9bd7`](https://redirect.github.com/coderaiser/cloudcmd/commit/c5d9bd7c) client: key: vim: get rid of mock-require - [`f437a52`](https://redirect.github.com/coderaiser/cloudcmd/commit/f437a52f) client: images: migrate to EMS - [`7192a56`](https://redirect.github.com/coderaiser/cloudcmd/commit/7192a56e) client: dom: current-file: migrate to ESM </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
32 lines
587 B
YAML
32 lines
587 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/coderaiser/cloudcmd
|
|
tag: 19.1.9@sha256:4e90c713aa079594cca69a3759bc38f5f73c15d47e35af70b5a80eff5b75c63f
|
|
persistence:
|
|
appdata:
|
|
enabled: true
|
|
mountPath: /root
|
|
mountpath:
|
|
enabled: true
|
|
mountPath: /UNRAID
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8765
|
|
protocol: tcp
|
|
targetPort: 8000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
HOME: /root
|