Update invidious values for mandatory hmac field.
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -53,3 +53,4 @@ config:
|
|||||||
full_refresh: false
|
full_refresh: false
|
||||||
https_only: false
|
https_only: false
|
||||||
domain:
|
domain:
|
||||||
|
hmac_key: placeholder
|
||||||
|
|||||||
Reference in New Issue
Block a user