Skip to content

Commit

Permalink
remove sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Nov 25, 2024
1 parent e847733 commit e90873f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion base/codeinsights-db/codeinsights-db.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
memory: "50Mi"
containers:
- name: codeinsights
image: index.docker.io/sourcegraph/postgressql-16-codeinsights:insiders@sha256:4e75b2c463ce1ef3bfeec4bb71a16693df02005e66b9e697859ce61064e08f42
image: index.docker.io/sourcegraph/postgressql-16-codeinsights:insiders
env:
- name: POSTGRES_DB
value: postgres
Expand Down
2 changes: 1 addition & 1 deletion base/codeintel-db/codeintel-db.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
memory: "50Mi"
containers:
- name: pgsql
image: index.docker.io/sourcegraph/postgres-16:insiders@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
image: index.docker.io/sourcegraph/postgres-16:insiders
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down
2 changes: 1 addition & 1 deletion base/pgsql/pgsql.Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
memory: "50Mi"
containers:
- env:
image: index.docker.io/sourcegraph/postgres-16:5.9.1590@sha256:3d5dd36e3af6b643903f507422be19ed1cb1f5f71c4541572d4a8a252e81aeb8
image: index.docker.io/sourcegraph/postgres-16:insiders
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down

0 comments on commit e90873f

Please sign in to comment.