Skip to content

Commit efb8f05

Browse files
authored
Merge pull request #3 from cybertec-postgresql/dev
update to 1.9 (cpo 0.5.0)
2 parents 7ffa2da + 60b67be commit efb8f05

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

setup/helm/operator/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
22
type: application
33
name: postgres-operator
4-
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator.
4+
description: Helm-Chart for setting up an instance of CYBERTEC's Postgres operator (CPO).
55

6-
appVersion: 0.2.0
7-
version: 0.2.0
6+
appVersion: 0.5.0
7+
version: 0.5.0
88
# Note: Make sure you have defined the correct version, based on the crd used

setup/helm/operator/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

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

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

0 commit comments

Comments
 (0)