From 54eb2602b5ef5ded3d7f8747cf5c1655ee94cfa5 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Thu, 2 Jan 2025 02:07:03 -0800 Subject: [PATCH] Bump version --- gitea-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea-deployment.yaml b/gitea-deployment.yaml index bcd76f8..a066f7f 100644 --- a/gitea-deployment.yaml +++ b/gitea-deployment.yaml @@ -22,7 +22,7 @@ spec: app: gitea spec: containers: - - image: gitea/gitea:1.21.10 + - image: gitea/gitea:1.22.6 name: gitea # command: ['sh','-c','echo "Container active" ; sleep 3600000'] envFrom: