Skip to content

Commit

Permalink
update postgrest
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianH committed May 21, 2024
1 parent c6c6509 commit 040c501
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions kubernetes/mainnet/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
spec:
containers:
- name: postgrest
image: postgrest/postgrest:v8.0.0.20211102
image: postgrest/postgrest:latest
ports:
- containerPort: 3000
imagePullPolicy: Always
Expand Down Expand Up @@ -162,7 +162,7 @@ spec:
spec:
containers:
- name: postgrest-download
image: postgrest/postgrest:v8.0.0.20211102
image: postgrest/postgrest:latest
ports:
- containerPort: 3000
imagePullPolicy: Always
Expand Down Expand Up @@ -192,7 +192,7 @@ spec:
spec:
containers:
- name: casperparser-db
image: postgres:15
image: postgres:16
ports:
- containerPort: 5432
env:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/testnet/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ spec:
spec:
containers:
- name: postgrest-testnet
image: postgrest/postgrest:v8.0.0.20211102
image: postgrest/postgrest:latest
ports:
- containerPort: 3000
imagePullPolicy: Always
Expand Down Expand Up @@ -162,7 +162,7 @@ spec:
spec:
containers:
- name: postgrest-download-testnet
image: postgrest/postgrest:v8.0.0.20211102
image: postgrest/postgrest:latest
ports:
- containerPort: 3000
imagePullPolicy: Always
Expand Down

0 comments on commit 040c501

Please sign in to comment.