Skip to content

Commit

Permalink
Partial revert of 317d9db and 25d67c1
Browse files Browse the repository at this point in the history
Local testing is not matching what is occurring in the wild[1].

close CrunchyData#65
[1] CrunchyData@25d67c1#commitcomment-60853816
  • Loading branch information
Jonathan S. Katz committed Nov 25, 2021
1 parent 25d67c1 commit 538c3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/install/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions helm/install/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 538c3c3

Please sign in to comment.