Skip to content

Commit 02e4649

Browse files
Merge pull request CrunchyData#322 from cahoonpwork/pre32
automated script version updates
2 parents 7ce1c86 + 9a82176 commit 02e4649

31 files changed

+77
-77
lines changed

bin/pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
P_IMAGE_PREFIX=registry-dev.crunchydata.com/crunchydata
1717
CO_IMAGE_PREFIX=crunchydata
18-
CO_IMAGE_TAG=centos7-3.1
18+
CO_IMAGE_TAG=centos7-3.2.0
1919

2020
for CNAME in pgo-rmdata pgo-load pgo-lspvc postgres-operator pgo-apiserver
2121
do

centos7/Dockerfile.pgo-apiserver.centos7

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
4-
PostgresVersion="10" \
5-
PostgresFullVersion="10.5" \
6-
Version="7.5" \
7-
Release="3.2.0" \
8-
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
9-
description="Crunchy Data PostgreSQL Operator - Apiserver"
4+
PostgresVersion="10" \
5+
PostgresFullVersion="10.5" \
6+
Version="7.5" \
7+
Release="3.2.0" \
8+
summary="Crunchy Data PostgreSQL Operator - Apiserver" \
9+
description="Crunchy Data PostgreSQL Operator - Apiserver"
1010

1111
ENV PGVERSION="10" PGDG_REPO="pgdg-centos10-10-2.noarch.rpm"
1212

centos7/Dockerfile.pgo-backrest.centos7

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
4-
PostgresVersion="10" \
5-
PostgresFullVersion="10.5" \
6-
Version="7.5" \
7-
Release="3.2.0" \
8-
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
9-
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
4+
PostgresVersion="10" \
5+
PostgresFullVersion="10.5" \
6+
Version="7.5" \
7+
Release="3.2.0" \
8+
summary="Crunchy Data PostgreSQL Operator - pgBackRest" \
9+
description="pgBackRest image that is integrated for use with Crunchy Data's PostgreSQL Operator."
1010

1111
RUN yum -y update && yum -y clean all
1212

centos7/Dockerfile.pgo-load.centos7

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ FROM centos:7
22

33
LABEL name="crunchydata/pgo-load" \
44
vendor="crunchy data" \
5-
PostgresVersion="10" \
6-
PostgresFullVersion="10.5" \
7-
Version="7.5" \
8-
Release="3.2.0" \
5+
PostgresVersion="10" \
6+
PostgresFullVersion="10.5" \
7+
Version="7.5" \
8+
Release="3.2.0" \
99
url="https://crunchydata.com" \
1010
summary="Crunchy Data PostgreSQL Operator - Load Data" \
1111
description="Loads a CSV or JSON file into the database." \

centos7/Dockerfile.pgo-lspvc.centos7

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
4-
Version="7.5" \
5-
Release="3.2.0" \
6-
summary="Crunchy Data PostgreSQL Operator - Display PVC" \
7-
description="Crunchy Data PostgreSQL Operator - Display contents of a PVC"
4+
Version="7.5" \
5+
Release="3.2.0" \
6+
summary="Crunchy Data PostgreSQL Operator - Display PVC" \
7+
description="Crunchy Data PostgreSQL Operator - Display contents of a PVC"
88

99
RUN yum -y update && yum -y clean all
1010

centos7/Dockerfile.pgo-rmdata.centos7

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
4-
Version="7.5" \
5-
Release="3.2.0" \
6-
summary="Crunchy Data PostgreSQL Operator - Remove Data" \
7-
description="Crunchy Data PostgreSQL Operator - Remove Data"
4+
Version="7.5" \
5+
Release="3.2.0" \
6+
summary="Crunchy Data PostgreSQL Operator - Remove Data" \
7+
description="Crunchy Data PostgreSQL Operator - Remove Data"
88

99
RUN yum -y update && yum -y clean all
1010

centos7/Dockerfile.postgres-operator.centos7

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM centos:7
22

33
LABEL Vendor="Crunchy Data Solutions" \
4-
PostgresVersion="10" \
5-
PostgresFullVersion="10.5" \
6-
Version="7.5" \
7-
Release="3.2.0" \
8-
summary="Crunchy Data PostgreSQL Operator" \
9-
description="Crunchy Data PostgreSQL Operator"
4+
PostgresVersion="10" \
5+
PostgresFullVersion="10.5" \
6+
Version="7.5" \
7+
Release="3.2.0" \
8+
summary="Crunchy Data PostgreSQL Operator" \
9+
description="Crunchy Data PostgreSQL Operator"
1010

1111
ENV PGVERSION="10" PGDG_REPO="pgdg-centos10-10-2.noarch.rpm"
1212

examples/pgo.yaml.emptydir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Pgo:
2525
LSPVCTemplate: /config/pgo.lspvc-template.json
2626
LoadTemplate: /config/pgo.load-template.json
2727
COImagePrefix: crunchydata
28-
COImageTag: centos7-3.1
28+
COImageTag: centos7-3.2.0

examples/pgo.yaml.hostpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Pgo:
2222
LSPVCTemplate: /config/pgo.lspvc-template.json
2323
LoadTemplate: /config/pgo.load-template.json
2424
COImagePrefix: crunchydata
25-
COImageTag: centos7-3.1
25+
COImageTag: centos7-3.2.0

examples/pgo.yaml.nfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Pgo:
2525
LSPVCTemplate: /config/pgo.lspvc-template.json
2626
LoadTemplate: /config/pgo.load-template.json
2727
COImagePrefix: crunchydata
28-
COImageTag: centos7-3.1
28+
COImageTag: centos7-3.2.0

0 commit comments

Comments
 (0)