Update invidious values for mandatory hmac field.
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
			
		||||
apiVersion: v2
 | 
			
		||||
name: invidious
 | 
			
		||||
description: A helm chart for deploying invidious youtube front-end on kubernetes.
 | 
			
		||||
version: 1.1.2
 | 
			
		||||
version: 1.1.3
 | 
			
		||||
appVersion: 0.20.1
 | 
			
		||||
dependencies:
 | 
			
		||||
  - 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].pathType=Prefix" \
 | 
			
		||||
    --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
 | 
			
		||||
 | 
			
		||||
@ -53,3 +53,4 @@ config:
 | 
			
		||||
  full_refresh: false
 | 
			
		||||
  https_only: false
 | 
			
		||||
  domain:
 | 
			
		||||
  hmac_key: placeholder
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user