Skip to content

Commit 538c3c3

Browse files
author
Jonathan S. Katz
committed
Partial revert of 317d9db and 25d67c1
Local testing is not matching what is occurring in the wild[1]. close CrunchyData#65 [1] CrunchyData@25d67c1#commitcomment-60853816
1 parent 25d67c1 commit 538c3c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: helm/install/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: pgo
33
description: Installer for PGO, the open source Postgres Operator from Crunchy Data
44
type: application
5-
version: 0.2.2
5+
version: 0.2.3
66
appVersion: 5.0.4

Diff for: helm/install/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ relatedImages:
2222
# singleNamespace determines how to install PGO to watch namesapces. If set to
2323
# false, PGO will watch for Postgres clusters in all namesapces Setting to
2424
# "true" will instruct PGO to only watch for Postgres clusters in the namespace
25-
# that it is installed in.
26-
# singleNamespace: false
25+
# that it is installed in. Defaults to the value below.
26+
singleNamespace: false
2727

2828
# debug allows you to enable or disable the "debug" level of logging.
2929
# Defaults to the value below.
30-
# debug: true
30+
debug: true

0 commit comments

Comments
 (0)