From a58e2b4c7b6e0e6ecc1b999df22b1960bba2c446 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 10 Jan 2025 07:10:52 +0100 Subject: [PATCH] chore(gitea): bump to 1.23.0 --- 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 1848178..c4473e1 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.21.10-rootless + image: gitea/gitea:1.23.0-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.21.10-rootless + image: gitea/gitea:1.23.0-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/setup.sh"] env: @@ -113,7 +113,7 @@ spec: readOnlyRootFilesystem: true containers: - name: gitea - image: gitea/gitea:1.21.10-rootless + image: gitea/gitea:1.23.0-rootless imagePullPolicy: IfNotPresent ports: - name: http