Nginx + upload-sidecar installed. See docs/secrets.md for secret prerequisites (K8s + Gitea Actions). Install: helm upgrade --install git-pages ./git-pages -n {{ .Release.Namespace }} --create-namespace -f dev-values.yaml Host: https://{{ .Values.ingress.host }} Reports: https://{{ .Values.ingress.host }}/{owner}/{repo}/{branch}/{sha8}/{suite}/ Publish (CI): curl -X PUT \ -u publish: \ -H "Content-Type: application/tar+gz" \ --data-binary @report.tar.gz \ https://{{ .Values.ingress.host }}/{owner}/{repo}/{branch}/{sha8}/{suite}/ Upgrade: helm upgrade {{ .Release.Name }} ./git-pages -n {{ .Release.Namespace }} -f dev-values.yaml Uninstall: helm uninstall {{ .Release.Name }} -n {{ .Release.Namespace }}