Skip to content

Commit 0bdcb9a

Browse files
authoredMar 4, 2025··
fix(global): INFRA-912 upgrade postgres image to 16.8 (#5872)
* fix(global): INFRA-912 upgrade postgres image to 16.8 * fix(global): INFRA-912 rollback image push * chore(global): INFRA-912 rollback pr target at ci job
1 parent 52b7e00 commit 0bdcb9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.github/workflows/nodejs.condo.ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222
env:
2323
DOCKER_IMAGE: condo/condo-image:${{ github.event.pull_request.head.sha || github.sha }}
2424
DOCKER_IMAGE_FULL: ${{ secrets.DOCKER_REGISTRY }}/condo/condo-image:${{ github.event.pull_request.head.sha || github.sha }}
25-
PG_IMAGE_FULL: ${{ secrets.DOCKER_REGISTRY }}/doma/utils/postgres:16.4
25+
PG_IMAGE_FULL: ${{ secrets.DOCKER_REGISTRY }}/doma/utils/postgres:16.8
2626
REDIS_IMAGE_FULL: ${{ secrets.DOCKER_REGISTRY }}/doma/utils/redis:6.2
2727
REF: ${{ github.event.pull_request.head.sha || github.ref }}
2828

@@ -582,4 +582,4 @@ jobs:
582582
PROMETHEUS_RW_SERVER_URL: ${{ secrets.K6_PROMETHEUS_RW_SERVER_URL }}
583583
PROMETHEUS_USER: ${{ secrets.K6_PROMETHEUS_USER }}
584584
PROMETHEUS_PASSWORD: ${{ secrets.K6_PROMETHEUS_PASSWORD }}
585-
GH_REF_NAME: ${{ github.ref_name }}
585+
GH_REF_NAME: ${{ github.ref_name }}

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
x-postgres-common:
33
&postgres-common
4-
image: ${REGISTRY}postgres:16.4
4+
image: ${REGISTRY}postgres:16.8
55
user: postgres
66

77
services:

‎werf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ image: redisreview
368368
from: redis:6.2
369369
---
370370
image: preparepostgresreview
371-
from: postgres:16.6
371+
from: postgres:16.8
372372
shell:
373373
install:
374374
- "apt update -qq"

0 commit comments

Comments
 (0)
Please sign in to comment.