From 9bba91ea444b3c17acb6bb1b32bb86742fea1108 Mon Sep 17 00:00:00 2001 From: Anish Lakhwara Date: Mon, 25 Nov 2024 14:05:22 -0800 Subject: [PATCH] double S fix --- base/codeinsights-db/codeinsights-db.Deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/codeinsights-db/codeinsights-db.Deployment.yaml b/base/codeinsights-db/codeinsights-db.Deployment.yaml index 53e26a3c40eb..439d3f53af8f 100644 --- a/base/codeinsights-db/codeinsights-db.Deployment.yaml +++ b/base/codeinsights-db/codeinsights-db.Deployment.yaml @@ -42,7 +42,7 @@ spec: memory: "50Mi" containers: - name: codeinsights - image: index.docker.io/sourcegraph/postgressql-16-codeinsights:insiders + image: index.docker.io/sourcegraph/postgresql-16-codeinsights:insiders env: - name: POSTGRES_DB value: postgres