From a606a9c8f9a54ec1214438a8e7513bc658401e0f Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 26 Mar 2024 05:15:17 +0100 Subject: [PATCH] chore(gitea): bump to 1.21.10 --- 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 5d336bf..1848178 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.5-rootless + image: gitea/gitea:1.21.10-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.5-rootless + image: gitea/gitea:1.21.10-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/setup.sh"] env: @@ -113,7 +113,7 @@ spec: readOnlyRootFilesystem: true containers: - name: gitea - image: gitea/gitea:1.21.5-rootless + image: gitea/gitea:1.21.10-rootless imagePullPolicy: IfNotPresent ports: - name: http