fix(cloudcommander): update image ghcr.io/coderaiser/cloudcmd 19.9.3 → 19.9.5 (#46427)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/coderaiser/cloudcmd](https://redirect.github.com/coderaiser/cloudcmd) | patch | `9d69387` → `749d440` | --- > [!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.9.5`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.9.5): cloudcmd v19.9.5 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.9.4...v19.9.5) #### 🐞 fix - [`e761cac`](https://redirect.github.com/coderaiser/cloudcmd/commit/e761cacb) columns: name-size-date-time: 20% -> 19% ### [`v19.9.4`](https://redirect.github.com/coderaiser/cloudcmd/releases/tag/v19.9.4): cloudcmd v19.9.4 [Compare Source](https://redirect.github.com/coderaiser/cloudcmd/compare/v19.9.3...v19.9.4) #### 🔥 feature - [`69498ed`](https://redirect.github.com/coderaiser/cloudcmd/commit/69498ed6) docker: io: pull.rebase by default </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:eyJjcmVhdGVkSW5WZXIiOiI0My4yOS4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvY2xvdWRjb21tYW5kZXIiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
This commit is contained in:
@@ -8,7 +8,7 @@ annotations:
|
||||
trueforge.org/min_helm_version: "3.14"
|
||||
trueforge.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 19.9.3
|
||||
appVersion: 19.9.5
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 29.0.0
|
||||
@@ -35,5 +35,5 @@ sources:
|
||||
- https://ghcr.io/coderaiser/cloudcmd
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/cloudcommander
|
||||
type: application
|
||||
version: 10.2.1
|
||||
version: 10.2.2
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: ghcr.io/coderaiser/cloudcmd
|
||||
tag: 19.9.3@sha256:9d693876de1ef72a675e9e1a2948c964fa6e188edc2cc0b9a51d5f8f6bf7bcd2
|
||||
tag: 19.9.5@sha256:749d440ae39a75d453ae910c5b8c4468debe8b6060596ecdd9571293e3d926cf
|
||||
persistence:
|
||||
appdata:
|
||||
enabled: true
|
||||
|
||||
Reference in New Issue
Block a user