Skip to content

Commit ef9af8c

Browse files
Jonathan S. Katzcbandy
authored andcommitted
Update installer for GCP Marketplace for v4.2.0
This ensures we are set up for the marketplace with the latest version of the Operator. Co-authored-by: Chris Bandy <[email protected]> Issue: [ch6634]
1 parent ed87635 commit ef9af8c

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

ansible/inventory

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ metrics='false'
118118
pod_anti_affinity='preferred'
119119
sync_replication='false'
120120

121-
# pgbadger Defaults
121+
# pgBadger Defaults
122122
pgbadgerport='10000'
123123

124124
# pgBackRest Defaults

installers/gcp-marketplace/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MARKETPLACE_TOOLS ?= gcr.io/cloud-marketplace-tools/k8s/dev:$(MARKETPLACE_VERSIO
66
MARKETPLACE_VERSION ?= 0.9.4
77
KUBECONFIG ?= $(HOME)/.kube/config
88
PARAMETERS ?= {}
9-
PGO_VERSION ?= 4.1.1
9+
PGO_VERSION ?= 4.2.0
1010

1111
IMAGE_BUILD_ARGS = --build-arg MARKETPLACE_VERSION='$(MARKETPLACE_VERSION)' \
1212
--build-arg PGO_VERSION='$(PGO_VERSION)'

installers/gcp-marketplace/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

installers/gcp-marketplace/inventory.ini

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ pgo_operator_namespace='${OPERATOR_NAMESPACE}'
1616
namespace=''
1717

1818
ccp_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=''
2022
pgo_image_prefix='docker.io/crunchydata'
21-
pgo_image_tag='centos7-4.1.1'
23+
pgo_image_tag='centos7-4.2.0'
2224

2325
pgo_image='${OPERATOR_IMAGE}'
2426
pgo_event_image='${OPERATOR_IMAGE_EVENT}'
@@ -27,15 +29,16 @@ pgo_scheduler_image='${OPERATOR_IMAGE_SCHEDULER}'
2729

2830
# PGO Client Install
2931
pgo_client_install='false'
30-
pgo_client_version='v4.1.1'
32+
pgo_client_version='v4.2.0'
3133

3234
auto_failover='true'
3335
backrest='true'
3436
badger='false'
3537
metrics='${POSTGRES_METRICS}'
36-
grafana_install='false'
37-
prometheus_install='false'
38+
pod_anti_affinity='preferred'
39+
sync_replication='false'
3840

41+
# pgBadger Defaults
3942
pgbadgerport='10000'
4043

4144
# pgBackRest Defaults
@@ -102,3 +105,6 @@ resource1_limits_memory='${POSTGRES_MEM}Gi'
102105
resource1_limits_cpu='${POSTGRES_CPU}m'
103106

104107
exporterport='9187'
108+
109+
grafana_install='false'
110+
prometheus_install='false'

0 commit comments

Comments
 (0)