We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36fe43 commit e0d6196Copy full SHA for e0d6196
helm/install/templates/manager.yaml
@@ -17,7 +17,7 @@ spec:
17
spec:
18
containers:
19
- name: operator
20
- image: "{{ .Values.image.repository }}/postgres-operator:{{ .Values.image.tag }}"
+ image: "{{ .Values.image.image }}"
21
env:
22
- name: CRUNCHY_DEBUG
23
value: "true"
helm/install/values.yaml
@@ -1,8 +1,7 @@
1
---
2
## Provide image repository and tag
3
image:
4
- repository: registry.developers.crunchydata.com/crunchydata
5
- tag: ubi8-5.0.3-0
+ image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.3-0
6
7
relatedImages:
8
postgres_14:
0 commit comments