Skip to content

Commit 3bba67f

Browse files
cahoonpworkJonathan S. Katz
authored andcommitted
updated for versions for PostgreSQL minor version (#925)
* updated version numbers, backrest 2.15, moved 3.5.x Operator to 2.4.x containers * pgo cli documentation updates * updated for versions for PostgreSQL minor version
1 parent f9f9127 commit 3bba67f

19 files changed

+29
-29
lines changed

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-11.4-2.4.2
19+
CCP_IMAGE_TAG=centos7-11.5-2.4.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="11" \
5-
PostgresFullVersion="11.4" \
5+
PostgresFullVersion="11.5" \
66
Version="7.6" \
77
Release="3.5.5" \
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="11" \
5-
PostgresFullVersion="11.4" \
5+
PostgresFullVersion="11.5" \
66
Version="7.6" \
77
Release="3.5.5" \
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="11" \
5-
PostgresFullVersion="11.4" \
5+
PostgresFullVersion="11.5" \
66
Version="7.6" \
77
Release="3.5.5" \
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="11" \
5-
PostgresFullVersion="11.4" \
5+
PostgresFullVersion="11.5" \
66
Version="7.6" \
77
Release="3.5.5" \
88
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \

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="11" \
6-
PostgresFullVersion="11.4" \
6+
PostgresFullVersion="11.5" \
77
Version="7.6" \
88
Release="3.5.5" \
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="11" \
5-
PostgresFullVersion="11.4" \
5+
PostgresFullVersion="11.5" \
66
Version="7.6" \
77
Release="3.5.5" \
88
summary="Crunchy Data PostgreSQL Operator" \

chart/postgres-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
env:
1111
debug: "true"
1212
ccp_image_prefix: "crunchydata"
13-
ccp_image_tag: "centos7-11.4-2.4.2"
13+
ccp_image_tag: "centos7-11.5-2.4.2"
1414
co_image_prefix: "crunchydata"
1515
co_image_tag: "centos7-3.5.5"
1616
tls_no_verify: false

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-11.4-2.4.2
7+
CCPImageTag: centos7-11.5-2.4.2
88
Port: 5432
99
User: testuser
1010
Database: userdb

conf/postgres-operator/pgo.yaml.quickstart

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Cluster:
2-
PrimaryNodeLabel:
3-
ReplicaNodeLabel:
4-
CCPImagePrefix: $CCP_IMAGE_PREFIX
2+
PrimaryNodeLabel:
3+
ReplicaNodeLabel:
4+
CCPImagePrefix: $CCP_IMAGE_PREFIX
55
Metrics: false
66
Badger: false
77
CCPImageTag: $CCP_IMAGE_TAG
@@ -39,13 +39,13 @@ Storage:
3939
StorageType: dynamic
4040
StorageClass: fast
4141
Fsgroup: 26
42-
DefaultContainerResources:
43-
DefaultLoadResources:
44-
DefaultLspvcResources:
45-
DefaultRmdataResources:
46-
DefaultBackupResources:
47-
DefaultPgbouncerResources:
48-
DefaultPgpoolResources:
42+
DefaultContainerResources:
43+
DefaultLoadResources:
44+
DefaultLspvcResources:
45+
DefaultRmdataResources:
46+
DefaultBackupResources:
47+
DefaultPgbouncerResources:
48+
DefaultPgpoolResources:
4949
ContainerResources:
5050
small:
5151
RequestsMemory: 512Mi
@@ -59,7 +59,7 @@ ContainerResources:
5959
LimitsCPU: 4.0
6060
Pgo:
6161
AutofailSleepSeconds: 9
62-
PreferredFailoverNode:
62+
PreferredFailoverNode:
6363
Audit: false
6464
LSPVCTemplate: /pgo-config/pgo.lspvc-template.json
6565
LoadTemplate: /pgo-config/pgo.load-template.json

0 commit comments

Comments
 (0)