Skip to content

Commit 6fb83e0

Browse files
Jonathan S. Katzjkatz
authored andcommitted
PostgreSQL 2020-02-13 cumulative update
Updated for PostgreSQL 12.2, 11.7, 10.12, 9.6.17, 9.5.21
1 parent 5150be0 commit 6fb83e0

34 files changed

+39
-39
lines changed

ansible/inventory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace='pgouser1,pgouser2'
6262
# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
6363
# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
6464
ccp_image_prefix='crunchydata'
65-
ccp_image_tag='centos7-12.1-4.1.2'
65+
ccp_image_tag='centos7-12.2-4.1.2'
6666

6767
# Crunchy PostgreSQL Operator images to use. The tags centos7 and rhel7 are acceptable.
6868
pgo_image_prefix='crunchydata'

bin/push-ccp-to-gcr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
GCR_IMAGE_PREFIX=gcr.io/crunchy-dev-test
1717

1818
CCP_IMAGE_PREFIX=crunchydata
19-
CCP_IMAGE_TAG=centos7-12.1-4.1.2
19+
CCP_IMAGE_TAG=centos7-12.2-4.1.2
2020

2121
IMAGES=(
2222
crunchy-prometheus

centos7/Dockerfile.pgo-apiserver.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="12" \
5-
PostgresFullVersion="12.1" \
5+
PostgresFullVersion="12.2" \
66
Version="7.7" \
77
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator - Apiserver" \

centos7/Dockerfile.pgo-backrest-repo.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="12" \
5-
PostgresFullVersion="12.1" \
5+
PostgresFullVersion="12.2" \
66
Version="7.7" \
77
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator - Apiserver" \

centos7/Dockerfile.pgo-backrest-restore.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="12" \
5-
PostgresFullVersion="12.1" \
5+
PostgresFullVersion="12.2" \
66
Version="7.7" \
77
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \

centos7/Dockerfile.pgo-backrest.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="12" \
5-
PostgresFullVersion="12.1" \
5+
PostgresFullVersion="12.2" \
66
Version="7.7" \
77
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \

centos7/Dockerfile.pgo-event.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="12" \
5-
PostgresFullVersion="12.1" \
5+
PostgresFullVersion="12.2" \
66
Version="7.7" \
77
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator - pgo-event" \

centos7/Dockerfile.pgo-load.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM centos:7
33
LABEL name="crunchydata/pgo-load" \
44
vendor="crunchy data" \
55
PostgresVersion="12" \
6-
PostgresFullVersion="12.1" \
6+
PostgresFullVersion="12.2" \
77
Version="7.7" \
88
Release="4.1.2" \
99
url="https://crunchydata.com" \

centos7/Dockerfile.postgres-operator.centos7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
44
PostgresVersion="12" \
5-
PostgresFullVersion="12.1" \
5+
PostgresFullVersion="12.2" \
66
Version="7.7" \
77
Release="4.1.2" \
88
summary="Crunchy Data PostgreSQL Operator" \

conf/postgres-operator/pgo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Cluster:
44
CCPImagePrefix: crunchydata
55
Metrics: false
66
Badger: false
7-
CCPImageTag: centos7-12.1-4.1.2
7+
CCPImageTag: centos7-12.2-4.1.2
88
Port: 5432
99
PGBadgerPort: 10000
1010
ExporterPort: 9187

0 commit comments

Comments
 (0)