From cc7aef5212198db32dc2a8a69a261b16428731fd Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 3 Jan 2023 08:12:40 +0100 Subject: [PATCH] Bump Gitea to 1.18.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 0b3d464..a7573c1 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.17.2-rootless + image: gitea/gitea:1.18.0-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/init-directory-structure.sh"] env: @@ -53,7 +53,7 @@ spec: subPath: init-directory-structure.sh name: scripts - name: setup-gitea - image: gitea/gitea:1.17.2-rootless + image: gitea/gitea:1.18.0-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/setup.sh"] env: @@ -97,7 +97,7 @@ spec: readOnlyRootFilesystem: true containers: - name: gitea - image: gitea/gitea:1.17.2-rootless + image: gitea/gitea:1.18.0-rootless imagePullPolicy: Always ports: - name: http