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