From dccb682fd398fae1f0ef1bbe803e60d25ab1044d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 15 Jan 2026 22:51:31 +0100 Subject: [PATCH] =?UTF-8?q?fix(cloudcommander):=20update=20image=20ghcr.io?= =?UTF-8?q?/coderaiser/cloudcmd=2019.1.3=20=E2=86=92=2019.1.4=20(#43646)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `c26b0cb` -> `7a336c2` | --- > [!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
coderaiser/cloudcmd (ghcr.io/coderaiser/cloudcmd) ### [`v19.1.4`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.1.4): cloudcmd v19.1.4 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.1.3...v19.1.4) #### 🔥 feature - [`6e778a3`](https://redirect.github.com/coderaiser/cloudcmd/commit/6e778a35) client: sort: migrate to ESM - [`e27ef51`](https://redirect.github.com/coderaiser/cloudcmd/commit/e27ef51d) client: sort: migrate to ESM - [`917f585`](https://redirect.github.com/coderaiser/cloudcmd/commit/917f5851) client: load-module: migrate to ESM - [`9950cac`](https://redirect.github.com/coderaiser/cloudcmd/commit/9950caca) client: get-json-from-file-table: migrate to ESM
--- ### 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. --- - [ ] 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). --- charts/stable/cloudcommander/Chart.yaml | 4 ++-- charts/stable/cloudcommander/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/cloudcommander/Chart.yaml b/charts/stable/cloudcommander/Chart.yaml index d4969be7122..730e745f400 100644 --- a/charts/stable/cloudcommander/Chart.yaml +++ b/charts/stable/cloudcommander/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 19.1.3 +appVersion: 19.1.4 dependencies: - name: common version: 28.29.18 @@ -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.4 +version: 9.8.5 diff --git a/charts/stable/cloudcommander/values.yaml b/charts/stable/cloudcommander/values.yaml index d148c88a5a9..5c4e7ffd5a2 100644 --- a/charts/stable/cloudcommander/values.yaml +++ b/charts/stable/cloudcommander/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/coderaiser/cloudcmd - tag: 19.1.3@sha256:c26b0cb880ea80e1df2c0e7ef2f631ab4214e2fba1d68a56fa5dab6af0818f30 + tag: 19.1.4@sha256:7a336c20293dfb666305fde998993827793082e15d7d09a706c35f3e4e055664 persistence: appdata: enabled: true