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

Commit e90873f

Browse files
remove sha256
1 parent e847733 commit e90873f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base/codeinsights-db/codeinsights-db.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
memory: "50Mi"
4343
containers:
4444
- name: codeinsights
45-
image: index.docker.io/sourcegraph/postgressql-16-codeinsights:insiders@sha256:4e75b2c463ce1ef3bfeec4bb71a16693df02005e66b9e697859ce61064e08f42
45+
image: index.docker.io/sourcegraph/postgressql-16-codeinsights:insiders
4646
env:
4747
- name: POSTGRES_DB
4848
value: postgres

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@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
46+
image: index.docker.io/sourcegraph/postgres-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:5.9.1590@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
46+
image: index.docker.io/sourcegraph/postgres-16:insiders
4747
terminationMessagePolicy: FallbackToLogsOnError
4848
readinessProbe:
4949
exec:

0 commit comments

Comments
 (0)