4a6dd725a1
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `116e64b` → `04f909f` | --- > [!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.19.1`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.19.1): cloudcmd v19.19.1 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.19.0...v19.19.1) #### 🔥 feature - [`78b206e`](https://redirect.github.com/coderaiser/cloudcmd/commit/78b206e0) client: key: Ctrl + L -> Ctrl + Shift + L: Log out ([#​466](https://redirect.github.com/coderaiser/cloudcmd/issues/466)) - [`b149288`](https://redirect.github.com/coderaiser/cloudcmd/commit/b1492885) docker: io: NPM\_CONFIG\_PACKAGE\_LOCK=false - [`76d7bf4`](https://redirect.github.com/coderaiser/cloudcmd/commit/76d7bf4d) docker: typos, shellcheck: add </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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9jbG91ZGNvbW1hbmRlciIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
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.19.1@sha256:04f909f5b5ebb924531be3834cd354580977dd1ba7716028ed0add9cb462c54a
|
|
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
|