From 4b814a534fa2b8496e82c612a27c33d6fa7d75cd Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 22 Feb 2025 11:21:35 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/josh5?= =?UTF-8?q?/unmanic=200.2.7=20=E2=86=92=200.2.8=20(#32413)?= 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/josh5/unmanic](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu/packages) ([source](https://redirect.github.com/linuxserver/docker-baseimage-ubuntu)) | patch | `7652682` -> `8d3ceb7` | --- > [!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. --- ### 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/unmanic/Chart.yaml | 4 ++-- charts/stable/unmanic/values.yaml | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml index a351b249bdb..31ded2442f6 100644 --- a/charts/stable/unmanic/Chart.yaml +++ b/charts/stable/unmanic/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.2.7 +appVersion: 0.2.8 dependencies: - name: common version: 25.4.10 @@ -32,4 +32,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/unmanic - https://hub.docker.com/r/josh5/unmanic type: application -version: 12.5.1 +version: 12.5.2 diff --git a/charts/stable/unmanic/values.yaml b/charts/stable/unmanic/values.yaml index 8cd3af56171..f959f30ee52 100644 --- a/charts/stable/unmanic/values.yaml +++ b/charts/stable/unmanic/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/josh5/unmanic - tag: 0.2.7@sha256:7652682370454f509d718d9dcfbd27c7099def3800f770bb7bb932c5a6e0212a + tag: 0.2.8@sha256:8d3ceb79c4d03d25cfa245eda5b6615e9c145873ab9673a586eb73e8f111ee93 pullPolicy: IfNotPresent service: main: @@ -8,6 +8,15 @@ service: main: port: 10157 targetPort: 8888 +configmap: + patch: + enabled: true + data: + 10-patch.sh: | + chmod +x /etc/cont-init.d/20-config + chmod +x /etc/cont-init.d/30-patch-nvidia + chmod +x /etc/cont-init.d/60-custom-setup-script + chmod +x /etc/services.d/unmanic/run persistence: config: enabled: true @@ -23,7 +32,15 @@ persistence: mountPath: "/tmp/unmanic" type: emptyDir varrun: + enabled: false + patch: enabled: true + type: configmap + objectName: patch + mountPath: /etc/cont-init.d/10-patch.sh + subPath: 10-patch.sh + readOnly: true + defaultMode: "0755" portal: open: enabled: true