diff --git a/charts/funkwhale/Chart.yaml b/charts/funkwhale/Chart.yaml index ea591f2..3bb7fe9 100644 --- a/charts/funkwhale/Chart.yaml +++ b/charts/funkwhale/Chart.yaml @@ -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 diff --git a/charts/funkwhale/templates/NOTES.txt b/charts/funkwhale/templates/NOTES.txt index 0ce6b5c..4169d05 100644 --- a/charts/funkwhale/templates/NOTES.txt +++ b/charts/funkwhale/templates/NOTES.txt @@ -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