Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions setup/helm/operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
type: application
name: postgres-operator
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator.
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO).

appVersion: 0.2.0
version: 0.2.0
appVersion: 0.5.0
version: 0.5.0
# Note: Make sure you have defined the correct version, based on the crd used
6 changes: 3 additions & 3 deletions setup/helm/operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---

# singleNamespace controls where PGO watches for PostgresClusters. When false,
# PGO watches for and responds to PostgresClusters in all namespaces. When true,
# PGO watches only the namespace in which it is installed.
# singleNamespace controls where CPO watches for PostgresClusters. When false,
# CPO watches for and responds to PostgresClusters in all namespaces. When true,
# CPO watches only the namespace in which it is installed.
singleNamespace: false

# debug allows you to enable or disable the "debug" level of logging.
Expand Down