Skip to content

fix: Use fully qualified image names for CRI-O 1.34+ compatibility#15

Open
Kentaro1043 wants to merge 1 commit intosemaphoreui:mainfrom
Kentaro1043:fix/crio-image-pull
Open

fix: Use fully qualified image names for CRI-O 1.34+ compatibility#15
Kentaro1043 wants to merge 1 commit intosemaphoreui:mainfrom
Kentaro1043:fix/crio-image-pull

Conversation

@Kentaro1043
Copy link
Copy Markdown

Summary

This PR updates the image names used in the Helm chart templates to use Fully Qualified Image Names (FQIN).

This change is necessary to ensure compatibility with Kubernetes clusters running the CRI-O 1.34 or later container runtime.

Details

CRI-O 1.34+ has stricter validation and rejects container image pulls that use unqualified (short) names, leading to deployment failures.

The image repository is updated from the short form to the fully qualified form.

Background

cri-o/cri-o#9401

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