This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `dcedc7d` -> `e679493` | --- > [!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> ### [`v18.8.3`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v18.8.3): cloudcmd v18.8.3 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v18.8.2...v18.8.3) #### 🔥 feature - [`b4792fc`](https://redirect.github.com/coderaiser/cloudcmd/commit/b4792fc3) cloudcmd: aleman v1.4.0 ### [`v18.8.2`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v18.8.2): cloudcmd v18.8.2 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v18.8.1...v18.8.2) #### 🔥 feature - [`a0b3285`](https://redirect.github.com/coderaiser/cloudcmd/commit/a0b3285b) cloudcmd: aleman v1.3.0 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
32 lines
587 B
YAML
32 lines
587 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/coderaiser/cloudcmd
|
|
tag: 18.8.3@sha256:e6794935ba2cfcf7785a3496681e5d4dc0a3cfc7c3a5cfb3a32bec11858edfee
|
|
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
|