diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index 7eba6c3fb..27215f84c 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -4,7 +4,7 @@ gitea: replicaCount: 3 image: repository: gitea/gitea - tag: 1.25.2 + tag: 1.25.3 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 5adcc9322..bdc884c90 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -33,7 +33,7 @@ services: - postgresql18:/var/lib/postgresql gitea: - image: gitea/gitea:1.25.2 + image: gitea/gitea:1.25.3 container_name: gitea depends_on: - postgresql