Skip to content
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

Add che flavor functionality #39

Closed
wants to merge 1 commit into from

Conversation

tomgeorge
Copy link

Adds a field to the KubernetesImagePuller spec, cheFlavor. If cheFlavor is not set, it is set to che, the default mode, which will run quay.io/eclipse/kubernetes-image-puller for deployments. If cheFlavor is set to codeready it will use registry.redhat.io/codeready-workspaces/imagepuller-rhel8 for deployments.

Part of eclipse-che/che#18569

Signed-off-by: Tom George tgeorge@redhat.com

Signed-off-by: Tom George <tgeorge@redhat.com>
Comment on lines +28 to +29
LatestUpstreamImageTag = "latest"
LatestDownstreamImageTag = "2.5-5"
Copy link
Collaborator

Choose a reason for hiding this comment

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

wondering if this should be a part of the configuration

Copy link
Collaborator

@ibuziuk ibuziuk left a comment

Choose a reason for hiding this comment

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

LGTM, but we need to think about the relation between che / crw & image-puller release cycles.

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.

2 participants