Upgrading gitea

3 Apr 2023 15:53 kubernetes gitea

I’m running Gitea and ArgoCD on my K3s cluster, for some GitOps goodness. I noticed that Gitea 1.19.0 recently came out, with some features I want to try, such as Gitea Actions. Since I’m running 1.17.4, it’s time to upgrade.

Hopefully it’s as simple as the following:

helm repo update
helm upgrade gitea gitea-charts/gitea --namespace gitea --values values.yaml

…where values.yaml is from my original installation.

…10 minutes later…

Yep. Seems to have worked.