-
Notifications
You must be signed in to change notification settings - Fork 126
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
Container image version #1721
Comments
Hi @pieterv-icloud-com thanks for pointing this there is a bug in our version extraction |
Hi so the
Unfortunately I cannot change this because the docker registry is running on localhost port 5000, the keptn workload is created automatically |
I use argocd image updater to monitor the docker registry. for new versions of the container image and then to automatically update the image to the newer version. I would like keptn to pick up the container changes and execute tasks for it |
@pieterv-icloud-com you can find the fix in #1726 |
Hi, I have a helm chart which is used by argo to deploy a workload, the parameters for the chart looks like this:
This refers to a local docker registry in minikube.
When the workload is created by the toolkit it looks like this:
Notice the
version
contains the container registry and port.Also other log entries point to the same issue:
The text was updated successfully, but these errors were encountered: