git-pages installed.

See docs/secrets.md for secret prerequisites (K8s + Gitea Actions).

Install:
  helm upgrade --install git-pages ./git-pages -n {{ .Release.Namespace }} -f dev-values.yaml

Host:     https://{{ .Values.ingress.host }}
Reports:  https://{{ .Values.ingress.host }}/{owner}/{repo}/reports/{sha8}/index.html

Publish (CI):
  PATCH https://{{ .Values.ingress.host }}/
  Authorization: Basic publish:<GIT_PAGES_PUBLISH_TOKEN>

Upgrade:   helm upgrade {{ .Release.Name }} ./git-pages -n {{ .Release.Namespace }} -f dev-values.yaml
Uninstall: helm uninstall {{ .Release.Name }} -n {{ .Release.Namespace }}
