From 793193943e427771928bd924ec693f0aea7c6e03 Mon Sep 17 00:00:00 2001 From: Tanguy Herbron Date: Fri, 30 Jun 2023 23:40:11 +0200 Subject: [PATCH] fix(manifest): Fix container image version --- manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 47ba508..d355fe1 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -17,7 +17,7 @@ spec: subdomain: gitea containers: - name: gitea - image: gitea/server + image: gitea/gitea:1.19.3 ports: - containerPort: 80 env: