diff --git a/cluster/apps/gitea/gitea-db.yml b/cluster/apps/gitea/gitea-db.yml index b5fcedc..013ba4a 100644 --- a/cluster/apps/gitea/gitea-db.yml +++ b/cluster/apps/gitea/gitea-db.yml @@ -22,7 +22,7 @@ spec: mountPath: /var/lib/postgresql/data containers: - name: gitea-db - image: postgres:15.10 + image: postgres:15.13 ports: - containerPort: 5432 env: