This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | minor | `d998e65` → `af87e0b` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) 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.17.0`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.17.0): cloudcmd v19.17.0 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.16.0...v19.17.0) #### 🐞 fix - [`d96f6c4`](https://redirect.github.com/coderaiser/cloudcmd/commit/d96f6c46) css: query: hide time on mobile - [`e7c55e0`](https://redirect.github.com/coderaiser/cloudcmd/commit/e7c55e05) docker: io: XDG\_CONFIG\_HOME #### 🔥 feature - [`ae1ca0f`](https://redirect.github.com/coderaiser/cloudcmd/commit/ae1ca0f8) cloudcmd: cssnano-preset-default v8.0.1 - [`94d5096`](https://redirect.github.com/coderaiser/cloudcmd/commit/94d5096a) style: owner, mode: improve - [`807f834`](https://redirect.github.com/coderaiser/cloudcmd/commit/807f8346) cloudcmd: superc8 v12.6.0 - [`67a9572`](https://redirect.github.com/coderaiser/cloudcmd/commit/67a95722) docker: io: cline: add - [`68eacb9`](https://redirect.github.com/coderaiser/cloudcmd/commit/68eacb91) qword: add - [`4acd294`](https://redirect.github.com/coderaiser/cloudcmd/commit/4acd294b) docker: io: tmux - [`05c8004`](https://redirect.github.com/coderaiser/cloudcmd/commit/05c80043) cloudcmd: [@​supertape/loader-css](https://redirect.github.com/supertape/loader-css) v1.0.0 - [`800a654`](https://redirect.github.com/coderaiser/cloudcmd/commit/800a6545) cloudcmd: eslint-plugin-n v18.0.1 - [`a985bb3`](https://redirect.github.com/coderaiser/cloudcmd/commit/a985bb36) cloudcmd: supertape v13.0.0 - [`4315ec6`](https://redirect.github.com/coderaiser/cloudcmd/commit/4315ec61) docker: io XDG\_CONFIG\_HOME: /etc -> /usr/local/etc </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jbG91ZGNvbW1hbmRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
33 lines
641 B
YAML
33 lines
641 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/coderaiser/cloudcmd
|
|
tag: 19.17.0@sha256:af87e0b09b61b1bdb88c2649cb77087af9d377f59077189a3374fd57668e1845
|
|
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
|