funkwhale: Update to 1.3.1

This commit is contained in:
Alexander Olofsson 2023-06-28 06:18:16 +02:00
parent 2b54ee7fac
commit 16114733ff
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 9 deletions

View file

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

View file

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