From 71027364e1b68ecf476132eb3408679525c2d2d4 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 24 Mar 2025 21:54:21 +0100 Subject: [PATCH] chore(gitea): bump to 1.23.5 --- deploy/base/statefulset-gitea.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/base/statefulset-gitea.yaml b/deploy/base/statefulset-gitea.yaml index c4473e1..f7c2c3a 100644 --- a/deploy/base/statefulset-gitea.yaml +++ b/deploy/base/statefulset-gitea.yaml @@ -30,7 +30,7 @@ spec: runAsGroup: 1000 initContainers: - name: init-gitea - image: gitea/gitea:1.23.0-rootless + image: gitea/gitea:1.23.5-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/init-directory-structure.sh"] env: @@ -62,7 +62,7 @@ spec: securityContext: readOnlyRootFilesystem: true - name: setup-gitea - image: gitea/gitea:1.23.0-rootless + image: gitea/gitea:1.23.5-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/setup.sh"] env: @@ -113,7 +113,7 @@ spec: readOnlyRootFilesystem: true containers: - name: gitea - image: gitea/gitea:1.23.0-rootless + image: gitea/gitea:1.23.5-rootless imagePullPolicy: IfNotPresent ports: - name: http