Skip to content

Commit 6598d45

Browse files
dsessler7tjmoore4
authored andcommitted
Aligning public installers with private installers.
[sc-16349]
1 parent d857919 commit 6598d45

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

helm/install/values.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
# controllerImages are used to run the PostgresCluster controllers.
2+
# controllerImages are used to run the operator's controllers.
3+
# The cluster image defined below runs the PostgresCluster and PGUpgrade controllers.
34
controllerImages:
4-
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:5.4.0-0
5+
cluster: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.4.0-0
56

6-
# relatedImages are used when an image is omitted from PostgresCluster specs or PGUpgrade specs.
7+
# relatedImages are used when an image is omitted from PostgresCluster or PGUpgrade specs.
78
relatedImages:
89
postgres_15:
910
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-0
@@ -40,6 +41,6 @@ debug: true
4041
# More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
4142
imagePullSecretNames: []
4243

43-
# Resource configuration of the PostgresCluster controllers.
44+
# Resource configuration of the PostgresCluster and PGUpgrade controllers.
4445
resources:
4546
controller: {}

kustomize/install/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bases:
1414
images:
1515
- name: postgres-operator
1616
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
17-
newTag: 5.4.0-0
17+
newTag: ubi8-5.4.0-0
1818

1919
patchesJson6902:
2020
- target: { group: apps, version: v1, kind: Deployment, name: pgo }

kustomize/install/singlenamespace/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bases:
1414
images:
1515
- name: postgres-operator
1616
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
17-
newTag: 5.4.0-0
17+
newTag: ubi8-5.4.0-0
1818

1919
patchesJson6902:
2020
- target: { group: apps, version: v1, kind: Deployment, name: pgo }

0 commit comments

Comments
 (0)