We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e38754 commit 9382fd9Copy full SHA for 9382fd9
apiservermsgs/common.go
@@ -17,7 +17,7 @@ limitations under the License.
17
18
import ()
19
20
-const PGO_VERSION = "3.5.0-rc5"
+const PGO_VERSION = "3.5.0-rc6"
21
22
// Ok status
23
const Ok = "ok"
conf/postgres-operator/pgo.yaml
@@ -4,7 +4,7 @@ Cluster:
4
CCPImagePrefix: crunchydata
5
Metrics: false
6
Badger: false
7
- CCPImageTag: centos7-11.1-2.3.0-rc4
+ CCPImageTag: centos7-11.1-2.3.0-rc5
8
Port: 5432
9
User: testuser
10
Database: userdb
@@ -83,4 +83,4 @@ Pgo:
83
LSPVCTemplate: /pgo-config/pgo.lspvc-template.json
84
LoadTemplate: /pgo-config/pgo.load-template.json
85
COImagePrefix: crunchydata
86
- COImageTag: centos7-3.5.0-rc5
+ COImageTag: centos7-3.5.0-rc6
0 commit comments