Update invidious values for mandatory hmac field.

This commit is contained in:
2023-07-08 22:05:02 +12:00
parent 4b6dd7c4e3
commit 4e5ea8cff8
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
name: invidious name: invidious
description: A helm chart for deploying invidious youtube front-end on kubernetes. description: A helm chart for deploying invidious youtube front-end on kubernetes.
version: 1.1.2 version: 1.1.3
appVersion: 0.20.1 appVersion: 0.20.1
dependencies: dependencies:
- name: postgresql - name: postgresql

View File

@ -39,5 +39,6 @@ helm upgrade --install -n jamma-invidious jamma-invidious . \
--set "ingress.hosts[0].paths[0].path=/" \ --set "ingress.hosts[0].paths[0].path=/" \
--set "ingress.hosts[0].paths[0].pathType=Prefix" \ --set "ingress.hosts[0].paths[0].pathType=Prefix" \
--set "ingress.tls[0].hosts[0]=invidious.jamma.dev" \ --set "ingress.tls[0].hosts[0]=invidious.jamma.dev" \
--set "ingress.tls[0].secretName=tls-jamma-invidious" --set "ingress.tls[0].secretName=tls-jamma-invidious" \
--set "config.hmac_key=$(openssl rand -hex 20)"
#+end_src #+end_src

View File

@ -53,3 +53,4 @@ config:
full_refresh: false full_refresh: false
https_only: false https_only: false
domain: domain:
hmac_key: placeholder