@@ -35,7 +35,7 @@ create_rbac='true'
3535
3636# ===================
3737# PGO Settings
38- # The following settings configure the Crunchy PostgreSQL Operator
38+ # The following settings configure the Crunchy PostgreSQL Operator
3939# functionality.
4040# ===================
4141
@@ -62,15 +62,15 @@ namespace='pgouser1,pgouser2'
6262# CentOS7 images can be found in dockerhub: https://hub.docker.com/u/crunchydata
6363# RHEL7 images are available to Crunchy customers: https://access.crunchydata.com/login/
6464ccp_image_prefix='crunchydata'
65- ccp_image_tag='centos7-11.5-2.4.2 '
65+ ccp_image_tag='centos7-12.1-4.1.1 '
6666
6767# Crunchy PostgreSQL Operator images to use. The tags centos7 and rhel7 are acceptable.
6868pgo_image_prefix='crunchydata'
69- pgo_image_tag='centos7-4.1.0 '
69+ pgo_image_tag='centos7-4.1.1 '
7070
7171# PGO Client Install
7272pgo_client_install='true'
73- pgo_client_version='v4.1.0 '
73+ pgo_client_version='v4.1.1 '
7474
7575# PGO Apiserver TLS Settings
7676#pgo_tls_no_verify='false'
@@ -203,7 +203,7 @@ storage9_fs_group=26
203203# ==================
204204# Container Resource Configurations
205205# ==================
206- # Define container resource configurations that can be used to set CPU & memory requirements and limits
206+ # Define container resource configurations that can be used to set CPU & memory requirements and limits
207207# for containers created by the PGO. Also set default resource configs for various PGO container types.
208208
209209#default_container_resources=''
@@ -256,10 +256,10 @@ prometheus_install='false'
256256# ==================
257257# Namespace Cleanup
258258# ==================
259- # The following settings determine whether or not the PGO and metrics namespaces (defined using
259+ # The following settings determine whether or not the PGO and metrics namespaces (defined using
260260# inventory variables 'pgo_operator_namespace', 'namespace' and 'metrics_namespace') are deleted
261261# when deprovisioning. Please note that this will also result in the deletion of any non-PGO
262- # resources deployed in these namespaces, and cannot be undone. By default (and unless otherwise
262+ # resources deployed in these namespaces, and cannot be undone. By default (and unless otherwise
263263# specified using the variables below), all namespaces will be preserved when deprovisioning.
264264
265265#delete_operator_namespace='false'
0 commit comments