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

fix(fleet): image override might contain the commitId tag #3292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TBonnin
Copy link
Collaborator

@TBonnin TBonnin commented Jan 10, 2025

the entire point of image override in fleet is to be able to create a node running a specific commit (for pre-deployment testing or verification purpose) This commit ensures that an image override with a commitId tag is properly handled

tested in staging

@TBonnin TBonnin requested a review from a team January 10, 2025 19:29
}: {
type: 'CREATE';
routingId: Node['routingId'];
deployment: Deployment;
nodeConfig?: NodeConfig | undefined;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unrelated to this change but it was not used anymore

the entire point of image override in fleet is to be able to create a
node running a specific commit (for pre-deployment testing or verification purpose)
This commit ensures that an image override with a commitId tag is
properly handled
@TBonnin TBonnin force-pushed the tbonnin/fleet-image-override branch from 04226ea to 0920c68 Compare January 10, 2025 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant