3 Commits

Author SHA1 Message Date
02b464d6cd Update ghcr.io/immich-app/immich-server Docker tag to v1.135.2
All checks were successful
lint-test-helm / helm-lint (pull_request) Successful in 10s
2025-06-20 18:55:22 +00:00
e661cb8ed8 add toleration
Some checks failed
lint-test-helm / helm-lint (push) Failing after 5s
renovate / renovate (push) Has been cancelled
2025-06-20 13:54:33 -05:00
24aec19d05 Update ghcr.io/linuxserver/sonarr Docker tag to v4.0.15
Some checks failed
lint-test-helm / helm-lint (pull_request) Successful in 8s
renovate / renovate (push) Has been cancelled
lint-test-helm / helm-lint (push) Failing after 6s
2025-06-20 18:53:21 +00:00
4 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ sonarr-4k:
main: main:
image: image:
repository: ghcr.io/linuxserver/sonarr repository: ghcr.io/linuxserver/sonarr
tag: 4.0.14@sha256:de67e5b682fedcc4ac34f28a5697931c680c959ea65f8111b0cce17bc698c0b2 tag: 4.0.15@sha256:1156329d544b38bd1483add75c9b72c559f20e1ca043fd2d6376c2589d38951f
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -13,7 +13,7 @@ sonarr-anime:
main: main:
image: image:
repository: ghcr.io/linuxserver/sonarr repository: ghcr.io/linuxserver/sonarr
tag: 4.0.14@sha256:de67e5b682fedcc4ac34f28a5697931c680c959ea65f8111b0cce17bc698c0b2 tag: 4.0.15@sha256:1156329d544b38bd1483add75c9b72c559f20e1ca043fd2d6376c2589d38951f
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -13,7 +13,7 @@ sonarr:
main: main:
image: image:
repository: ghcr.io/linuxserver/sonarr repository: ghcr.io/linuxserver/sonarr
tag: 4.0.14@sha256:de67e5b682fedcc4ac34f28a5697931c680c959ea65f8111b0cce17bc698c0b2 tag: 4.0.15@sha256:1156329d544b38bd1483add75c9b72c559f20e1ca043fd2d6376c2589d38951f
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: TZ - name: TZ

View File

@@ -63,6 +63,10 @@ node-feature-discovery:
requests: requests:
cpu: 20m cpu: 20m
memory: 60Mi memory: 60Mi
tolerations:
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
topologyUpdater: topologyUpdater:
enable: true enable: true
createCRDs: true createCRDs: true