You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -524,7 +524,7 @@ The default pgo configuration file, included in
524
524
....
525
525
Namespace: demo
526
526
Cluster:
527
-
CCPImageTag: centos7-10.2-1.8.0
527
+
CCPImageTag: centos7-10.3-1.8.1
528
528
Port: 5432
529
529
User: testuser
530
530
Database: userdb
@@ -565,7 +565,7 @@ Values in the pgo configuration file have the following meaning:
565
565
|======================
566
566
|Setting | Definition
567
567
|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
569
569
|Cluster.Port | the PostgreSQL port to use for new containers (e.g. 5432)
570
570
|Cluster.User | the PostgreSQL normal user name
571
571
|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.
981
981
982
982
Likewise, you can upgrade the cluster using a command line flag:
0 commit comments