Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit d72efd9

Browse files
fix name for new postgres images
1 parent e90873f commit d72efd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

base/codeintel-db/codeintel-db.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
memory: "50Mi"
4444
containers:
4545
- name: pgsql
46-
image: index.docker.io/sourcegraph/postgres-16:insiders
46+
image: index.docker.io/sourcegraph/postgresql-16:insiders
4747
terminationMessagePolicy: FallbackToLogsOnError
4848
readinessProbe:
4949
exec:

base/pgsql/pgsql.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
memory: "50Mi"
4444
containers:
4545
- env:
46-
image: index.docker.io/sourcegraph/postgres-16:insiders
46+
image: index.docker.io/sourcegraph/postgresql-16:insiders
4747
terminationMessagePolicy: FallbackToLogsOnError
4848
readinessProbe:
4949
exec:

0 commit comments

Comments
 (0)