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

Custom image YAKS operator defaults to docker.io image for test containers #513

Open
aeldhose opened this issue Feb 12, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@aeldhose
Copy link

I have installed the YAKS operator using an image from my company's Docker image repository, utilising the yaks install --operator image <> option. This works fine, I can see the right image being used for the operator k8s pod.

However, when I then run a YAKS test, the subsequent test job which is created reverts back to using the default 'docker.io/citrusframework/yaks:0.20.0' for the test container.

Image

While this is fine on my local, it doesn't work for integration into our CI. Is there some way to ensure the same YAKS image initially specified is used throughout or is this a bug/enhancement?

I am able workaround this by creating my own test job yaml with the correct image and using kubectl apply, albeit this is prone to more error and requires a more complicated CI pipeline script. It would nice if I could use the yaks run command and let the operator handle everything.

Thanks in advance.

@christophd
Copy link
Member

yes, unfortunately the runtime image seems to be hard coded. So it is a bug/enhancement

@christophd christophd added the enhancement New feature or request label Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants