Skip to content

Commit

Permalink
set proper path for executable, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rhard committed Sep 25, 2024
1 parent 1daf19c commit 507bbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 507bbc9

Please sign in to comment.