From 507bbc995747957addac22b4c3c2e90b04444f6f Mon Sep 17 00:00:00 2001 From: Kirill Trofimov Date: Wed, 25 Sep 2024 09:20:24 +0200 Subject: [PATCH] set proper path for executable, version bump --- Chart.yaml | 2 +- templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 040b506..03fbee6 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: invidious description: Invidious is an alternative front-end to YouTube -version: 1.1.5 +version: 1.1.6 appVersion: 0.20.1 keywords: - youtube diff --git a/templates/deployment.yaml b/templates/deployment.yaml index cb6491d..46ab527 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -60,7 +60,7 @@ spec: initialDelaySeconds: 15 - name: inv-sig-helper image: quay.io/invidious/inv-sig-helper:latest # TODO - command: ["--tcp", "0.0.0.0:12999"] + command: ["inv_sig_helper_rust", "--tcp", "0.0.0.0:12999"] env: - name: RUST_LOG value: info