For multiple charts we use a hardcoded postgres init container: ```yaml initContainers: - name: {{ .Release.Name }}-init-sequencer image: postgres:14 ``` We probably want to allow specifying your `.Values.imageRepo` for this postgres image