Devops 3479 changed k8s operator init java agent to multi arc - #70
Draft
Tal-Levy-Lightrun wants to merge 2 commits into
Draft
Devops 3479 changed k8s operator init java agent to multi arc#70Tal-Levy-Lightrun wants to merge 2 commits into
Tal-Levy-Lightrun wants to merge 2 commits into
Conversation
Tal-Levy-Lightrun
marked this pull request as draft
May 19, 2026 13:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New repos: Per-arch images
Before (4 repos):
After (6 repos)—
still works for old users because if you used arm the image is still released to it, and if you use amd you will pull the multi arc, and it will fit your amd(new users can only use the 2 multi-arc repos)
New input push_latest: Explicit control over tagging latest on both per-arch and manifest images (default: true).
Removed automatic latest calculation — (repo check + tag listing (only 1 page) + python semver compare) — Redundant for the normal release path; manual runs can set push_latest: false when needed.
(default is true, so not breaking the promotion pipeline)
Removed repo checks: Anyone who can push to a branch can change the workflow in their branch to create new repos in our org (only admins can do that);