chore(helm): update image docker.io/santiagosayshey/profilarr v1.0.1 → v1.1.3 (#38683)
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 <details> <summary>Dictionarry-Hub/profilarr (docker.io/santiagosayshey/profilarr)</summary> ### [`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**: <https://github.com/Dictionarry-Hub/profilarr/compare/v1.1.2...v1.1.3> ### [`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**: <https://github.com/Dictionarry-Hub/profilarr/compare/v1.1.1...v1.1.2> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDEuODIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==--> --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user