Skip to content

Commit bf037d8

Browse files
authored
update pg version and operator version (#761)
1 parent b6bd466 commit bf037d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+63
-63
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.2-2.3.1
19+
CCP_IMAGE_TAG=centos7-11.3-2.3.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.2" \
5+
PostgresFullVersion="11.3" \
66
Version="7.6" \
77
Release="3.5.3" \
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.2" \
5+
PostgresFullVersion="11.3" \
66
Version="7.6" \
77
Release="3.5.3" \
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.2" \
5+
PostgresFullVersion="11.3" \
66
Version="7.6" \
77
Release="3.5.3" \
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.2" \
5+
PostgresFullVersion="11.3" \
66
Version="7.6" \
77
Release="3.5.3" \
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.2" \
6+
PostgresFullVersion="11.3" \
77
Version="7.6" \
88
Release="3.5.3" \
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.2" \
5+
PostgresFullVersion="11.3" \
66
Version="7.6" \
77
Release="3.5.3" \
88
summary="Crunchy Data PostgreSQL Operator" \

chart/postgres-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
description: CrunchyData Postgres Operator Helm chart
33
name: postgres-operator
4-
version: 0.4.0
5-
appVersion: 3.5.2
4+
version: 0.3.0
5+
appVersion: 3.5.3
66
keywords:
77
- postgres
88
- postgresql

chart/postgres-operator/files/postgres-operator/pgo.yaml

Lines changed: 2 additions & 2 deletions
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.2-2.3.1
7+
CCPImageTag: centos7-11.3-2.3.2
88
Port: 5432
99
User: testuser
1010
Database: userdb
@@ -92,4 +92,4 @@ Pgo:
9292
LSPVCTemplate: /pgo-config/pgo.lspvc-template.json
9393
LoadTemplate: /pgo-config/pgo.load-template.json
9494
COImagePrefix: crunchydata
95-
COImageTag: centos7-3.5.2
95+
COImageTag: centos7-3.5.3

chart/postgres-operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ replicaCount: 1
55

66
image:
77
repository: crunchydata/postgres-operator
8-
tag: centos7-3.5.2
8+
tag: centos7-3.5.3
99
pullPolicy: IfNotPresent
1010

1111
env:
1212
debug: "true"
1313
ccp_image_prefix: "crunchydata"
14-
ccp_image_tag: "centos7-11.2-2.3.1"
14+
ccp_image_tag: "centos7-11.3-2.3.2"
1515
co_image_prefix: "crunchydata"
16-
co_image_tag: "centos7-3.5.2"
16+
co_image_tag: "centos7-3.5.3"
1717
tls_no_verify: false
1818

1919
service:

0 commit comments

Comments
 (0)