chore(deps): update container image ghcr.io/ylianst/meshcentral to v1.1.24@f06565f by renovate (#22461)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/ylianst/meshcentral](https://togithub.com/Ylianst/MeshCentral)
| patch | `1.1.23` -> `1.1.24` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary>

###
[`v1.1.24`](https://togithub.com/Ylianst/MeshCentral/releases/tag/1.1.24)

[Compare
Source](https://togithub.com/Ylianst/MeshCentral/compare/1.1.23...1.1.24)

- [`5d5e861`](https://togithub.com/Ylianst/MeshCentral/commit/5d5e861a)
Version 1.1.24
- [`26ac23c`](https://togithub.com/Ylianst/MeshCentral/commit/26ac23c8)
fix web-rdp/web-ssh save creds per user
- [`5a7e3d9`](https://togithub.com/Ylianst/MeshCentral/commit/5a7e3d98)
fix allowSavingDeviceCredentials description
- [`abbb0fa`](https://togithub.com/Ylianst/MeshCentral/commit/abbb0fa9)
fix sharing keyboard input after Ctrl+Alt+Delete
[#&#8203;6120](https://togithub.com/Ylianst/MeshCentral/issues/6120)
- [`89b67ff`](https://togithub.com/Ylianst/MeshCentral/commit/89b67ff9)
fix sharing latency and timer
- [`6c685d5`](https://togithub.com/Ylianst/MeshCentral/commit/6c685d55)
fix realname undefined
[#&#8203;6118](https://togithub.com/Ylianst/MeshCentral/issues/6118)
- [`49b5612`](https://togithub.com/Ylianst/MeshCentral/commit/49b56126)
Updated ExpressJS to 4.19.2

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
This commit is contained in:
TrueCharts Bot 2024-05-25 20:30:15 +02:00 committed by GitHub
parent cd7bfca5bc
commit 93cf3ffcbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 12 deletions

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable truecharts.org/train: stable
apiVersion: v2 apiVersion: v2
appVersion: 1.1.23 appVersion: 1.1.24
dependencies: dependencies:
- name: common - name: common
version: 23.0.8 version: 23.0.8
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral - https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
- https://ghcr.io/ylianst/meshcentral - https://ghcr.io/ylianst/meshcentral
type: application type: application
version: 16.0.8 version: 16.0.9

View File

@ -24,14 +24,7 @@ For more information on how to install TrueCharts Helm charts, checkout the inst
### TrueNAS SCALE Apps ### TrueNAS SCALE Apps
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro). For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale).
## Configuration Options
To view the chart specific options, please view Values.yaml included in the chart.
All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
## Chart Specific Guides and information ## Chart Specific Guides and information
@ -39,8 +32,20 @@ All our charts have dedicated documentation pages.
The documentation for this chart can be found here: The documentation for this chart can be found here:
https://truecharts.org/charts/stable/meshcentral https://truecharts.org/charts/stable/meshcentral
## Support ## Configuration Options
Please note: For TrueNAS SCALE, only options available in the GUI are supported.
Hence most of these docs do not apply to TrueNAS SCALE
To view the chart specific options, please view Values.yaml included in the chart.
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/stable/meshcentral/values.yaml
All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
## Support
- See the [Website](https://truecharts.org) - See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr) - Check our [Discord](https://discord.gg/tVsPTHWTtr)

View File

@ -1,7 +1,7 @@
image: image:
repository: ghcr.io/ylianst/meshcentral repository: ghcr.io/ylianst/meshcentral
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 1.1.23@sha256:6d90073e1ae9f80d135d89a7206d12e153b7f67309d7d9b22c111efdcedb882a tag: 1.1.24@sha256:f06565ffb74b7eb078c69110f4d97642d92bf54933de3ba2c4419a35b68d514a
workload: workload:
main: main:
podSpec: podSpec: