Skip to content

Commit 90e5143

Browse files
fix: use new 16 postgres containers
1 parent 4a4bdaf commit 90e5143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base/sourcegraph/codeinsights-db/codeinsights-db.StatefulSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
runAsUser: 70
4646
containers:
4747
- name: codeinsights
48-
image: index.docker.io/sourcegraph/codeinsights-db:5.9.1590@sha256:4e75b2c463ce1ef3bfeec4bb71a16693df02005e66b9e697859ce61064e08f42
48+
image: index.docker.io/sourcegraph/postgresql-16-codeinsights:insiders@sha256:4e75b2c463ce1ef3bfeec4bb71a16693df02005e66b9e697859ce61064e08f42
4949
env:
5050
- name: POSTGRES_DB
5151
value: postgres

base/sourcegraph/codeintel-db/codeintel-db.StatefulSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
memory: "50Mi"
4646
containers:
4747
- name: pgsql
48-
image: index.docker.io/sourcegraph/codeintel-db:5.9.1590@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
48+
image: index.docker.io/sourcegraph/postgres-16:insiders@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
4949
terminationMessagePolicy: FallbackToLogsOnError
5050
readinessProbe:
5151
exec:

base/sourcegraph/pgsql/pgsql.StatefulSet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spec:
4646
memory: "50Mi"
4747
containers:
4848
- name: pgsql
49-
image: index.docker.io/sourcegraph/postgres-12-alpine:5.9.1590@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
49+
image: index.docker.io/sourcegraph/postgres-16:insiders@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
5050
terminationMessagePolicy: FallbackToLogsOnError
5151
readinessProbe:
5252
exec:

0 commit comments

Comments
 (0)