Skip to content

Commit 04a8097

Browse files
author
jmccormick2001
committed
update version numbers to 3.5.0
1 parent 3126e5c commit 04a8097

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

conf/postgres-operator/pgo.yaml

Lines changed: 7 additions & 7 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: rhel7-9.6.11-2.3.0-rc6
7+
CCPImageTag: centos7-11.1-2.3.0
88
Port: 5432
99
User: testuser
1010
Database: userdb
@@ -21,11 +21,11 @@ Cluster:
2121
AutofailReplaceReplica: false
2222
LogStatement: none
2323
LogMinDurationStatement: 60000
24-
PrimaryStorage: storageos
25-
XlogStorage: storageos
26-
BackupStorage: storageos
27-
ReplicaStorage: storageos
28-
BackrestStorage: storageos
24+
PrimaryStorage: hostpathstorage
25+
XlogStorage: hostpathstorage
26+
BackupStorage: hostpathstorage
27+
ReplicaStorage: hostpathstorage
28+
BackrestStorage: hostpathstorage
2929
Storage:
3030
hostpathstorage:
3131
AccessMode: ReadWriteMany
@@ -83,4 +83,4 @@ Pgo:
8383
LSPVCTemplate: /pgo-config/pgo.lspvc-template.json
8484
LoadTemplate: /pgo-config/pgo.load-template.json
8585
COImagePrefix: crunchydata
86-
COImageTag: rhel7-3.5.0-rc8
86+
COImageTag: centos7-3.5.0

examples/load/sample-json-load-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COImagePrefix: crunchydata
2-
COImageTag: rhel7-3.5.0-rc8
2+
COImageTag: centos7-3.5.0
33
DbDatabase: userdb
44
DbUser: postgres
55
DbPort: 5432

examples/load/sample-load-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
COImagePrefix: crunchydata
2-
COImageTag: rhel7-3.5.0-rc3
2+
COImageTag: centos7-3.5.0
33
DbDatabase: userdb
44
DbUser: postgres
55
DbPort: 5432

0 commit comments

Comments
 (0)