From 538c3c3049b9cc05b3c5dd128b47fbffad8d9a43 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 25 Nov 2021 10:44:47 -0500 Subject: [PATCH] Partial revert of 317d9db7 and 25d67c12 Local testing is not matching what is occurring in the wild[1]. close #65 [1] https://github.com/CrunchyData/postgres-operator-examples/commit/25d67c12b8d05eb5539f71aecf50e6cafb1b2e51#commitcomment-60853816 --- helm/install/Chart.yaml | 2 +- helm/install/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/install/Chart.yaml b/helm/install/Chart.yaml index 0be841ec..988ce8d2 100644 --- a/helm/install/Chart.yaml +++ b/helm/install/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: pgo description: Installer for PGO, the open source Postgres Operator from Crunchy Data type: application -version: 0.2.2 +version: 0.2.3 appVersion: 5.0.4 diff --git a/helm/install/values.yaml b/helm/install/values.yaml index 42eba676..d3fdcc25 100644 --- a/helm/install/values.yaml +++ b/helm/install/values.yaml @@ -22,9 +22,9 @@ relatedImages: # singleNamespace determines how to install PGO to watch namesapces. If set to # false, PGO will watch for Postgres clusters in all namesapces Setting to # "true" will instruct PGO to only watch for Postgres clusters in the namespace -# that it is installed in. -# singleNamespace: false +# that it is installed in. Defaults to the value below. +singleNamespace: false # debug allows you to enable or disable the "debug" level of logging. # Defaults to the value below. -# debug: true +debug: true