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

Update all source versions when updating the app #128

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

markusthoemmes
Copy link
Contributor

Currently, when an app is updated, sources that existed in the app before are not updated automatically. This behavior is desired to avoid an app spec change that only changes, for example the scale of a component from picking up new code.

By setting the UpdateAllSourceVersions flag, the action now forces updates to all the sources of the app (either git based or image based) on the update.

Fixes #123

Currently, when an app is updated, sources that existed in the app before are **not** updated automatically. This behavior is desired to avoid an app spec change that only changes, for example the scale of a component from picking up new code.

By setting the `UpdateAllSourceVersions` flag, the action now forces updates to **all** the sources of the app (either git based or image based) on the update.
@markusthoemmes markusthoemmes merged commit 6861af0 into main Aug 9, 2024
5 checks passed
@markusthoemmes markusthoemmes deleted the update-all-source-versions branch August 9, 2024 08:09
@markusthoemmes markusthoemmes added the bug Something isn't working label Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deploy@v2 doesn't build the application
2 participants