diff --git a/cluster/apps/gitea/gitea-db.yml b/cluster/apps/gitea/gitea-db.yml index 2c5009a..6e100af 100644 --- a/cluster/apps/gitea/gitea-db.yml +++ b/cluster/apps/gitea/gitea-db.yml @@ -24,7 +24,7 @@ spec: mountPath: /var/lib/postgresql/data containers: - name: gitea-db - image: postgres:15.10 + image: postgres:15.13 ports: - containerPort: 5432 env: