chore(deps): update container image jorenn92/maintainerr to v2.0.2@4e0f519 by renovate (#18140)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [jorenn92/maintainerr](https://togithub.com/jorenn92/Maintainerr) | patch | `2.0.0` -> `2.0.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jorenn92/Maintainerr (jorenn92/maintainerr)</summary> ### [`v2.0.2`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#202-2024-02-11) [Compare Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.1...v2.0.2) ##### Bug Fixes - Failure to fetch latest GitHub version crashes the UI ([#​891](https://togithub.com/jorenn92/Maintainerr/issues/891)) ([4ce9ac9](https://togithub.com/jorenn92/Maintainerr/commit/4ce9ac9b353669db31b1781edff5d66f3b1addee)) ### [`v2.0.1`](https://togithub.com/jorenn92/Maintainerr/blob/HEAD/CHANGELOG.md#201-2024-02-09) [Compare Source](https://togithub.com/jorenn92/Maintainerr/compare/v2.0.0...v2.0.1) ##### Bug Fixes - **docker:** ensure $HOME is set consistently for all configs. ([f952bba](https://togithub.com/jorenn92/Maintainerr/commit/f952bbaf103aeb90cf088742cf46bd8ca61b1477)) - Resolve SQL error during Plex collection recreation ([be1b801](https://togithub.com/jorenn92/Maintainerr/commit/be1b8017bd7d4c8387fa5cbea797e373d1f3e63b)) - Resolved an issue where Plex's SSL flag would not be updated correctly on the settings page ([d65927a](https://togithub.com/jorenn92/Maintainerr/commit/d65927a761439e1e3df511c3a5d3ba7e287db35c)) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xODMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE4My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
This commit is contained in:
@@ -7,7 +7,7 @@ annotations:
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 2.0.0
|
||||
appVersion: 2.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.png
|
||||
keywords:
|
||||
- maintainerr
|
||||
- media
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
@@ -34,4 +34,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/maintainerr
|
||||
- https://hub.docker.com/r/jorenn92/maintainerr
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: jorenn92/maintainerr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.0.0@sha256:7377075b39985b64369d1fddd1ea9ad39f59a8e98c777e2da4cd7041a93b6380
|
||||
tag: 2.0.2@sha256:4e0f5199f09b8a1fc7d9933c1ecbf508b6d4f18b6f8d1e40bd0453dc14c80a5c
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
|
||||
Reference in New Issue
Block a user