-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
imageStrategy Helm broken since v0.38, possibly v0.37 #2902
Comments
My team is also experiencing this issue. |
Can confirm that rolling back from 0.38.0 to 0.37.1 fixes this issue for me. |
I was able to reproduce this bug on my end. Will work on a fix. |
#2887 fixes this issue. I am going to add this to our integration test suite. |
I had to go all the way back to 0.35.0 to get correct imagenames |
Might be unrelated/other issue then? I can also confirm that 0.37.1 works for me. Using it right now until next release. Do you get the double name same as I had or other image names? |
well i checked out master and applied the diff of the above pr and it works for me so that's what I'll stick with until an actual release |
Thanks @georgekarrv, Just an update, i am working with @michaelbeaumont to get his PR merged in soon. |
Expected behavior
Skaffold dev or run resulting in deployed and running pods
Actual behavior
InvalidImageName errors on pods because the imageStrategy: helm option on skaffold config isnt respected
Actual image name becomes:
imageName:imageName
instead ofimageName:tag
Tested on multiple of my projects. I then reverted to 0.36 because I knew this was the last version on which my deployments worked, and there I had no issues. (Yes I ran skaffold fix --overwrite true before I ran skaffold dev/run)
Information
Steps to reproduce the behavior
Cant expose my codebase, but basically run any project which uses the default Helm config
And use in your skaffold.yaml
and it will give you the double imageNames resulting in an error.
The text was updated successfully, but these errors were encountered: