chore(helm): update image ghcr.io/ylianst/meshcentral 1.1.52 → 1.1.53 (#41063)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/ylianst/meshcentral](https://redirect.github.com/Ylianst/MeshCentral) | patch | `26d4425` -> `94ed520` | --- > [!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>Ylianst/MeshCentral (ghcr.io/ylianst/meshcentral)</summary> ### [`v1.1.53`](https://redirect.github.com/Ylianst/MeshCentral/releases/tag/1.1.53) [Compare Source](https://redirect.github.com/Ylianst/MeshCentral/compare/1.1.52...1.1.53) - [`740a2bf`](https://redirect.github.com/Ylianst/MeshCentral/commit/740a2bfb) Version 1.1.53 - [`e89f97a`](https://redirect.github.com/Ylianst/MeshCentral/commit/e89f97aa) Fix OIDC login: ensure Passport callback is defined ([#​7312](https://redirect.github.com/Ylianst/MeshCentral/issues/7312)) - [`bd37bb5`](https://redirect.github.com/Ylianst/MeshCentral/commit/bd37bb53) fix user.links being null [#​7371](https://redirect.github.com/Ylianst/MeshCentral/issues/7371) - [`acd6001`](https://redirect.github.com/Ylianst/MeshCentral/commit/acd6001a) Dropdown Menu - re-design / Updated Notifications Icon ([#​7372](https://redirect.github.com/Ylianst/MeshCentral/issues/7372)) - [`c7d1c0e`](https://redirect.github.com/Ylianst/MeshCentral/commit/c7d1c0e1) Add advanced custom CSS/JS file support per template ([#​7361](https://redirect.github.com/Ylianst/MeshCentral/issues/7361)) </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:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjgyLjEwIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
@@ -11,7 +11,7 @@ annotations:
|
||||
truecharts.org/min_kubernetes_version: 1.24.0
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 1.1.52
|
||||
appVersion: 1.1.53
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 28.26.1
|
||||
@@ -40,5 +40,5 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/meshcentral
|
||||
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/meshcentral
|
||||
type: application
|
||||
version: 18.11.2
|
||||
version: 18.11.3
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/ylianst/meshcentral
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.1.52@sha256:26d4425ab593ed298e9340efb893ee8a2adeab4565cb63aef84730baf5a5ff96
|
||||
tag: 1.1.53@sha256:94ed52009b98724a2b103d708e12dbac6846823d306b2b8746e5a7f02e95f1fc
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
|
||||
Reference in New Issue
Block a user