Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Jul 28, 2020
1 parent d1c0d93 commit 875b48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/waitForPostgres.ts
Expand Up @@ -11,7 +11,7 @@ export const waitForPostgres = ({
}: WaitForPostgresParams): IIoK8sApiCoreV1Container => {
return {
name: "wait-for-postgres",
image: `registry.gitlab.factory.social.gouv.fr/socialgouv/docker/wait_for_postgres:1.49.0`,
image: `registry.gitlab.factory.social.gouv.fr/socialgouv/docker/wait-for-postgres:1.50.0`,
imagePullPolicy: "Always",
resources: {
requests: {
Expand Down

0 comments on commit 875b48d

Please sign in to comment.