funkwhale: Update to version 0.21.0
This commit is contained in:
parent
a607e68d80
commit
5fabd5c534
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
appVersion: "0.20.1"
|
appVersion: "0.21.0"
|
||||||
description: A social platform to enjoy and share music
|
description: A social platform to enjoy and share music
|
||||||
icon: https://funkwhale.audio/favicon.png
|
icon: https://funkwhale.audio/favicon.png
|
||||||
name: funkwhale
|
name: funkwhale
|
||||||
version: 0.2.7
|
version: 0.2.8
|
||||||
|
|
|
@ -40,6 +40,7 @@ data:
|
||||||
expires 30d;
|
expires 30d;
|
||||||
add_header Pragma public;
|
add_header Pragma public;
|
||||||
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
|
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
|
||||||
|
add_header Service-Worker-Allowed "/";
|
||||||
}
|
}
|
||||||
|
|
||||||
location /federation/ {
|
location /federation/ {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
---
|
---
|
||||||
image:
|
image:
|
||||||
repository: funkwhale/funkwhale
|
repository: funkwhale/funkwhale
|
||||||
tag: 0.20.1
|
tag: 0.21.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
nameOverride: ""
|
nameOverride: ""
|
||||||
|
|
Loading…
Reference in a new issue