Unverified Commit e0d6196b authored by Jonathan S. Katz's avatar Jonathan S. Katz Committed by GitHub
Browse files

Ensure PGO image can be overriden in Helm (#57)

This has the PGO image match the same format of the other
related images that can be loaded in via Helm.

close #36
parent e36fe433
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ spec:
    spec:
      containers:
      - name: operator
        image: "{{ .Values.image.repository }}/postgres-operator:{{ .Values.image.tag }}"
        image: "{{ .Values.image.image }}"
        env:
        - name: CRUNCHY_DEBUG
          value: "true"
+1 −2
Original line number Diff line number Diff line
---
## Provide image repository and tag
image:
  repository: registry.developers.crunchydata.com/crunchydata
  tag: ubi8-5.0.3-0
  image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.3-0

relatedImages:
  postgres_14: