diff --git a/clusters/cl01tl/platform/gitea/values.yaml b/clusters/cl01tl/platform/gitea/values.yaml index 7a762ffdb..0b82000c8 100644 --- a/clusters/cl01tl/platform/gitea/values.yaml +++ b/clusters/cl01tl/platform/gitea/values.yaml @@ -5,7 +5,7 @@ gitea: type: "Recreate" image: repository: gitea/gitea - tag: 1.23.4 + tag: 1.23.5 service: http: type: ClusterIP diff --git a/hosts/ps10rp/gitea/compose.yaml b/hosts/ps10rp/gitea/compose.yaml index 2c533d6b4..1ab48c20d 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.4 + image: gitea/gitea:1.23.5 container_name: gitea depends_on: - postgresql