Skip to content

Commit 8649ac0

Browse files
Merge pull request #127 from crunchyjohn/master
Update references for new container image tags
2 parents 4e63d51 + c90ea1c commit 8649ac0

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

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

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.1-1.7.0
4+
CCPImageTag: centos7-10.3-1.8.1
55
Port: 5432
66
PrimaryPassword: password
77
User: testuser

conf/apiserver/pgo.yaml

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.2-1.8.0
4+
CCPImageTag: centos7-10.3-1.8.1
55
Port: 5432
66
User: testuser
77
Database: userdb

docs/operator-docs.asciidoc

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

130130
For PostgreSQL version 10.1:
131131
....
132-
docker pull crunchydata/crunchy-postgres:centos7-10.2-1.8.0
133-
docker pull crunchydata/crunchy-backup:centos7-10.2-1.8.0
134-
docker pull crunchydata/crunchy-upgrade:centos7-10.2-1.8.0
132+
docker pull crunchydata/crunchy-postgres:centos7-10.3-1.8.1
133+
docker pull crunchydata/crunchy-backup:centos7-10.3-1.8.1
134+
docker pull crunchydata/crunchy-upgrade:centos7-10.3-1.8.1
135135
....
136136

137137
For PostgreSQL version 9.6:
138138
....
139-
docker pull crunchydata/crunchy-postgres:centos7-9.6.6-1.7.1
140-
docker pull crunchydata/crunchy-backup:centos7-9.6.6-1.7.1
141-
docker pull crunchydata/crunchy-upgrade:centos7-9.6.6-1.7.1
139+
docker pull crunchydata/crunchy-postgres:centos7-9.6.8-1.8.1
140+
docker pull crunchydata/crunchy-backup:centos7-9.6.8-1.8.1
141+
docker pull crunchydata/crunchy-upgrade:centos7-9.6.8-1.8.1
142142
....
143143

144144
=== Get Prebuilt Images
@@ -524,7 +524,7 @@ The default pgo configuration file, included in
524524
....
525525
Namespace: demo
526526
Cluster:
527-
CCPImageTag: centos7-10.2-1.8.0
527+
CCPImageTag: centos7-10.3-1.8.1
528528
Port: 5432
529529
User: testuser
530530
Database: userdb
@@ -565,7 +565,7 @@ Values in the pgo configuration file have the following meaning:
565565
|======================
566566
|Setting | Definition
567567
|Namespace | the namespace the Operator will run within
568-
|Cluster.CCPImageTag |newly created containers will be based on this image version (e.g. centos7-10.1-1.7.0), unless you override it using the --ccp-image-tag command line flag
568+
|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
569569
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
570570
|Cluster.User | the PostgreSQL normal user name
571571
|Cluster.Strategy | sets the deployment strategy to be used for deploying a cluster, currently there is only strategy *1*
@@ -981,8 +981,8 @@ job to know when and how to proceed.
981981

982982
Likewise, you can upgrade the cluster using a command line flag:
983983
....
984-
pgo upgrade mycluster --ccp-image-tag=centos7-9.6.6-1.7.0
985-
pgo upgrade mycluster --upgrade-type=major --ccp-image-tag=centos7-9.6.6-1.7.0
984+
pgo upgrade mycluster --ccp-image-tag=centos7-9.6.8-1.8.1
985+
pgo upgrade mycluster --upgrade-type=major --ccp-image-tag=centos7-9.6.8-1.8.1
986986
....
987987

988988

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.2-1.8.0
4+
CCPImageTag: centos7-10.3-1.8.1
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,6 +1,6 @@
11
Namespace: demo
22
Cluster:
3-
CCPImageTag: centos7-10.2-1.8.0
3+
CCPImageTag: centos7-10.3-1.8.1
44
Port: 5432
55
User: testuser
66
Database: userdb

examples/pgo.yaml.nfs

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.2-1.8.0
4+
CCPImageTag: centos7-10.3-1.8.1
55
Port: 5432
66
User: testuser
77
Database: userdb

examples/pgo.yaml.storageclass

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.2-1.8.0
4+
CCPImageTag: centos7-10.3-1.8.1
55
Port: 5432
66
User: testuser
77
Database: userdb

0 commit comments

Comments
 (0)