From 4fd4611c196b3c842dcefdad1e95c468b42c496c Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Sun, 17 Jul 2022 00:46:54 +0200 Subject: [PATCH] feat: bump freac --- cluster/apps/media/music_transcode/cronjob.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cluster/apps/media/music_transcode/cronjob.yaml b/cluster/apps/media/music_transcode/cronjob.yaml index 19d711c60..e1d2d8c69 100644 --- a/cluster/apps/media/music_transcode/cronjob.yaml +++ b/cluster/apps/media/music_transcode/cronjob.yaml @@ -21,7 +21,7 @@ spec: initContainers: containers: - name: transcode-incremental - image: ghcr.io/auricom/freac:v1.1.6@sha256:8dfb5026b4567697b91ca44fb6d0a012aedc1b9d4ece239c0f2a686d0df3f57c + image: ghcr.io/auricom/freac:v1.1.6@sha256:c4d182b82de99f4a738dd300c30c32d893eafaa414fe8e8bb4a0051bdd4060f5 imagePullPolicy: IfNotPresent env: - name: TRANSCODE_INPUT_DIR @@ -36,6 +36,8 @@ spec: - | #!/bin/bash + export LD_LIBRARY_PATH="/app" + curl --location raw.githubusercontent.com/auricom/home-ops/main/scripts/transcode_music/transcode.bash --output /tmp/transcode.bash chmod a+x /tmp/transcode.bash curl --location raw.githubusercontent.com/auricom/home-ops/main/scripts/transcode_music/transcode_exclude.cfg --output /tmp/transcode_exclude.cfg