chore(helm): update image docker.io/josh5/unmanic 0.2.7 → 0.2.8 (#32413)
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. --- - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=--> --------- 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:
co-authored by
Alfred Göppel
parent
5965e3439e
commit
4b814a534f
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user