From d7997ca4f117ed625c778f4ac5c4b0177368f3aa Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 30 Aug 2025 13:35:56 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/santi?= =?UTF-8?q?agosayshey/profilarr=20v1.0.1=20=E2=86=92=20v1.1.3=20(#38683)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/santiagosayshey/profilarr](https://redirect.github.com/Dictionarry-Hub/profilarr) | minor | `16ea579` -> `c8ad91a` | --- > [!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
Dictionarry-Hub/profilarr (docker.io/santiagosayshey/profilarr) ### [`v1.1.3`](https://redirect.github.com/Dictionarry-Hub/profilarr/releases/tag/v1.1.3) [Compare Source](https://redirect.github.com/Dictionarry-Hub/profilarr/compare/v1.1.2...v1.1.3) #### What's Changed - fix(compiler): only compile both / arr specific formats on import by [@​santiagosayshey](https://redirect.github.com/santiagosayshey) in [`c30dc33`](https://redirect.github.com/Dictionarry-Hub/profilarr/commit/c30dc338287dfa1135dcdc3f4494f8e5364a8052) - refactor(media-management): use ArrHandler logic from importer module to consolidate media management importing by [@​santiagosayshey](https://redirect.github.com/santiagosayshey) in [`7f5f44c`](https://redirect.github.com/Dictionarry-Hub/profilarr/commit/7f5f44cd777027c8bc91f7e3ea6ee0ab0ebb20fd) - feat(tasks): add ability to change repo sync / backup task interval by [@​santiagosayshey](https://redirect.github.com/santiagosayshey) in [`2e2abb9`](https://redirect.github.com/Dictionarry-Hub/profilarr/commit/2e2abb93be2052ef4b72965a8e2a8d6daecd0fe9) - migration(languages): set default language score to `-999999` by [@​santiagosayshey](https://redirect.github.com/santiagosayshey) in [`6c40d35`](https://redirect.github.com/Dictionarry-Hub/profilarr/commit/6c40d352c9946a017eee7b7f6fb3731f8a8e6117) - chore(deploy): add environment handling and entrypoint script to set PGID, PUID and UMASK by [@​santiagosayshey](https://redirect.github.com/santiagosayshey) in [`7270bbf`](https://redirect.github.com/Dictionarry-Hub/profilarr/commit/7270bbfedb2289d55c11c92a6887d8977bbfb2f2) **Full Changelog**: ### [`v1.1.2`](https://redirect.github.com/Dictionarry-Hub/profilarr/releases/tag/v1.1.2) [Compare Source](https://redirect.github.com/Dictionarry-Hub/profilarr/compare/v1.1.1...v1.1.2) #### What's Changed - fix(conflict): deserialize arr specific score objects when checking for conflicts by [@​santiagosayshey](https://redirect.github.com/santiagosayshey) in [#​220](https://redirect.github.com/Dictionarry-Hub/profilarr/pull/220) **Full Changelog**: ### [`v1.1.1`](https://redirect.github.com/Dictionarry-Hub/profilarr/releases/tag/v1.1.1): v.1.1.1 [Compare Source](https://redirect.github.com/Dictionarry-Hub/profilarr/compare/v1.0.1...v1.1.1) fix(yaml): add normalization of boolean keys to strings for JSON compatibility
--- ### 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. --- - [ ] 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). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/profilarr/Chart.yaml | 5 ++--- charts/stable/profilarr/values.yaml | 8 +++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/charts/stable/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml index ec61148f8b3..3ff852fde44 100644 --- a/charts/stable/profilarr/Chart.yaml +++ b/charts/stable/profilarr/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 1.0.1 +appVersion: 1.1.3 dependencies: - name: common version: 28.16.4 @@ -36,5 +36,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/profilarr - https://hub.docker.com/r/santiagosayshey/profilarr type: application -version: 2.3.3 - +version: 2.4.0 diff --git a/charts/stable/profilarr/values.yaml b/charts/stable/profilarr/values.yaml index 749c7cb141c..a0e7274c204 100644 --- a/charts/stable/profilarr/values.yaml +++ b/charts/stable/profilarr/values.yaml @@ -1,7 +1,7 @@ image: repository: docker.io/santiagosayshey/profilarr pullPolicy: IfNotPresent - tag: v1.0.1@sha256:16ea5790e612889e02e297094ae0b0d605c5770511a7564d6a43e663cafebf26 + tag: v1.1.3@sha256:c8ad91a8e5d60b3816321b3a1f68332b29a23f910f6bd2c2d7b4a83f881f032f service: main: ports: @@ -13,3 +13,9 @@ persistence: config: enabled: true mountPath: "/config" +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0