File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : pgo
3
3
description : Installer for PGO, the open source Postgres Operator from Crunchy Data
4
+
4
5
type : application
5
6
version : 0.2.5
6
7
appVersion : 5.1.0
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : operator
20
- image : " {{ .Values.image.image }} "
20
+ image : {{ required " .Values.controllerImages.cluster is required" .Values.controllerImages.cluster | quote }}
21
21
env :
22
22
- name : PGO_NAMESPACE
23
23
valueFrom :
Original file line number Diff line number Diff line change 1
1
---
2
- # # Provide image repository and tag
3
- image :
4
- image : registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.1.0-0
2
+ # controllerImages are used to run the PostgresCluster controller.
3
+ controllerImages :
4
+ cluster : registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.1.0-0
5
5
6
+ # relatedImages are used when an image is omitted from the PostgresCluster spec.
6
7
relatedImages :
7
8
postgres_14 :
8
9
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.2-1
@@ -20,12 +21,10 @@ relatedImages:
20
21
image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.16-2
21
22
pgexporter :
22
23
image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.0-0
23
-
24
24
25
- # singleNamespace determines how to install PGO to watch namesapces. If set to
26
- # false, PGO will watch for Postgres clusters in all namesapces Setting to
27
- # "true" will instruct PGO to only watch for Postgres clusters in the namespace
28
- # that it is installed in. Defaults to the value below.
25
+ # singleNamespace controls where PGO watches for PostgresClusters. When false,
26
+ # PGO watches for and responds to PostgresClusters in all namespaces. When true,
27
+ # PGO watches only the namespace in which it is installed.
29
28
singleNamespace : false
30
29
31
30
# debug allows you to enable or disable the "debug" level of logging.
You can’t perform that action at this time.
0 commit comments