Skip to content

Commit e0d6196

Browse files
authored
Ensure PGO image can be overriden in Helm (CrunchyData#57)
This has the PGO image match the same format of the other related images that can be loaded in via Helm. close CrunchyData#36
1 parent e36fe43 commit e0d6196

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: helm/install/templates/manager.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: operator
20-
image: "{{ .Values.image.repository }}/postgres-operator:{{ .Values.image.tag }}"
20+
image: "{{ .Values.image.image }}"
2121
env:
2222
- name: CRUNCHY_DEBUG
2323
value: "true"

Diff for: helm/install/values.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
## Provide image repository and tag
33
image:
4-
repository: registry.developers.crunchydata.com/crunchydata
5-
tag: ubi8-5.0.3-0
4+
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.3-0
65

76
relatedImages:
87
postgres_14:

0 commit comments

Comments
 (0)