-
Notifications
You must be signed in to change notification settings - Fork 16
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
[e2e-testing/tutorial] improve helm-chart #795
Comments
Hey @evegufy, good suggestions there, even trying to install the chart directly does not really work for me as most of the pods do not reach the Ready state and restart constantly. This also results in pulling the images on each restart as you described the lack of default
An example on how to implement multiple docker image architectures can be found here. |
|
I provided a fix for this issue here #800 Seems chart testing did not catch that one. The fixed chart now installs without any other configuration. Regarding the other suggestions, I think they are good but I will provide such improvements for the next release. |
Nobody working on that now and I don't see the capacity for it in the near future. I close this issue for now and we can reevaluate this workflow feature at a later time |
Description
In order to support e2e-testing and tutorial / local setup, I suggest some improvements to the helm-chart.
Acceptance Criteria
I encounter the following error when I install the chart with other that also have a postgresql dependency
Used config:
May be an issue connected to the different postgres (the other charts are on bitnami chart version 12.x.x) version and be addressed by #764
IfNotPresent
Additional Information
evaluation done on chart version 4.0.1
cc: @jzbmw
The text was updated successfully, but these errors were encountered: