-
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
Handle deploy for multiple images(artifacts) in helm values #193
Comments
I'm going to call this something of a bug since its a regression since we've added conditional builds. Basically, on the first run, everything is built but on the next run, only the changed artifacts are build. The deploy actually needs to know about the latest of all built artifacts so that we can template the case of many builds to one deployment. |
With version Config example:
Error message:
Do I miss something? How can I include extra chart configs? Thank you! |
We're doing it via |
I'd suggest trying out a more recent version of skaffold; we've fixed a bunch of bugs since I'm going to go ahead and close this issue due to inactivity, but please comment or reopen if you continue to experience this issue! |
Hello, I am working on a project that has multiple docker images and I pass those images to helm through chart values. For the first time the
dev
command works well, but when I modify some files that trigger the build for only one artifact the deploy fails with the following warning:But I was expecting to deploy the new values with the new image. I think that the function JoinTagsToBuildResult should match the builds with the chart values not the other way.
skaffold.yaml:
skaffold version is
v0.2.0
Thank you
The text was updated successfully, but these errors were encountered: