funkwhale: Update to version 0.21.0

This commit is contained in:
Alexander Olofsson 2020-04-24 11:26:46 +02:00
parent a607e68d80
commit 5fabd5c534
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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/ {

View file

@ -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: ""