From a19a55318d4a37bbc09447e00f97d53afce7ce75 Mon Sep 17 00:00:00 2001 From: James Pace Date: Sun, 28 Jan 2024 11:12:24 -0500 Subject: [PATCH] update keycloak. --- infra-cluster/gitea/manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra-cluster/gitea/manifests/deployment.yaml b/infra-cluster/gitea/manifests/deployment.yaml index e0a1fea..70b9724 100644 --- a/infra-cluster/gitea/manifests/deployment.yaml +++ b/infra-cluster/gitea/manifests/deployment.yaml @@ -18,7 +18,7 @@ spec: spec: containers: - name: gitea-app - image: docker.io/gitea/gitea:1.19.0 + image: docker.io/gitea/gitea:1.21.4 ports: - containerPort: 3000 - containerPort: 2222