Skip to content

Commit

Permalink
fix name for new postgres images
Browse files Browse the repository at this point in the history
  • Loading branch information
Chickensoupwithrice committed Nov 25, 2024
1 parent e90873f commit d72efd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
image: index.docker.io/sourcegraph/postgresql-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:insiders
image: index.docker.io/sourcegraph/postgresql-16:insiders
terminationMessagePolicy: FallbackToLogsOnError
readinessProbe:
exec:
Expand Down

0 comments on commit d72efd9

Please sign in to comment.