Skip to content

Commit 9382fd9

Browse files
author
jmccormick2001
committed
update version number
1 parent 9e38754 commit 9382fd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apiservermsgs/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717

1818
import ()
1919

20-
const PGO_VERSION = "3.5.0-rc5"
20+
const PGO_VERSION = "3.5.0-rc6"
2121

2222
// Ok status
2323
const Ok = "ok"

conf/postgres-operator/pgo.yaml

Lines changed: 2 additions & 2 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: centos7-11.1-2.3.0-rc4
7+
CCPImageTag: centos7-11.1-2.3.0-rc5
88
Port: 5432
99
User: testuser
1010
Database: userdb
@@ -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: centos7-3.5.0-rc5
86+
COImageTag: centos7-3.5.0-rc6

0 commit comments

Comments
 (0)