diff --git a/charts/funkwhale/Chart.yaml b/charts/funkwhale/Chart.yaml index d8c5242..a41a73a 100644 --- a/charts/funkwhale/Chart.yaml +++ b/charts/funkwhale/Chart.yaml @@ -1,7 +1,7 @@ --- apiVersion: v1 -appVersion: "0.21.2" +appVersion: "1.0" description: A social platform to enjoy and share music icon: https://funkwhale.audio/favicon.png name: funkwhale -version: 0.3.4 +version: 0.3.5 diff --git a/charts/funkwhale/templates/NOTES.txt b/charts/funkwhale/templates/NOTES.txt index d1bfb2e..44f0cfa 100644 --- a/charts/funkwhale/templates/NOTES.txt +++ b/charts/funkwhale/templates/NOTES.txt @@ -1,21 +1,31 @@ -1. Get the application URL by running these commands: {{- if .Values.ingress.enabled }} -{{- range $host := .Values.ingress.hosts }} - {{- range .paths }} - http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ . }} - {{- end }} -{{- end }} +Your application should be available at the following URL: + http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $.Values.ingress.host }}/ {{- else if contains "NodePort" .Values.service.type }} +1. Get the application URL by running these commands: export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "funkwhale.fullname" . }}) export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT {{- else if contains "LoadBalancer" .Values.service.type }} +1. Get the application URL by running these commands: NOTE: It may take a few minutes for the LoadBalancer IP to be available. You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "funkwhale.fullname" . }}' export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "funkwhale.fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}') echo http://$SERVICE_IP:{{ .Values.service.port }} {{- else if contains "ClusterIP" .Values.service.type }} +1. Get the application URL by running these 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}") echo "Visit http://127.0.0.1:8080 to use your application" 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 diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 12784b5..b1cd23d 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,10 +1,10 @@ --- apiVersion: v1 -appVersion: "2.8.9" +appVersion: "2.9.2" description: | An IP address management (IPAM) and data center infrastructure management (DCIM) tool. NB; Not patched yet to support LDAP with v2.9, avoid updating for now if LDAP authentication is in use. icon: https://raw.githubusercontent.com/digitalocean/netbox/develop/netbox/project-static/img/netbox.ico name: netbox -version: 1.1.5 +version: 1.1.6