-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Checklist:
- I've included steps to reproduce the bug.
- I've included the version of argo rollouts.
Describe the bug
I have a standalone experiment resource that we use to test the new version. Every time we have changes to test, we update the experiment config, but the experiment name & tempate name remain the same (which decides the replica set name).
We have observed that the experiment resource gets updated with the new changes, but the replica set that is reponsible of spinning up the experiment pods doesn't get updated. So pods get created with the old config.
To Reproduce
Create an experiment with any config --> experiment runs --> push a change to the experiment(could be image tag) --> retry experiment --> experiment pods don't have the new image tag
Expected behavior
Experiments should update their replica set if a change has been pushed to them
Version
1.8.3
Logs
Nothing useful from the logs
Message from the maintainers:
Impacted by this bug? Give it a π. We prioritize the issues with the most π.