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

Hardcoded initContainer image name #99

Closed
krisko opened this issue Mar 13, 2021 · 1 comment · Fixed by #100
Closed

Hardcoded initContainer image name #99

krisko opened this issue Mar 13, 2021 · 1 comment · Fixed by #100

Comments

@krisko
Copy link

krisko commented Mar 13, 2021

Please don't hardcode image names into helm chart.
I use custom postgresql image, because bitnami doesn't support armv8.

values.yaml:

postgresql:
  enabled: true
  image:
    registry: docker.io
    repository: postgres
    tag: 11.1

Helm chart should respect custom image values.

Introduced in: 8c75469

@Couto
Copy link

Couto commented Mar 15, 2021

Just to point out, and hopefully raise the visibility of this problem, this is related to #94

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