fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.1.11 → 19.1.13 (#44209)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd)
| patch | `5ee7a9c` -> `220b926` |

---

> [!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.13`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.13):
cloudcmd v19.1.13

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.12...v19.1.13)

#### 🔥 feature

-
[`41b5a96`](https://redirect.github.com/coderaiser/cloudcmd/commit/41b5a96f)
client: load: migrate to ESM

###
[`v19.1.12`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.12):
cloudcmd v19.1.12

[Compare
Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.11...v19.1.12)

#### 🔥 feature

-
[`27a52d3`](https://redirect.github.com/coderaiser/cloudcmd/commit/27a52d33)
client: sw: migrate to ESM
-
[`6b049d9`](https://redirect.github.com/coderaiser/cloudcmd/commit/6b049d95)
client: sw: register: 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-->
This commit is contained in:
TrueCharts Bot
2026-01-28 07:21:07 +01:00
committed by GitHub
parent e07d1b3723
commit d337b7b6c5
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ annotations:
truecharts.org/min_kubernetes_version: 1.24.0
truecharts.org/train: stable
apiVersion: v2
appVersion: 19.1.11
appVersion: 19.1.13
dependencies:
- name: common
version: 28.29.40
@@ -38,5 +38,5 @@ sources:
- https://ghcr.io/coderaiser/cloudcmd
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudcommander
type: application
version: 9.8.20
version: 9.8.21

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/coderaiser/cloudcmd
tag: 19.1.11@sha256:5ee7a9c7c3496f667657cddb80c76a08abf96e03dd324c1602875aa829d9d374
tag: 19.1.13@sha256:220b9264e9770d545abf63c300f6f5c5d9b748bcd412f3aadc0b54ddf293d074
persistence:
appdata:
enabled: true