From b7ca758169e1073bc78a8e9749be5e24731fff25 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Thu, 2 Jun 2022 19:36:40 +0200 Subject: [PATCH] Update Gitea image --- 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 bff496c..2902b29 100644 --- a/deploy/base/statefulset-gitea.yaml +++ b/deploy/base/statefulset-gitea.yaml @@ -26,7 +26,7 @@ spec: runAsGroup: 1000 initContainers: - name: init-gitea - image: gitea/gitea:1.16.7-rootless + image: gitea/gitea:1.16.8-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/init-directory-structure.sh"] env: @@ -49,7 +49,7 @@ spec: subPath: init-directory-structure.sh name: scripts - name: setup-gitea - image: gitea/gitea:1.16.7-rootless + image: gitea/gitea:1.16.8-rootless imagePullPolicy: IfNotPresent command: ["/usr/sbin/setup.sh"] env: @@ -93,7 +93,7 @@ spec: readOnlyRootFilesystem: true containers: - name: gitea - image: gitea/gitea:1.16.7-rootless + image: gitea/gitea:1.16.8-rootless imagePullPolicy: IfNotPresent ports: - name: http