diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index ca6ceee33..5f15e8e11 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -9,7 +9,7 @@ gitea: maxUnavailable: 0 image: repository: gitea/gitea - tag: 1.23.6 + tag: 1.23.7 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index cdc2e3dea..8218348cb 100644 --- a/hosts/ps10rp/gitea/compose.yaml +++ b/hosts/ps10rp/gitea/compose.yaml @@ -33,7 +33,7 @@ services: - postgresql:/var/lib/postgresql/data gitea: - image: gitea/gitea:1.23.6 + image: gitea/gitea:1.23.7 container_name: gitea depends_on: - postgresql