Skip to content

Commit 47c9da1

Browse files
committed
Initial attempt at updating references for 2.6 release
1 parent 3d4208d commit 47c9da1

File tree

12 files changed

+24
-24
lines changed

12 files changed

+24
-24
lines changed

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="9.6" \
6-
PostgresFullVersion="9.6.6" \
6+
PostgresFullVersion="9.6.8" \
77
version="7.3" \
88
release="2.6" \
99
build-date="2018-03-30" \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cluster:
22
CCPImagePrefix: crunchydata
3-
CCPImageTag: centos7-10.3-1.8.1
3+
CCPImageTag: centos7-10.3-1.8.2
44
Port: 5432
55
User: testuser
66
Database: userdb

docs/design.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= postgres Operator Design
22
:toc:
3-
v2.5, {docdate}
3+
v2.6, {docdate}
44

55

66
image::crunchy_logo.png?raw=true[]

docs/gke-notes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= GKE Notes
22
:toc:
3-
v2.5, {docdate}
3+
v2.6, {docdate}
44

55
== Overview
66

docs/operator-docs.asciidoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -131,16 +131,16 @@ containers, you can pre-pull them as follows:
131131

132132
For PostgreSQL version 10:
133133
....
134-
docker pull crunchydata/crunchy-postgres:centos7-10.3-1.8.1
135-
docker pull crunchydata/crunchy-backup:centos7-10.3-1.8.1
136-
docker pull crunchydata/crunchy-upgrade:centos7-10.3-1.8.1
134+
docker pull crunchydata/crunchy-postgres:centos7-10.3-1.8.2
135+
docker pull crunchydata/crunchy-backup:centos7-10.3-1.8.2
136+
docker pull crunchydata/crunchy-upgrade:centos7-10.3-1.8.2
137137
....
138138

139139
For PostgreSQL version 9.6:
140140
....
141-
docker pull crunchydata/crunchy-postgres:centos7-9.6.8-1.8.1
142-
docker pull crunchydata/crunchy-backup:centos7-9.6.8-1.8.1
143-
docker pull crunchydata/crunchy-upgrade:centos7-9.6.8-1.8.1
141+
docker pull crunchydata/crunchy-postgres:centos7-9.6.8-1.8.2
142+
docker pull crunchydata/crunchy-backup:centos7-9.6.8-1.8.2
143+
docker pull crunchydata/crunchy-upgrade:centos7-9.6.8-1.8.2
144144
....
145145

146146
=== Get Prebuilt Images
@@ -543,7 +543,7 @@ The default pgo configuration file, included in
543543
....
544544
BasicAuth: true
545545
Cluster:
546-
CCPImageTag: centos7-10.3-1.8.1
546+
CCPImageTag: centos7-10.3-1.8.2
547547
Port: 5432
548548
User: testuser
549549
Database: userdb
@@ -595,7 +595,7 @@ Values in the pgo configuration file have the following meaning:
595595
|======================
596596
|Setting | Definition
597597
|BasicAuth | if set to *true* will enable Basic Authentication
598-
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.3-1.8.1), unless you override it using the --ccp-image-tag command line flag
598+
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.3-1.8.2), unless you override it using the --ccp-image-tag command line flag
599599
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
600600
|Cluster.User | the PostgreSQL normal user name
601601
|Cluster.Strategy | sets the deployment strategy to be used for deploying a cluster, currently there is only strategy *1*
@@ -858,7 +858,7 @@ pgo show cluster all
858858

859859
You can filter the results based on the Postgres Version:
860860
....
861-
pgo show cluster all --version=9.6.2
861+
pgo show cluster all --version=9.6.8
862862
....
863863

864864
You can also add metrics collection to a cluster by using the *--metrics*
@@ -877,7 +877,7 @@ based on the *pgo* configuration file's CCP_IMAGE_TAG setting. You
877877
can override this value using the *--ccp-image-tag* command line
878878
flag:
879879
....
880-
pgo create cluster mycluster --ccp-image-tag=centos7-9.6.5-1.6.0
880+
pgo create cluster mycluster --ccp-image-tag=centos7-9.6.8-1.8.2
881881
....
882882

883883
You can also add a pgpool deployment into a cluster by using the *--pgpool*
@@ -1019,7 +1019,7 @@ pgo show cluster all
10191019

10201020
You can filter the results by Postgres version:
10211021
....
1022-
pgo show cluster all --version=9.6.2
1022+
pgo show cluster all --version=9.6.8
10231023
....
10241024

10251025
The scale command will let you specify a *--node-label* flag which
@@ -1089,8 +1089,8 @@ job to know when and how to proceed.
10891089

10901090
Likewise, you can upgrade the cluster using a command line flag:
10911091
....
1092-
pgo upgrade mycluster --ccp-image-tag=centos7-9.6.8-1.8.1
1093-
pgo upgrade mycluster --upgrade-type=major --ccp-image-tag=centos7-9.6.8-1.8.1
1092+
pgo upgrade mycluster --ccp-image-tag=centos7-9.6.8-1.8.2
1093+
pgo upgrade mycluster --upgrade-type=major --ccp-image-tag=centos7-9.6.8-1.8.2
10941094
....
10951095

10961096

docs/operator-testing.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the following:
1717
* show backup of cluster (*pgo show backup testcluster*)
1818
* show backup pvc of cluster (*pgo show pvc testcluster-backup-pvc*)
1919
* restore a cluster (*pgo create cluster restoredcluster --backup-pvc=testcluster-backup-pvc --backup-path=testcluster-backups/2017-01-01-01-01-01 --secret-from=testcluster*)
20-
* create cluster using image tag (*pgo create minor --ccp-image-tag=cenots7-10.3-1.8.1*)
20+
* create cluster using image tag (*pgo create minor --ccp-image-tag=cenots7-10.3-1.8.2*)
2121
* minor upgrade a cluster (*pgo upgrade minor*)
2222
* delete a cluster (*pgo delete cluster restored --delete-data --delete-backups*)
2323
* create a policy from local file (*pgo create policy xrayapp --in-file=./examples/policy/xrayapp.sql*)

examples/pgo.yaml.emptydir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Namespace: demo
22
Cluster:
33
CCPImagePrefix: crunchydata
4-
CCPImageTag: centos7-10.3-1.8.1
4+
CCPImageTag: centos7-10.3-1.8.2
55
Port: 5432
66
User: testuser
77
Database: userdb

examples/pgo.yaml.hostpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Cluster:
2-
CCPImageTag: centos7-10.3-1.8.1
2+
CCPImageTag: centos7-10.3-1.8.2
33
Port: 5432
44
User: testuser
55
Database: userdb

examples/pgo.yaml.nfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cluster:
22
CCPImagePrefix: crunchydata
3-
CCPImageTag: centos7-10.3-1.8.1
3+
CCPImageTag: centos7-10.3-1.8.2
44
Port: 5432
55
User: testuser
66
Database: userdb

examples/pgo.yaml.storageclass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Cluster:
22
CCPImagePrefix: crunchydata
3-
CCPImageTag: centos7-10.3-1.8.1
3+
CCPImageTag: centos7-10.3-1.8.2
44
Port: 5432
55
User: testuser
66
Database: userdb

0 commit comments

Comments
 (0)