File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed
installers/gcp-marketplace Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ metrics='false'
118118pod_anti_affinity='preferred'
119119sync_replication='false'
120120
121- # pgbadger Defaults
121+ # pgBadger Defaults
122122pgbadgerport='10000'
123123
124124# pgBackRest Defaults
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ MARKETPLACE_TOOLS ?= gcr.io/cloud-marketplace-tools/k8s/dev:$(MARKETPLACE_VERSIO
66MARKETPLACE_VERSION ?= 0.9.4
77KUBECONFIG ?= $(HOME ) /.kube/config
88PARAMETERS ?= {}
9- PGO_VERSION ?= 4.1.1
9+ PGO_VERSION ?= 4.2.0
1010
1111IMAGE_BUILD_ARGS = --build-arg MARKETPLACE_VERSION='$(MARKETPLACE_VERSION ) ' \
1212 --build-arg PGO_VERSION='$(PGO_VERSION ) '
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Install this application to a Google Kubernetes Engine cluster using Google Clou
5757 ``` shell
5858 IMAGE_REPOSITORY=gcr.io/crunchydata-public/postgres-operator
5959
60- export PGO_VERSION=4.1.1
60+ export PGO_VERSION=4.2.0
6161 export INSTALLER_IMAGE=${IMAGE_REPOSITORY} /deployer:${PGO_VERSION}
6262 export OPERATOR_IMAGE=${IMAGE_REPOSITORY} :${PGO_VERSION}
6363 export OPERATOR_IMAGE_API=${IMAGE_REPOSITORY} /pgo-apiserver:${PGO_VERSION}
Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ pgo_operator_namespace='${OPERATOR_NAMESPACE}'
1616namespace =' '
1717
1818ccp_image_prefix =' docker.io/crunchydata'
19- ccp_image_tag =' centos7-11.6-4.1.1'
19+ ccp_image_tag =' centos7-11.6-4.2.0'
20+ ccp_image_pull_secret =' '
21+ ccp_image_pull_secret_manifest =' '
2022pgo_image_prefix =' docker.io/crunchydata'
21- pgo_image_tag =' centos7-4.1.1 '
23+ pgo_image_tag =' centos7-4.2.0 '
2224
2325pgo_image =' ${OPERATOR_IMAGE}'
2426pgo_event_image =' ${OPERATOR_IMAGE_EVENT}'
@@ -27,15 +29,16 @@ pgo_scheduler_image='${OPERATOR_IMAGE_SCHEDULER}'
2729
2830# PGO Client Install
2931pgo_client_install =' false'
30- pgo_client_version =' v4.1.1 '
32+ pgo_client_version =' v4.2.0 '
3133
3234auto_failover =' true'
3335backrest =' true'
3436badger =' false'
3537metrics =' ${POSTGRES_METRICS}'
36- grafana_install = ' false '
37- prometheus_install =' false'
38+ pod_anti_affinity = ' preferred '
39+ sync_replication =' false'
3840
41+ # pgBadger Defaults
3942pgbadgerport =' 10000'
4043
4144# pgBackRest Defaults
@@ -102,3 +105,6 @@ resource1_limits_memory='${POSTGRES_MEM}Gi'
102105resource1_limits_cpu =' ${POSTGRES_CPU}m'
103106
104107exporterport =' 9187'
108+
109+ grafana_install =' false'
110+ prometheus_install =' false'
You can’t perform that action at this time.
0 commit comments