funkwhale: Update to 1.3.1
This commit is contained in:
parent
2b54ee7fac
commit
16114733ff
2 changed files with 2 additions and 9 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
apiVersion: v2
|
||||
appVersion: "1.3.0"
|
||||
appVersion: "1.3.1"
|
||||
description: A social platform to enjoy and share music
|
||||
icon: https://funkwhale.audio/favicon.png
|
||||
name: funkwhale
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
|
|
|
@ -19,13 +19,6 @@ Your application should be available at the following URL:
|
|||
kubectl port-forward $POD_NAME 8080:80
|
||||
{{- end }}
|
||||
|
||||
NB: For people upgrading to version 1.0, you may need to replace all the old
|
||||
thumbnails with updated ones.
|
||||
As the actions required for this differs between storage methods, it is left
|
||||
up to manual action.
|
||||
|
||||
https://docs.funkwhale.audio/changelog.html#increased-quality-of-jpeg-thumbnails-manual-action-required
|
||||
|
||||
To get a shell in the master pod, run the following commands;
|
||||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "funkwhale.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
|
||||
kubectl exec --namespace {{ .Release.Namespace }} -c funkwhale -it $POD_NAME -- bash
|
||||
|
|
Loading…
Reference in a new issue