chore(deps): update container image ghcr.io/ylianst/meshcentral to v1.1.19@b2e718e by renovate (#17303)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ylianst/meshcentral](https://togithub.com/Ylianst/MeshCentral) | patch | `1.1.18` -> `1.1.19` | --- > [!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.19`](https://togithub.com/Ylianst/MeshCentral/releases/tag/1.1.19) [Compare Source](https://togithub.com/Ylianst/MeshCentral/compare/1.1.18...1.1.19) - [`f93bb3a`](https://togithub.com/Ylianst/MeshCentral/commit/f93bb3a8) Version 1.1.19 - [`0d7564d`](https://togithub.com/Ylianst/MeshCentral/commit/0d7564d8) fix relaying with subdomain [#​5394](https://togithub.com/Ylianst/MeshCentral/issues/5394) - [`6e2321b`](https://togithub.com/Ylianst/MeshCentral/commit/6e2321b5) add multiple file download by check boxes ([#​5699](https://togithub.com/Ylianst/MeshCentral/issues/5699)) - [`757cef3`](https://togithub.com/Ylianst/MeshCentral/commit/757cef3f) missed 1 onmouseup [#​5700](https://togithub.com/Ylianst/MeshCentral/issues/5700) - [`d02b63a`](https://togithub.com/Ylianst/MeshCentral/commit/d02b63a4) remove additionalProperties: false in schema to allow comments [#​5697](https://togithub.com/Ylianst/MeshCentral/issues/5697) - [`1295af4`](https://togithub.com/Ylianst/MeshCentral/commit/1295af46) fix config schema 2024 - [`329ba43`](https://togithub.com/Ylianst/MeshCentral/commit/329ba43e) add loginTokenKey to docs [#​4153](https://togithub.com/Ylianst/MeshCentral/issues/4153) - [`6cacec0`](https://togithub.com/Ylianst/MeshCentral/commit/6cacec01) add subfolder to 2fa domain name [#​5238](https://togithub.com/Ylianst/MeshCentral/issues/5238) - [`9986567`](https://togithub.com/Ylianst/MeshCentral/commit/9986567c) add set remote clipboard to web-rdp [#​4133](https://togithub.com/Ylianst/MeshCentral/issues/4133) - [`b01078b`](https://togithub.com/Ylianst/MeshCentral/commit/b01078bf) add get remote clipboard to web-rdp [#​4133](https://togithub.com/Ylianst/MeshCentral/issues/4133) - [`0b0f299`](https://togithub.com/Ylianst/MeshCentral/commit/0b0f2999) fix meshcentral assistant downloads </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNDAuOSIsInVwZGF0ZWRJblZlciI6IjM3LjE0MC45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
parent
6e88f8765e
commit
678dd0547f
|
@ -7,7 +7,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.18
|
||||
appVersion: 1.1.19
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.22
|
||||
|
@ -24,7 +24,7 @@ keywords:
|
|||
- meshcentral
|
||||
- teamviewer
|
||||
- rdp
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -35,4 +35,4 @@ sources:
|
|||
- https://github.com/Ylianst/MeshCentral
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
|
||||
type: application
|
||||
version: 14.1.7
|
||||
version: 14.1.8
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/ylianst/meshcentral
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.18@sha256:71f8c8d23d00190e941a130e22661b4a6cea649bce142df76ae0f0e2489fdcac
|
||||
tag: 1.1.19@sha256:b2e718ed0bca0ad30c4351226ae3314b46402ccff59b7265855e827f0c9ebd5e
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
|
Loading…
Reference in New Issue