Skip to content

fix:typo on tag name#62

Merged
zdtsw merged 2 commits intoopendatahub-io:mainfrom
zdtsw-forking:fix_image_tag
Apr 10, 2026
Merged

fix:typo on tag name#62
zdtsw merged 2 commits intoopendatahub-io:mainfrom
zdtsw-forking:fix_image_tag

Conversation

@zdtsw
Copy link
Copy Markdown
Member

@zdtsw zdtsw commented Apr 9, 2026

Description

ref https://redhat-internal.slack.com/archives/C093GBHMZC7/p1775747985728649
a typo in the tag only in ODH which blocks Operator e2e tests

How Has This Been Tested?

Merge criteria:

  • The commits are squashed in a cohesive manner and have meaningful messages.
  • Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
  • The developer has manually tested the changes and verified that the changes work

Summary by CodeRabbit

  • Chores
    • Updated the workload variant autoscaler controller to version v0.6.0. Deployment now references the new controller image tag; no user-facing UI changes are expected.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 9, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: e30ef4bf-6cc8-44d7-bb5f-e5887ec765f7

📥 Commits

Reviewing files that changed from the base of the PR and between d13f456 and e7d69e4.

📒 Files selected for processing (1)
  • config/openshift/params.env
✅ Files skipped from review due to trivial changes (1)
  • config/openshift/params.env

📝 Walkthrough

Walkthrough

Configuration parameter updated in config/openshift/params.env changing the wva-controller-image value from version tag v0.6-0 to v0.6.0. This is a version string format correction for the workload variant autoscaler controller image reference.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'fix: typo on tag name' directly and accurately describes the changeset, which corrects a Docker image tag from 'v0.6-0' to 'v0.6.0'.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@den-rgb den-rgb left a comment

Choose a reason for hiding this comment

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

/lgtm

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@config/openshift/params.env`:
- Line 2: Remove the malformed entry in params.env (the single dot on line 2) so
every line follows KEY=VALUE syntax; open the params.env used by the
kustomization.yaml configMapGenerator and delete the '.' entry or replace it
with a valid KEY=VALUE pair to allow kustomization.yaml parsing to succeed.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 682d999f-5de9-4c0b-ad29-f3472a5d9897

📥 Commits

Reviewing files that changed from the base of the PR and between a9401c2 and d13f456.

📒 Files selected for processing (1)
  • config/openshift/params.env

Comment thread config/openshift/params.env Outdated
Comment thread config/openshift/params.env Outdated
@@ -1 +1,2 @@
wva-controller-image=ghcr.io/llm-d/llm-d-workload-variant-autoscaler:v0.6-0
wva-controller-image=ghcr.io/llm-d/llm-d-workload-variant-autoscaler:v0.6.0
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why not use the quay.io/opendatahub/workload-variant-autoscaler:v0.6.0?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

good question
we have not really discuss if we wanna bring this back to upstream
if it only lives in ODH and RHDS, quay.io is better fit
if we use params.env in upstream then it will be ghcr.io

@vivekk16 wdyt?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

if this is blocking operator e2e we can get it merged first
and decide if we should move to quay.io or keep ghcr

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

In my understanding params.env stays only in ODH and RHDS as part of overlay. It will not be backported to upstream. It would be better to have quay.io.

@pierDipi correct me if im wrong.

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@zdtsw please create an issue, we can discuss this over the issue.

@zdtsw zdtsw requested a review from Gregory-Pereira April 9, 2026 17:06
Copy link
Copy Markdown

@vivekk16 vivekk16 left a comment

Choose a reason for hiding this comment

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

/lgtm

Comment thread config/openshift/params.env Outdated
@@ -1 +1,2 @@
wva-controller-image=ghcr.io/llm-d/llm-d-workload-variant-autoscaler:v0.6-0
wva-controller-image=ghcr.io/llm-d/llm-d-workload-variant-autoscaler:v0.6.0
. No newline at end of file
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

what is this dot?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

v0.6-0 does not exist
it was a typo i added previouly
the fix is to use the correct tag v0.6.0

another option is we could use quay.io/opendatahub/workload-variant-autoscaler:odh-stable instead

Comment thread config/openshift/params.env Outdated
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
Copy link
Copy Markdown
Member

@pierDipi pierDipi left a comment

Choose a reason for hiding this comment

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

/lgtm

@zdtsw zdtsw merged commit 7cb1465 into opendatahub-io:main Apr 10, 2026
4 of 5 checks passed
@rhods-ci-bot
Copy link
Copy Markdown

@zdtsw: The following test has Failed:

OCI Artifact Browser URL

View in Artifact Browser

Inspecting Test Artifacts Manually

To inspect your test artifacts manually, follow these steps:

  1. Install ORAS (see the ORAS installation guide).
  2. Download artifacts with the following commands:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/opendatahub/odh-ci-artifacts:odh-pr-test-trainer-9zzd2

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.

6 participants