diff --git a/apps/yt-dlp-webui/deployment.yaml b/apps/yt-dlp-webui/deployment.yaml index c135b3e11..7b9de0515 100644 --- a/apps/yt-dlp-webui/deployment.yaml +++ b/apps/yt-dlp-webui/deployment.yaml @@ -29,7 +29,7 @@ spec: type: "RuntimeDefault" initContainers: - name: "seed" - image: "ghcr.io/marcopiovanello/yt-dlp-web-ui:latest@sha256:03a297e75235c42cfdef00ecb6395821903186bcfabcde32eb709c9450de8a97" + image: "ghcr.io/marcopiovanello/yt-dlp-web-ui:latest@sha256:58919c481f639f6b8dbbef6d32497a221b3465b73dcfe8efb53daa68b59819d3" imagePullPolicy: "IfNotPresent" command: ["mkdir", "-p", "/storage/downloads"] securityContext: @@ -54,7 +54,7 @@ spec: mountPath: "/storage" containers: - name: "yt-dlp-webui" - image: "ghcr.io/marcopiovanello/yt-dlp-web-ui:latest@sha256:03a297e75235c42cfdef00ecb6395821903186bcfabcde32eb709c9450de8a97" + image: "ghcr.io/marcopiovanello/yt-dlp-web-ui:latest@sha256:58919c481f639f6b8dbbef6d32497a221b3465b73dcfe8efb53daa68b59819d3" imagePullPolicy: "IfNotPresent" securityContext: runAsUser: 44412