Update e2e test image tags from pinned versions to :latest#4591
Merged
liamfallon merged 1 commit intoJun 16, 2026
Conversation
✅ Deploy Preview for kptdocs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates function image references in kpt e2e fixtures from pinned v0.1 tags to :latest and refreshes expected outputs/scripts accordingly.
Changes:
- Switch Kptfile/function image references (render/eval testdata) from
v0.1tolatest - Update expected output artifacts (
.expected/*) to match new image tags - Refresh copyright headers in generated/expected scripts/configs
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| e2e/testdata/fn-render/preserve-comments/Kptfile | Updates function image tag to :latest in render fixture |
| e2e/testdata/fn-render/preserve-comments/.expected/diff.patch | Updates expected patch output to reflect :latest |
| e2e/testdata/fn-render/image-pull-policy-if-not-present/Kptfile | Updates fixture to use foo:latest |
| e2e/testdata/fn-render/image-pull-policy-if-not-present/.expected/setup.sh | Updates expected setup script image tags + header year |
| e2e/testdata/fn-render/image-pull-policy-always/Kptfile | Updates fixture to use foo:latest |
| e2e/testdata/fn-render/image-pull-policy-always/.expected/setup.sh | Updates expected setup script image tags + header year |
| e2e/testdata/fn-eval/preserve-comments/.expected/config.yaml | Updates expected config to use drop-comments:latest + header year |
| e2e/testdata/fn-eval/image-pull-policy-if-not-present/.expected/setup.sh | Updates expected setup script image tags + header year |
| e2e/testdata/fn-eval/image-pull-policy-if-not-present/.expected/config.yaml | Updates expected config to use bar:latest + header year |
| e2e/testdata/fn-eval/image-pull-policy-always/.expected/setup.sh | Updates expected setup script image tags + header year |
| e2e/testdata/fn-eval/image-pull-policy-always/.expected/config.yaml | Updates expected config to use foo:latest + header year |
| e2e/testdata/fn-eval/function-env/.expected/exec.sh | Updates expected exec script image tag to printenv:latest + header year |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Aravindhan Ayyanathan <aravindhan.a@est.tech>
e0cfbd1 to
7909864
Compare
efiacor
approved these changes
Jun 16, 2026
liamfallon
approved these changes
Jun 16, 2026
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.
Description
bar:v0.1,foo:v0.1,printenv:v0.1, anddrop-comments:v0.1to use:latest.latesttag published inghcr.io/kptdev/krm-functions-catalog. Aligning to:latestkeeps the test suite consistent and avoids depending on old pinned versions.:v0.1with:latestin Kptfiles, config files, setup scripts, exec scripts, and expected diff patches.Related Issue(s)
Type of Change
Checklist
AI Disclosure
If so, please describe how:
- Kiro to identify all affected files and perform the replacements.