Skip to content

Image Registry Inconsistencies #11502

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SuyogShinde942
Copy link

@SuyogShinde942 SuyogShinde942 commented Jun 26, 2025

/kind fix

fix: unify image registry configuration

Motivation:
There was an inconsistency in the image registry configuration across the Helm values, Makefile, and e2e manifests:

  • install/helm/kgateway/values.yaml used: cr.kgateway.dev/kgateway-dev
  • Makefile used: ghcr.io/kgateway-dev
  • agent-gateway-integration.yaml explicitly specified: ghcr.io/kgateway-dev

What Changed:

  • Updated the Makefile to use cr.kgateway.dev/kgateway-dev as the default IMAGE_REGISTRY, aligning with Helm.
  • Removed the hardcoded registry from the e2e test manifest to rely on the default.
NONE

@github-actions github-actions bot added do-not-merge/kind-invalid Indicates a PR lacks a `kind/foo` label and requires one. do-not-merge/release-note-invalid Indicates that a PR should not merge because it's missing one of the release note labels. labels Jun 26, 2025
@SuyogShinde942
Copy link
Author

Can anyone help me with this, The labeler is failing

@github-actions github-actions bot added kind/fix Categorizes issue or PR as related to a bug. release-note-none and removed do-not-merge/kind-invalid Indicates a PR lacks a `kind/foo` label and requires one. do-not-merge/release-note-invalid Indicates that a PR should not merge because it's missing one of the release note labels. labels Jun 26, 2025
@github-actions github-actions bot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note release-note-none and removed release-note-none kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. release-note labels Jun 28, 2025
@@ -27,7 +27,7 @@ help: ## Output the self-documenting make targets
ROOTDIR := $(shell pwd)
OUTPUT_DIR ?= $(ROOTDIR)/_output

export IMAGE_REGISTRY ?= ghcr.io/kgateway-dev
Copy link
Contributor

@yuval-k yuval-k Jun 28, 2025

Choose a reason for hiding this comment

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

we need to see if this works for publishing.
we have 2 repos - we push to ghcr.io/kgateway-dev and pull from cr.gateway.dev

Copy link
Author

Choose a reason for hiding this comment

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

Sure, How can we check that ?

Copy link
Member

@timflannagan timflannagan left a comment

Choose a reason for hiding this comment

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

This is a good start, but we'll need additional changes to make sure it passes in CI. See 85ee04d for an attempt at this from a couple of weeks back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/fix Categorizes issue or PR as related to a bug. release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants