-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Helm test does not include image pull policy #701
Comments
Hi @fhaase2, can you be more explicit about how this can lead to issues? |
Yes sure. When i run
ImagePullSecret is set and also the image name. But image pull policy is not. If i set a specific pullPolicy on the main values, it does not forward these to the test. Running |
I don't get it, In any case the image will be pulled if it's not existing on the node. Also as the Helm test container is running a simple curl command, it doesn't really mater having an up to date image or not (note that we don't use Finally, the |
Okay let me explain it more precisely. In one project i use the elasticsearch chart as a dependency. I added it through And in this project we make use of helm tests for other components. Whenever i run The test for elasticsearch uses a different And yes, i agree, its not a critical issue. |
Thanks for the aditional context. That make sense. Adding |
The helm test does not get the image pull policy. Its not set at all. This can lead to issues.
The text was updated successfully, but these errors were encountered: