Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm charts: hardcoded dockerhub postgres:14 #122

Open
sgatewood-da opened this issue Oct 2, 2024 · 0 comments
Open

helm charts: hardcoded dockerhub postgres:14 #122

sgatewood-da opened this issue Oct 2, 2024 · 0 comments

Comments

@sgatewood-da
Copy link
Collaborator

sgatewood-da commented Oct 2, 2024

For multiple charts we use a hardcoded postgres init container:

      initContainers:
        - name: {{ .Release.Name }}-init-sequencer
          image: postgres:14

We probably want to allow specifying your .Values.imageRepo for this postgres image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant